One way to add ResourceBundles at runtime is to compile them into one or more resource modules and load those modules with ResourceManager's loadResourceModule() method.
Another way is to create new ResourceBundles with the 'new' operator, populate their 'content' property with key/value pairs that come from anywhere (for example, from a downloaded XML file), and install those ResourceBundles into the ResourceManager with its addResourceBundle() method. Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Ali Anil SINACI Sent: Monday, March 31, 2008 11:26 PM To: [email protected] Subject: [flexcoders] ResourceBundle Hello All, I am going through the internet but i cannot get an answer to my question. I want to add a ResourceBundle at run-time. That is, I will get the name of the bundle from somewhere and I will load it. Is there any way to do it? Thanks in advance, ANIL

