Package 

Interface AppLocaleRepository

    • Method Summary

      Modifier and Type Method Description
      abstract Locale getDesiredLocale() The locale which should ideally be used by the app, or null if the Locale.getDefault should be used.
      abstract Unit setDesiredLocale(Locale desiredLocale) The locale which should ideally be used by the app, or null if the Locale.getDefault should be used.
      • Methods inherited from class dev.b3nedikt.app_locale.AppLocaleRepository

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait