public class CurrentThreadSettings extends Object
Auxiliary class that allows to define default Locale for current thread
Constructor and Description |
---|
CurrentThreadSettings() |
public static Locale getLocale()
Returns default Locale for current thread.
public static void setLocale(Locale locale)
Sets default Locale for current thread.
locale
- the default Locale for current thread.public static void setLocale(String localeName)
Sets default Locale for current thread.
localeName
- the default Locale for current thread.