Interface | Description |
---|---|
AppLocaleRepository |
Repository for
class AppLocale |
LocaleChangedListener |
Listener for changes to the
AppLocale.currentLocale |
LocaleMatchingStrategy |
Defines how
class AppLocale finds the new AppLocale.currentLocale from a set of
AppLocale.supportedLocales given a new AppLocale.desiredLocale . |
Class | Description |
---|---|
AppLocale |
AppLocale is a android library to update the app language dynamically.
|
SharedPrefsAppLocaleRepository |
Implementation of
interface AppLocaleRepository which saves the AppLocale.desiredLocale to
the shared preferences. |