---
title: NSUserInterfaceLayoutDirection.rightToLeft
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsuserinterfacelayoutdirection/righttoleft
---

# NSUserInterfaceLayoutDirection.rightToLeft

Layout direction is right to left.

## Declaration

```swift
case rightToLeft
```

## Discussion

Discussion This is appropriate when running with localizations such as Arabic or Hebrew that should have the user interface layout origin on the right edge of the coordinate system.

## See Also

### Constants

- [NSUserInterfaceLayoutDirection.leftToRight](appkit/nsuserinterfacelayoutdirection/lefttoright.md)
