Archive | January 31st, 2011

Internationalisation(i18n) in GWT Application

January 31, 2011

0 Comments

Internationalization is the technique of designing the application to be attuned with different regions or countries where the application needs to be run. Internationalization requires separation of the usage data to be internationalized into properties file. In the Java programming language, internationalization is usually implemented by means of Resource Bundles i.e., a .properties file for [...]

email