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