Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Sample Applications

ThomasBurleson edited this page Sep 14, 2010 · 31 revisions

Check out the following samples:

(1) Employees Intranet (Mate MVC with Modules)     Source Code | Online Demo
Multi-language (English and German) version of the Mate MVC sample application “Intranet”. This demo also demonstrates how each module can have its own localization map.

http://www.gridlinked.info/images/l10nWiki/snapshot_Intranet.png

(2) Multi-language Flex Store (for Flex SDK 4)     Source Code | Online Demo
Multi-language version (English, Chinese, Spanish, French) version of the FlexStore Revisited application. This demo also shows how “localeChanging” events can be used to activate spinners and load external, localized xml data files. Also demonstrates the auto-detection feature to start the application in your preferred OS language setting.

http://www.gridlinked.info/images/l10nWiki/snapshot_flexstore.png


(3) Registration Demo (Flex SDK 3)     Source Code | Online Demo
Multi-language version (English and Spanish) demonstrates advanced form use with validators, tooltips, Degrafa skinning, AND l10n injection. Notice that the buttons are PNGs which are also localized. And the “Thank you for Registering” text is htmlText that is localized with the user’s name/email as parameters.
http://www.gridlinked.info/images/l10nWiki/snapshot_registration.png


(4) Views with Deferred Creation (for Flex4)     Source Code
http://www.gridlinked.info/images/l10nWiki/snapshot_deferredCreations.png

Clone this wiki locally