de.grogra.pf.ui
Class Languages

java.lang.Object
  extended by 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

Field Summary
static I18NBundle I18N
           
static Type LANGUAGE_LIST
           
static java.lang.String OPTION_NAME_LANGUAGE_LIST
           
 
Constructor Summary
Languages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Languages

public Languages()