public class Locale extends Object
String.toUpperCase(Locale.US)
.
Note: Any changes to this class should put into account the assumption that was made in rest of the JRE emulation.
Modifier and Type | Field and Description |
---|---|
static Locale |
ENGLISH |
static Locale |
ROOT |
static Locale |
US |
Modifier and Type | Method and Description |
---|---|
static Locale |
getDefault()
Returns an instance that represents the browser's default locale (not necessarily the one
defined by 'gwt.locale').
|
public static final Locale ROOT
public static final Locale ENGLISH
public static final Locale US
public static Locale getDefault()
Copyright © 2018. All rights reserved.