| Package | Description |
|---|---|
| com.helger.commons.locale | |
| com.helger.commons.locale.country | |
| com.helger.commons.locale.language |
| Modifier and Type | Method and Description |
|---|---|
LocaleCache.IMissingLocaleHandler |
LocaleCache.getDefaultMissingLocaleHandler() |
| Modifier and Type | Method and Description |
|---|---|
Locale |
LocaleCache.getLocale(String sLanguage,
String sCountry,
String sVariant,
LocaleCache.IMissingLocaleHandler aMissingHandler)
Get the
Locale object matching the given locale string |
Locale |
LocaleCache.getLocaleExt(String sLanguage,
LocaleCache.IMissingLocaleHandler aMissingHandler)
Get the
Locale object matching the given language. |
| Modifier and Type | Method and Description |
|---|---|
Locale |
CountryCache.getCountryExt(Locale aCountry,
LocaleCache.IMissingLocaleHandler aMissingHandler)
The normed country locale associated with the provided locale.
|
Locale |
CountryCache.getCountryExt(String sCountry,
LocaleCache.IMissingLocaleHandler aMissingHandler)
Resolve the country from the provided string.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
LanguageCache.getLanguageExt(Locale aLanguage,
LocaleCache.IMissingLocaleHandler aMissingHandler)
The normed language locale associated with the provided locale.
|
Locale |
LanguageCache.getLanguageExt(String sLanguage,
LocaleCache.IMissingLocaleHandler aMissingHandler)
Resolve the language from the provided string.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.