public final class LocaleProvider
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LocaleProvider |
getInstance()
Returns the current locale provider.
|
java.util.Locale |
getLocale()
Returns the current locale.
|
void |
setLocale(java.util.Locale locale)
Sets the locale.
|
public java.util.Locale getLocale()
public static LocaleProvider getInstance()
public void setLocale(java.util.Locale locale)
locale
- the locale.