Package apple.corefoundation.enums
Class CFLocaleLanguageDirection
- java.lang.Object
-
- apple.corefoundation.enums.CFLocaleLanguageDirection
-
public final class CFLocaleLanguageDirection extends java.lang.ObjectMap a locale identifier to a Windows LCID.
-
-
Field Summary
Fields Modifier and Type Field Description static longBottomToTopstatic longLeftToRightstatic longRightToLeftstatic longTopToBottomstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
LeftToRight
public static final long LeftToRight
- See Also:
- Constant Field Values
-
RightToLeft
public static final long RightToLeft
- See Also:
- Constant Field Values
-
TopToBottom
public static final long TopToBottom
- See Also:
- Constant Field Values
-
BottomToTop
public static final long BottomToTop
- See Also:
- Constant Field Values
-
-