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

localizedString(forIdentifier:)

Returns a localized string for a specified locale identifier. ある指定されたロケール識別子に対するローカライズされた文字列を返します。

Declaration 宣言

func localizedString(forIdentifier identifier: String) -> String?

Discussion 議論

For example, in the “en” locale, the result for "es" is "Spanish". 例えば、“en” ロケールにおいて、"es"に対する結果は"Spanish"です。

See Also 参照

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