public abstract class UFormat
extends java.text.Format
Format to provide
additional ICU protocol, specifically, the getLocale()
API. All ICU format classes are subclasses of this class.ULocale,
Serialized Form| Constructor and Description |
|---|
UFormat()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ULocale |
getLocale(ULocale.Type type)
Return the locale that was used to create this object, or null.
|
public final ULocale getLocale(ULocale.Type type)
Note: This method will be implemented in ICU 3.0; ICU 2.8 contains a partial preview implementation. The actual locale is returned correctly, but the valid locale is not, in most cases.
type - type of information requested, either ULocale.VALID_LOCALE or ULocale.ACTUAL_LOCALE.ULocale,
ULocale.VALID_LOCALE,
ULocale.ACTUAL_LOCALECopyright © 2016 Unicode, Inc. and others.