cristallium commented on issue #1190:
URL: https://github.com/apache/royale-asjs/issues/1190#issuecomment-1094219174

   Digging in framework, I found this way to make it working : 
   
   ```
       <js:beads>
           <js:SimpleLocalizedValuesImpl id="resourceManager"  />
       </js:beads>
   ...
   resourceManager.bundles = [en_USAppMessages,fr_FRAppMessages];
   trace(resourceManager.getValue('AppMessages', 'MENU_1'));
   ```
   I'm not sure that it's the best way..
   I will make a full exemple to add it in exemples
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to