Interface LanguageFacade

    • Method Detail

      • getLanguages

        java.util.List<LanguageData> getLanguages()
        Get all languages for the current active site. The languages are ordered starting with the default language.
        For example: Given a site supports [ "EN", "DE", "JP", "IT" ] and German is the default language, the resulted list would be ordered: [ "DE", "EN", "JP", "IT" ]
        Parameters:
        siteId - the current cmsSite-id.
        Returns:
        list of languages.