-
public interface LocaleMatchingStrategy
Defines how AppLocale finds the new AppLocale.currentLocale from a set of AppLocale.supportedLocales given a new AppLocale.desiredLocale.
-
-
Method Summary
Modifier and Type Method Description abstract Locale
determineNewCurrentLocale()
Determines the new AppLocale.currentLocale -
-
Method Detail
-
determineNewCurrentLocale
abstract Locale determineNewCurrentLocale()
Determines the new AppLocale.currentLocale
-
-
-
-