public final class CurrentThreadSettings extends Object
Auxiliary class that allows to define default Locale for current thread
Modifier and Type | Method and Description |
---|---|
static Locale |
getLocale()
Returns default Locale for current thread.
|
static void |
setLocale(Locale locale)
Sets default Locale for current thread.
|
static void |
setLocale(String localeName)
Sets default Locale for current thread.
|
public static Locale getLocale()
Returns default Locale for current thread.
public static void setLocale(String localeName)
Sets default Locale for current thread.
localeName
- the default Locale for current thread.FrameworkException
- if locale with name localeName
does not supported.public static void setLocale(Locale locale)
Sets default Locale for current thread.
locale
- the default Locale for current thread.FrameworkException
- if locale
does not supported.