Type Method 型メソッド

lineDirection(forLanguage:)

Returns the direction of the sequence of lines for the specified ISO language code. 指定されたISO言語コードに対する複数行の順序の方向を返します。

Declaration 宣言

class func lineDirection(forLanguage isoLangCode: String) -> NSLocale.LanguageDirection

Parameters パラメータ

isoLangCode

The ISO language code. ISO言語コード。

Return Value 戻り値

Returns the direction in which lines appear in the specified language. See NSLocale.LanguageDirection for possible values. If the appropriate direction can’t be determined NSLocale.LanguageDirection.unknown is returned. 指定された言語において行それらが現れる方向を返します。NSLocale.LanguageDirectionを可能な値のために見てください。ふさわしい方向が決定されることができないならばNSLocale.LanguageDirection.unknownが返されます。

See Also 参照

Getting Line and Character Direction for a Language ある言語に対する行と文字の方向を取得する