DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Multiple Locales In Flash Builder
Add the following folder in the source path:
src/main/locales/{locale}
Edit the "Additional Compiler Arguments"
-locale=fr_FR -locale=nl_NL -locale=en_US
Play with the Resource Manager:
resourceManager.localeChain = ["fr_FR", "en_US" ];





