public class LocaleUtils
extends java.lang.Object
Locale objects| Constructor and Description |
|---|
LocaleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Locale |
parse(java.lang.String localeStr)
Parse the string describing a locale into a
Locale object |
static java.lang.String |
toString(java.util.Locale locale)
Return a string for a
Locale object |