-
public interface AppLocaleRepository
Repository for AppLocale
-
-
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. -
-
Method Detail
-
getDesiredLocale
abstract Locale getDesiredLocale()
The locale which should ideally be used by the app, or null if the Locale.getDefault should be used.
-
setDesiredLocale
abstract Unit setDesiredLocale(Locale desiredLocale)
The locale which should ideally be used by the app, or null if the Locale.getDefault should be used.
-
-
-
-