de.grogra.pf.ui
Class Languages
java.lang.Object
de.grogra.pf.ui.Languages
public class Languages
- extends java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
I18N
public static final I18NBundle I18N
LANGUAGE_LIST
public static final Type LANGUAGE_LIST
OPTION_NAME_LANGUAGE_LIST
public static final java.lang.String OPTION_NAME_LANGUAGE_LIST
- See Also:
- Constant Field Values
Languages
public Languages()