How to change the language of your flex application using ResourceBundle class and resourceManager method
By admin | October 10, 2008
It 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 we think of. Following is the Demo and URL of Flex Cookbook.
Flex Cookbook URL
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=11143
Topics:
Adobe-Flex |
No Comments »
|
Tags: change language, Flex, ResourceBundle, resourceManager