public class LocaleGroup
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LocaleGroup |
DEFAULT
The default group.
|
protected java.util.Locale |
locale
The shared Locale.
|
Constructor and Description |
---|
LocaleGroup() |
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
Gets the current default locale in this group, or null.
|
void |
setLocale(java.util.Locale l)
Sets the default locale for all the instances of ExtendedLocalizable
in this group.
|
public static final LocaleGroup DEFAULT
protected java.util.Locale locale
Copyright © 2022 Apache Software Foundation. All Rights Reserved.