Uses of Interface
com.helger.commons.locale.LocaleCache.IMissingLocaleHandler
Packages that use LocaleCache.IMissingLocaleHandler
Package
Description
-
Uses of LocaleCache.IMissingLocaleHandler in com.helger.commons.locale
Methods in com.helger.commons.locale that return LocaleCache.IMissingLocaleHandlerMethods in com.helger.commons.locale with parameters of type LocaleCache.IMissingLocaleHandlerModifier and TypeMethodDescriptionLocaleCache.getLocale(String sLanguage, String sCountry, String sVariant, LocaleCache.IMissingLocaleHandler aMissingHandler) Get theLocaleobject matching the given locale stringLocaleCache.getLocaleExt(String sLanguage, LocaleCache.IMissingLocaleHandler aMissingHandler) Get theLocaleobject matching the given language. -
Uses of LocaleCache.IMissingLocaleHandler in com.helger.commons.locale.country
Methods in com.helger.commons.locale.country with parameters of type LocaleCache.IMissingLocaleHandlerModifier and TypeMethodDescriptionCountryCache.getCountryExt(String sCountry, LocaleCache.IMissingLocaleHandler aMissingHandler) Resolve the country from the provided string.
Note: this method may be invoked recursively, if the country code contains a locale separator char.CountryCache.getCountryExt(Locale aCountry, LocaleCache.IMissingLocaleHandler aMissingHandler) The normed country locale associated with the provided locale. -
Uses of LocaleCache.IMissingLocaleHandler in com.helger.commons.locale.language
Methods in com.helger.commons.locale.language with parameters of type LocaleCache.IMissingLocaleHandlerModifier and TypeMethodDescriptionLanguageCache.getLanguageExt(String sLanguage, LocaleCache.IMissingLocaleHandler aMissingHandler) Resolve the language from the provided string.
Note: this method may be invoked recursively, if the language code contains a locale separator char.LanguageCache.getLanguageExt(Locale aLanguage, LocaleCache.IMissingLocaleHandler aMissingHandler) The normed language locale associated with the provided locale.