Interface LocalisationOptionsData


  • public interface LocalisationOptionsData
    Plug-in data interface for options concerning the localisation of
    Author:
    Kevin Goeser
    • 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.