java.lang.Object
de.grogra.pf.ui.Languages
Provides a list of all supported languages by GroIMP.
To add an other language increment the number of languages in line 38 and add the
property key "platform.language." into the Resources.properties.
Finally you have to provide the possibility to load the new language. Therefore you have
to add the new language into the switch in "Main.getCurrentLocale()".
- Author:
- mhenke
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
OPTION_NAME_LANGUAGE_LIST
- See Also:
-
I18N
-
LANGUAGE_LIST
-
-
Constructor Details
-
Languages
public Languages()
-