Interface LanguageData


  • @ProviderType
    public interface LanguageData

    This interface represents implementation-specific language data.

    Typically, it contains references to dictionaries, language models, etc.

    • Method Detail

      • getLocale

        java.util.Locale getLocale()

        Get the locale of the language data.

        Note that the returned locale represents the actual locale of the data, which may be different to the one specified for SmartContentAuthoringService.getLanguageData(Locale), as there are resolution strategies in place if the initial locale is too specific.

        Returns:
        The locale the language data is representing