ggeorg / gwt-mosaic

Automatically exported from code.google.com/p/gwt-mosaic
1 stars 0 forks source link

Ability to switch language for end user #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Now mosaic if the first tool supporting localization for gwt.
But almost users want to switch to their language when they are using the 
program.
Could you please add a function for switching language on the flight?
This new function setlanguage("LanguageCode") should be in:
ApplicationConstants or Application
It will find a XXXContansts_LanguageCode.properties to load the localization.
For example:
The program will call:
ApplicationConstants.setlanguage("fr") or Application..setlanguage("fr")
--> for switching to French when user selects French on the program.

Thanks & Regards

Original issue reported on code.google.com by lvh...@gmail.com on 27 Sep 2010 at 9:52