public class LocaleInfoImpl extends Object
| Constructor and Description |
|---|
LocaleInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatInfo |
getDateTimeFormatInfo()
Create a
DateTimeFormatInfo instance appropriate for this locale. |
String |
getLocaleName()
Returns the current locale name, such as "default, "en_US", etc.
|
LocalizedNames |
getLocalizedNames() |
NumberConstants |
getNumberConstants()
Returns a NumberConstants instance appropriate for this locale.
|
boolean |
isRTL() |
public String getLocaleName()
public DateTimeFormatInfo getDateTimeFormatInfo()
DateTimeFormatInfo instance appropriate for this locale.
Note that the caller takes care of any caching so subclasses need not
bother.DateTimeFormatInfo instancepublic LocalizedNames getLocalizedNames()
LocalizedNames for this locale.public NumberConstants getNumberConstants()
public boolean isRTL()
Copyright © 2019–2020 The GWT Project Authors. All rights reserved.