How to change the language of your flex application using ResourceBundle class and resourceManager method
Friday, October 10th, 2008It is easily to realize the language changing by dynamic loading different language copy DLL or XML in C++. But how to realize it in Flex? Then following is an example by a Italians publiced on Flex Cookbook explained how to change the language of your flex application. Although it seems not the common way [...]