|
Adobe Flash Actionscript Flex Examples
|
|
|
|
|
|
Adobe Flex 3 Basic Embedded Runtime Localization Locales
JavaScript and the latest version of the Adobe Flash Player are required. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.
This is an example of localization to handle multiple languages for Flex 3 at runtime where the locale data is embedded in the Flex swf. This means the Flex swf will grow for each language you add. But it is certainly good for applications that have a small amount of language or a small number of languages. This example is for US English and French.
To use this you need to set the project Flex Compliler arguments to include the following: -locale=en_US,fr_FR -source-path=../locale/{locale} You select the project properties and select Flex Compiler to do this. You can right mouse click over the example above to explore the source files.
All files for project src folder: Download
|
|
|
|
|
|
|
|