currencyDisplay

abstract var currencyDisplay: String

How to display the currency in currency formatting. Possible values are:

  • "symbol" to use a localized currency symbol such as €, this is the default value,

  • "narrowSymbol" to use a narrow format symbol ("$100" rather than "US$100"),

  • "code" to use the ISO currency code,

  • "name" to use a localized currency name such as "dollar",