in Technology

Localizing Flex applications

If you want to localize your Flex applications, here’s an excellent approach. It allows loading translations dynamically and is easy to implement. Nice use of change events and data binding!

There are other approaches (using Resource Bundle etc), but I like this approach because of its flexibility. I don’t have to compile translations in my application and I can let users translate and drop them in.

Write a Comment

Comment