Interface LocalisationOptionsData
-
public interface LocalisationOptionsData
Plug-in data interface for options concerning the localisation of- Author:
- Kevin Goeser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getSupportedLocales()
void
setSupportedLocales(String[] locales)
Set the locales supported by the object.
-
-
-
Field Detail
-
ID
static final String ID
Extension / Plug-In ID.- See Also:
- Constant Field Values
-
-
Method Detail
-
getSupportedLocales
String[] getSupportedLocales()
- Returns:
- The locales supported by the object. The locale string is the string form of language(_country(_variant)), e.g. de, or de_DE.
-
setSupportedLocales
void setSupportedLocales(String[] locales)
Set the locales supported by the object.- Parameters:
locales
- The locales supported by the object.
-
-