Hi All,
I am using localization in flex application for EN , JP languages. By
default EN locale is loaded.

 var resourceModuleURL:String = "description_en_US.swf";
 resourceManager.loadResourceModule(resourceModuleURL,true);
 resourceManager.localeChain =["en_US"];

All names from resourceManager are displayed correctly by following
code.

resourceManager.getString('description', NodeName);

Problem I am getting is when I clear all data / history / cookies from
IE, nodes are displayed instead of description first time. This
happens only one time once you clear all data from IE.
>From second time, description comes on page.

What could be wrong with above code? And how to handle this
situation??

~
Santosh

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to