currencySymbol
The currency symbol of the locale.
Declaration
var currencySymbol: String? { get }Discussion
For example, for “zh-Hant-HK”, returns “HK$”.
The currency symbol of the locale.
var currencySymbol: String? { get }For example, for “zh-Hant-HK”, returns “HK$”.