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

localizedString(forScriptCode:)

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

Declaration 宣言

func localizedString(forScriptCode scriptCode: String) -> String?

Parameters パラメータ

scriptCode

The script code for the script whose name you want. あなたがそれの名前を要求する書体の書体コード。

Return Value 戻り値

The localized name of the script. その書体のローカライズされた名前。

Discussion 議論

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

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

See Also 参照

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