There is a section in the Flex documentation called "Creating resource bundles at run time" here:
http://livedocs.adobe.com/flex/3/html/l10n_6.html hth, matt horn flex docs ________________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Tuesday, April 01, 2008 2:01 PM To: [email protected] Subject: RE: [flexcoders] ResourceBundle 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

