Contents

localizedString(forCurrencyCode:)

Returns a localized string for a specified ISO 4217 currency code.

Declaration

func localizedString(forCurrencyCode currencyCode: String) -> String?

Discussion

For example, in the “en” locale, the result for "USD" is "US Dollar".

See Also

Getting display information about a locale