Interface LocalisationOptionsData
public interface LocalisationOptionsData
Plug-in data interface for options concerning the localisation of
- Author:
- Kevin Goeser
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]voidsetSupportedLocales(String[] locales) Set the locales supported by the object.
-
Field Details
-
ID
Extension / Plug-In ID.- See Also:
-
-
Method Details
-
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
Set the locales supported by the object.- Parameters:
locales- The locales supported by the object.
-