Module platform

Class Languages

java.lang.Object
de.grogra.pf.ui.Languages

public class Languages extends 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 Details

    • OPTION_NAME_LANGUAGE_LIST

      public static final String OPTION_NAME_LANGUAGE_LIST
      See Also:
    • I18N

      public static final I18NBundle I18N
    • LANGUAGE_LIST

      public static final Type LANGUAGE_LIST
  • Constructor Details

    • Languages

      public Languages()