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

languages(forScript:)

Returns the list of languages for the specified script. 指定された書体に対する言語のリストを返します。

Declaration 宣言

func languages(forScript script: String) -> [String]?

Parameters パラメータ

script

The specified script. 指定された書体。

Discussion 議論

The value of this property is an array of BCP-47 language tags, such as "en" or "fr", that identify the languages. このプロパティに対する値は、あるBCP-47言語タグです、例えば"en"または"fr"、それは言語を識別します。

See Also 参照

Determining Correspondences Between Languages and Scripts 言語と書体の間の対応を決定する