You don't have to compile the ResourceBundles for all locales into your main application SWF. You can create resource module SWFs from .properties files and then load those modules at runtime if you need a particular locale.
I tend to recommend the ResourceBundle approach as it makes it possible to localize embedded graphics, sounds, etc. and not just strings. Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of keyrodeo Sent: Thursday, April 17, 2008 5:17 AM To: [email protected] Subject: [flexcomponents] Localization in Flex - ResourceBundle vs. XML Hello All, We need to implement an application in several different languages, while browsing the internet, we found there are ways of creating a ResourceBundle which consists of a .properties files having the key=value syntax. This method makes the application faster, but bigger. Another method is having the texts as an XML file being loaded at run time. This is slower, from what I've found. Any experiences of going about this? Thanks
