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

dominantLanguage(forScript:)

Returns the dominant language for the specified script. 指定された書体に対する優勢な言語を返します。

Declaration 宣言

func dominantLanguage(forScript script: String) -> String?

Parameters パラメータ

script

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

Discussion 議論

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

See Also 参照

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