Instance Property インスタンスプロパティ

languageMap

A dictionary that maps script tags to arrays of language tags. 書体タグを言語タグの配列にマップする辞書。

Declaration 宣言

var languageMap: [String : [String]] { get }

Discussion 議論

The dictionary’s keys are ISO 15924 script codes (such as "Latn" or "Cyrl") and its values are arrays of BCP-47 language tags (such as "en", "fr", or "de"). 辞書のもつキーは、ISO 15924書体コードです(例えば"Latn"または"Cyrl")そしてそれの値はBCP-47言語タグの配列です(例えば"en""fr"、または"de")。

See Also 参照

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