Interface LocaleService
- All Known Implementing Classes:
LocaleServiceImpl
public interface LocaleService
Service for Locales and languages.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
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
- Returns:
- list of all languages supported by cudami
-
getSupportedLocales
- Returns:
- list of all locales supported by cudami
-