public interface LocaleRepository
Repository for Locale persistence handling.
  • Method Details

    • getDefaultLanguage

      String getDefaultLanguage()
    • getDefaultLocale

      Locale getDefaultLocale()
    • getSupportedLanguages

      List<String> getSupportedLanguages()
    • getSupportedLocales

      List<Locale> getSupportedLocales()