|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={})
public static @interface GadgetInfo.GadgetLocale
This annotation allows Locale tags to be added to the module
specification.
| Optional Element Summary | |
|---|---|
String |
country
The two letter country code associated with the locale. |
String |
lang
The language associated with the locale. |
LanguageDirection |
language_direction
The direction of the gadget. |
String |
messages
A URL that points to a message bundle. |
public abstract String country
lang() or country()
must be specified. If omitted, the country default is
ALL.
public abstract String lang
lang() or country()
must be specified. If omitted, the lang default is *.
public abstract LanguageDirection language_direction
LTR.
public abstract String messages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||