Feb 22

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:

  1. Load a default language (via flashvars)
  2. Change language at runtime

Next I´ll explain the complete process to make it work:
Continue reading »