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

localizedString(forVariantCode:)

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

Declaration 宣言

func localizedString(forVariantCode variantCode: String) -> String?

Parameters パラメータ

variantCode

The variant code whose name you want. あなたがそれの名前を要求する変種コード。

Return Value 戻り値

The localized name of the variant. その変種のローカライズされた名前。

Discussion 議論

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

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

See Also 参照

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