Interface LocaleService

  • All Known Implementing Classes:
    LocaleServiceImpl

    public interface LocaleService
    Service for Locales and languages.
    • Method Detail

      • getDefaultLanguage

        String getDefaultLanguage()
        Returns:
        default language of content managed in cudami (ISO-2-code, e.g. "de", "en")
      • getDefaultLocale

        Locale getDefaultLocale()
        Returns:
        default locale of content managed in cudami
      • getSupportedLanguages

        List<String> getSupportedLanguages()
        Returns:
        list of all languages supported by cudami
      • getSupportedLocales

        List<Locale> getSupportedLocales()
        Returns:
        list of all locales supported by cudami