Type Method 型メソッド

characterDirection(forLanguage:)

Returns the direction of the sequence of characters in a line for the specified ISO language code. 指定されたISO言語コードに対する行中の文字の順序の方向を返します。

Declaration 宣言

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

Parameters パラメータ

isoLangCode

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

Return Value 戻り値

Returns the direction in which characters appear within a line 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 ある言語に対する行と文字の方向を取得する