Contents

currencySymbol

The currency symbol for the locale.

Declaration

var currencySymbol: String { get }

Discussion

Example currency symbols include "$", "€", and "¥".

This property contains the same value returned by the object(forKey:) method when passing the currencySymbol key.

See Also

Getting Information About a Locale