Interface LocalisationOptionsData


public interface LocalisationOptionsData
Plug-in data interface for options concerning the localisation of
Author:
Kevin Goeser
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Extension / Plug-In ID.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Set the locales supported by the object.
  • Field Details

  • 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

      void setSupportedLocales(String[] locales)
      Set the locales supported by the object.
      Parameters:
      locales - The locales supported by the object.