Posted by thomasb in Featured Articles, Flex, Localization, i18nApr 5th, 2010 | 2 Comments
Christophe Coenraets published a Flex4 update to the classic FlexStore application in his recent blog FlexStore Revisited. The Phone catalog data is actually loaded from an external XML file and a Filter bar allows users “quick filters” for rapid browsing. In the Flex 4 SDK version, he demonstrated the use of tile layouts and Spark DataGroups and experimented with cool hover effects in the “store” catalog display.
I will to demonstrate how easy it is to use the BabelFx framework (aka l10nInjection) to add multi-language ( l10n ) support to his FlexStore4 application. It...