Package org.gwtproject.i18n.client
Annotation Type LocalizableResource.DefaultLocale
- Enclosing interface:
- LocalizableResource
@Retention(RUNTIME)
@Target(TYPE)
public static @interface LocalizableResource.DefaultLocale
Specifies the default locale for messages in this file. If not specified, the default is
DEFAULT_LOCALE.-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringvalue -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_LOCALE
-
Field Details
-
DEFAULT_LOCALE
static final java.lang.String DEFAULT_LOCALE- See Also:
- Constant Field Values
-
-
Element Details
-
value
java.lang.String value- Default:
- "en"
-