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]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

