Wednesday, December 1, 2010

A new approach to Localize a Flex Application

Hi All,

Found a very nice approach for localizing adobe flex application. I am attaching a very basic sample [Download] to show that. This approach uses babelfx for localization.


Once you open the attached project in Flex Builder you might get error related with fr_FR resource. Use copylocale utility to compile fr_FR resource. Follow the steps below for the same -

1) Go to C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\3.5.0\bin
2) copylocale en_US fr_FR

Thats it!!

Do post your comments. Thanks