Skip to main content

Posts

Showing posts with the label Internationalization

Multi-Lingual Features in Java Application

This tip will show how to add multi-lingual feature in Graphical User Interface (GUI) of any java application. To run any GUI of java application in multiple language java.util.ResourceBundle is used. First make different property files for the different language. Name of all property files should be same with additional language suffix. For exp. fr for French, de for German etc.  For example- ·          Label.properties file for the English ·          Label_fr.properties file for the French