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