Feb 22
Little language manager for Flex applications
AS3, Flex. Autor: xleon 1 Comment »
Some times you need to manage more than one language from your app, and you know that it´s a boring task.
Time ago I wrote a very simple class that I used in Flash applications, but I modified a couple of details to adapt it to Flex, so now it uses the wonderfull DataBinding. Apart from that I´ll show you two practical examples for:
- Load a default language (via flashvars)
- Change language at runtime
Next I´ll explain the complete process to make it work:
Continue reading »
