| Package | Description | 
|---|---|
| com.google.gwt.i18n.rebind | This package contains i18n generators. | 
| com.google.gwt.i18n.server | This package contains server-side i18n classes and interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GwtLocaleFactory | LocaleUtils. getLocaleFactory()Get a shared GwtLocale factory so instances are cached between all uses. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GwtLocaleFactoryImplCreates server-side GwtLocale instances. | 
| Constructor and Description | 
|---|
| GwtLocaleImpl(GwtLocaleFactory factory,
             java.lang.String language,
             java.lang.String region,
             java.lang.String script,
             java.lang.String variant)Must only be called from a factory to preserve instance caching. |