These constants describe the text direction for a language. Used by the methods lineDirectionForLanguage: and characterDirectionForLanguage:.
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public enum NSLocaleLanguageDirection
Public Enumeration NSLocaleLanguageDirection
public enum class NSLocaleLanguageDirection

Member | Description |
---|---|
NSLocaleLanguageDirectionUnknown | The direction of the language is unknown. Available in Mac OS X v10.6 and later. |
NSLocaleLanguageDirectionLeftToRight | The language direction is from left to right. Available in Mac OS X v10.6 and later. |
NSLocaleLanguageDirectionRightToLeft | The language direction is from right to left. Available in Mac OS X v10.6 and later. |
NSLocaleLanguageDirectionTopToBottom | The language direction is from top to bottom. Available in Mac OS X v10.6 and later. |
NSLocaleLanguageDirectionBottomToTop | The language direction is from bottom to top. Available in Mac OS X v10.6 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)