@FunctionalInterface public static interface LocaleCache.IMissingLocaleHandler
| Modifier and Type | Method and Description |
|---|---|
Locale |
onMissingLocale(String sLocaleKey,
String sLanguage,
String sCountry,
String sVariant)
Called if a Locale is not yet present.
|
@Nullable Locale onMissingLocale(@Nonnull String sLocaleKey, @Nonnull String sLanguage, @Nonnull String sCountry, @Nonnull String sVariant)
sLocaleKey - The key for the internal map. Never null.sLanguage - Language to use. Never null.sCountry - Country to use. Never null.sVariant - variant to use. Never null.null.Copyright © 2014–2020 Philip Helger. All rights reserved.