Instance Method インスタンスメソッド

localizedString(forCurrencyCode:)

Returns the localized string for the specified currency code. 指定された通貨コードに対するローカライズされた文字列を返します。

Declaration 宣言

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

Parameters パラメータ

currencyCode

The code for the currency whose name you want. あなたがそれの名前を要求する通貨に対するコード。

Return Value 戻り値

The localized name of the currency. その通貨のローカライズされた名前。

Discussion 議論

For example, calling this method on an American English (en_US) locale, passing "JPY" for currencyCode, produces the string "Japanese Yen". 例えば、このメソッドをアメリカ英語(en_US)ロケール上で、"JPY"currencyCodeに渡して呼び出すことは、文字列"Japanese Yen"を生成します。

This method is equivalent to calling the displayName(forKey:value:) method passing the currencyCode key and currencyCode value. このメソッドは、displayName(forKey:value:)メソッドをcurrencyCodeキーとcurrencyCode値を渡して呼び出すことに等しいです。

See Also 参照

Getting Display Information About a Locale あるロケールについての表示情報を取得する