NSLocaleLanguageDirection Enum

Definition

An enumeration of values that specify the direction of text for a language.

public enum NSLocaleLanguageDirection
type NSLocaleLanguageDirection = 
Inheritance
NSLocaleLanguageDirection

Fields

Name Value Description
Unknown 0
LeftToRight 1
RightToLeft 2
TopToBottom 3
BottomToTop 4

Applies to