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.String value  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String DEFAULT_LOCALE  
  • Field Details

  • Element Details

    • value

      java.lang.String value
      Default:
      "en"