org.pentaho.di.i18n
Class LanguageChoice

java.lang.Object
  extended by org.pentaho.di.i18n.LanguageChoice

public class LanguageChoice
extends Object


Method Summary
 Locale getDefaultLocale()
           
 Locale getFailoverLocale()
           
static LanguageChoice getInstance()
           
 String getSettingsFilename()
           
 void saveSettings()
           
 void setDefaultLocale(Locale defaultLocale)
           
 void setFailoverLocale(Locale failoverLocale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

getFailoverLocale

public Locale getFailoverLocale()
Returns:
Returns the failoverLocale.

setFailoverLocale

public void setFailoverLocale(Locale failoverLocale)
Parameters:
failoverLocale - The failoverLocale to set.

saveSettings

public void saveSettings()

getSettingsFilename

public String getSettingsFilename()