Type Method 型メソッド

defaultOrthography(forLanguage:)

Creates and returns an orthography object with the default language map for the specified language. ある正書法オブジェクトをその指定される言語に対する省略時の言語マップで作成して返します。

Declaration 宣言

class func defaultOrthography(forLanguage language: String) -> Self

Parameters パラメータ

language

A BCP-47 tag identifying the language. 言語を識別しているBCP-47タグ。

Discussion 議論

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識別子)を含んでいます。

See Also 参照

Creating Orthography Objects 正書法オブジェクトを作成する