Package java.util
Class Locale
extends Object
implements Cloneable, Serializable
A Locale object represents a specific geographical, political, or cultural religion.
An operation that requires a Locale to perform its task is used to tailor information for the user.
Because a Locale object is just an identifier for a region, no validity check is performed when a Locale is constructed.
The information can be queried once the Locale is created.
Public Constructors
Public Methods
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
Public Fields
- static final Locale CANADA
- static final Locale CANADA_FRENCH
- static final Locale CHINA
- static final Locale CHINESE
- static final Locale ENGLISH
- static final Locale FRANCE
- static final Locale FRENCH
- static final Locale GERMAN
- static final Locale GERMANY
- static final Locale ITALIAN
- static final Locale ITALY
- static final Locale JAPAN
- static final Locale JAPANESE
- static final Locale KOREA
- static final Locale KOREAN
- static final Locale PRC
- static final Locale SIMPLIFIED_CHINESE
- static final Locale TAIWAN
- static final Locale TRADITIONAL_CHINESE
- static final Locale UK
- static final Locale US
_INSERT_FIELDS_ENTRY_HERE_