Interface LocaleRepository


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

      • getSupportedLanguages

        List<String> getSupportedLanguages()
      • getSupportedLocales

        List<Locale> getSupportedLocales()
      • getDefaultLanguage

        String getDefaultLanguage()
      • getDefaultLocale

        Locale getDefaultLocale()