please go thru this this might clear the concepts of resource manager http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Runtime_Localization#OK.2C_OK._How_do_I_switch_locales_on_the_fly.3F
On 31 January 2010 06:38, Akshar <[email protected]> wrote: > resource manager is used for localization of the application.... you > wont give direct strings for the label of the various elements... e.g > instead of writing label.text="login" you will write > label.text=resourcemanager.getinstance().getstring('file',key')....it > will pick up the values from a file which is in the form of a key > value pair...... in future if you want to change the language of the > application you just need to change the file.... > > On Jan 31, 3:20 pm, flex group <[email protected]> wrote: > > HI > > > > What is the use of resource manager.should we use resource > in > > developing application in flex.can any one give me some idea on this.... > > > > Thanks > > -- > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- ---------------------------------- Hissam, Flex Developer, INDIA (m) +919860694301 If I CRY angels deserves to DIE -------------------------------- Sent from Pune, MH, India -- 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.

