public AppLocaleRepository
Repository for class AppLocale
class AppLocale
@Nullable java.util.Locale getDesiredLocale()
The locale which should ideally be used by the app, or null if the Locale.getDefault should be used.
void setDesiredLocale(@Nullable java.util.Locale p)
The locale which should ideally be used by the app, or null if the Locale.getDefault should be used.