public final class CurrentLocale extends Object
Modifier and Type | Method and Description |
---|---|
static void |
clear()
Clears the locale for the current thread.
|
static Locale |
get()
Gets the locale from the current thread.
|
static boolean |
isSet()
Returns true if a thread-local locale is specified on the current thread.
|
static void |
set(Locale locale)
Sets the locale for the current thread.
|
public static void set(Locale locale)
locale
- The locale to use.public static void clear()
public static Locale get()
Locale.getDefault
if no locale is specified.public static boolean isSet()
Copyright © 2022. All rights reserved.