Language

CurrencyNameStyle Enum

Definition

public enum CurrencyNameStyle
type CurrencyNameStyle = 
Inheritance
CurrencyNameStyle

Fields

Name Value Description
Symbol 0

Selector for getName() indicating a symbolic name for a currency, such as "$" for USD.

Android reference for android.icu.util.Currency.SYMBOL_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Long 1

Selector for getName() indicating the long name for a currency, such as "US Dollar" for USD.

Android reference for android.icu.util.Currency.LONG_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PluralLong 2

Selector for getName() indicating the plural long name for a currency, such as "US dollar" for USD in "1 US dollar", and "US dollars" for USD in "2 US dollars".

Android reference for android.icu.util.Currency.PLURAL_LONG_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NarrowSymbolName 3

Selector for getName() indicating the narrow currency symbol.

The narrow currency symbol is similar to the regular currency symbol, but it always takes the shortest form; for example, "$" instead of "US$" for USD in en-CA.

Android reference for android.icu.util.Currency.NARROW_SYMBOL_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FormalSymbolName 4

Selector for getName() indicating the formal currency symbol.

The formal currency symbol is similar to the regular currency symbol, but it always takes the form used in formal settings such as banking; for example, "NT$" instead of "$" for TWD in zh-TW.

Android reference for android.icu.util.Currency.FORMAL_SYMBOL_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VariantSymbolName 5

Selector for getName() indicating the variant currency symbol.

The variant symbol for a currency is an alternative symbol that is not necessarily as widely used as the regular symbol.

Android reference for android.icu.util.Currency.VARIANT_SYMBOL_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to