init(dominantScript : String, languageMap : [String : [String]])
Creates an orthography object with the specified dominant script and language map.
指定される優勢な書体と言語のマップを備える正書法オブジェクトを作成します。
Availability 有効性
Technology
language
A BCP-47 tag identifying the language. 言語を識別しているBCP-47タグ。
This method automatically determines the script for the specified language. For example, the default orthography for the Hindi language has a language map with a single key, "Deva"
(the ISO 15924 script code for Devanagari), that has a corresponding value of an array containing the element "hi"
(the BCP-47 identifier for Hindi).
このメソッドは指定された言語の書体を自動的に決定します。例えば、ヒンディ語に対する省略時の正書法は、ある単一のキー"Deva"
(デーヴァナーガリーに対するISO 15924書体コード)を持つ言語マップを持ちます、それは対応する値である配列をひとつ持ち、要素"hi"
(ヒンディに対するBCP-47識別子)を含んでいます。
init(dominantScript : String, languageMap : [String : [String]])