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.
Related posts:
- Notification Components in Flex If you are building a Flex application, you may need...
- Card Deck Animation in Flex I was trying out a GTD application the other day...
- Scrolling with mouse wheel in Flex application – even on Mac By default Flex components do not scroll as you scroll...
- Team: We need to improve quality of Gujarati translations Upgraded Firefox for my dad, and that led to this...
