Class LocaleServiceImpl
java.lang.Object
de.digitalcollections.cudami.server.business.impl.service.LocaleServiceImpl
- All Implemented Interfaces:
LocaleService
Service for Locale handling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
LocaleServiceImpl
public LocaleServiceImpl()
-
-
Method Details
-
getDefaultLanguage
- Specified by:
getDefaultLanguagein interfaceLocaleService- Returns:
- default language of content managed in cudami (ISO-2-code, e.g. "de", "en")
-
getDefaultLocale
- Specified by:
getDefaultLocalein interfaceLocaleService- Returns:
- default locale of content managed in cudami
-
getSupportedLanguages
- Specified by:
getSupportedLanguagesin interfaceLocaleService- Returns:
- list of all languages supported by cudami
-
getSupportedLocales
- Specified by:
getSupportedLocalesin interfaceLocaleService- Returns:
- list of all locales supported by cudami
-