Contents

currency

The currency used by the locale.

Declaration

var currency: Locale.Currency? { get }

Discussion

This property corresponds to the cu key of the Unicode BCP 47 extension.

For locale instances created with the cu specifier (such as en-US@cu=cad), or with a custom Locale.Components, this property represents the custom currency. Otherwise, it represents the locale’s default currency.

See Also

Getting measurement and counting components