Type Method
型メソッド
characterDirectionForLanguage:
Returns the direction of the sequence of characters in a line for the specified ISO language code.
指定されたISO言語コードに対する行中の文字の順序の方向を返します。
Parameters
パラメータ
isoLangCode
The ISO language code.
ISO言語コード。
Return Value
戻り値
Returns the direction in which characters appear within a line 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
ある言語に対する行と文字の方向を取得する
+ lineDirectionForLanguage:
Returns the direction of the sequence of lines for the specified ISO language code.
指定されたISO言語コードに対する複数行の順序の方向を返します。