Package org.pentaho.di.i18n
Class LanguageChoice
- java.lang.Object
-
- org.pentaho.di.i18n.LanguageChoice
-
public class LanguageChoice extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetDefaultLocale()static LanguageChoicegetInstance()StringgetSettingsFilename()voidsaveSettings()voidsetDefaultLocale(Locale defaultLocale)
-
-
-
Method Detail
-
getInstance
public static final LanguageChoice getInstance()
-
getDefaultLocale
public Locale getDefaultLocale()
- Returns:
- Returns the defaultLocale.
-
setDefaultLocale
public void setDefaultLocale(Locale defaultLocale)
- Parameters:
defaultLocale- The defaultLocale to set.
-
saveSettings
public void saveSettings()
-
getSettingsFilename
public String getSettingsFilename()
-
-