GWT Localization

GWT is built upon Java and uses the same properties files as resource file type to internationalize your GWT application. GWT provides a command-line tool, i18nCreator, that automates the creation of Java interfaces to access strings in properties files.

The same rules apply as described here: Java Localization

Example

Example files can be accessed here.

References

Last updated