Interface LocaleRepository

  • All Known Implementing Classes:
    LocaleRepositoryImpl

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

      • getDefault

        java.util.Locale getDefault()
      • getAll

        java.util.List<java.util.Locale> getAll()