| Package | Description |
|---|---|
| com.google.gwt.dev.js.rhino | |
| com.google.gwt.validation.client | |
| java.lang | |
| java.util |
| Modifier and Type | Method and Description |
|---|---|
Locale |
Context.getLocale()
Get the current locale.
|
Locale |
Context.setLocale(Locale loc)
Set the current locale.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
Context.setLocale(Locale loc)
Set the current locale.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GwtMessageInterpolator.interpolate(String messageTemplate,
MessageInterpolator.Context context,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
String.toLowerCase(Locale locale)
If provided
locale is Locale.getDefault(), uses javascript's
toLocaleLowerCase to do a locale specific transformation. |
String |
String.toUpperCase(Locale locale) |
| Modifier and Type | Field and Description |
|---|---|
static Locale |
Locale.ENGLISH |
static Locale |
Locale.ROOT |
static Locale |
Locale.US |
| Modifier and Type | Method and Description |
|---|---|
static Locale |
Locale.getDefault()
Returns an instance that represents the browser's default locale (not necessarily the one
defined by 'gwt.locale').
|
Copyright © 2018. All rights reserved.