Class LocaleUtils
java.lang.Object
net.andresbustamante.yafoot.commons.util.LocaleUtils
Locale and i18n utilities.
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSupportedLocale(Locale locale) Indicates whether a locale is already supported. 
- 
Field Details
- 
DEFAULT_LOCALE
Default system locale. 
 - 
 - 
Method Details
- 
isSupportedLocale
Indicates whether a locale is already supported.- Parameters:
 locale- Locale to check- Returns:
 - True if a locale is supported
 
 
 -