public class LocaleGroup extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static LocaleGroup |
DEFAULT |
The default group.
|
protected Locale |
locale |
The shared Locale.
|
| Constructor | Description |
|---|---|
LocaleGroup() |
| Modifier and Type | Method | 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 © 2018 Apache Software Foundation. All rights reserved.