Type Method 型メソッド

lineDirectionForLanguage:

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

Declaration 宣言

+ (NSLocaleLanguageDirection)lineDirectionForLanguage:(NSString *)isoLangCode;

Parameters パラメータ

isoLangCode

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

Return Value 戻り値

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

See Also 参照

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