---
title: NSLocale.LanguageDirection.rightToLeft
framework: foundation
role: symbol
role_heading: Case
path: foundation/nslocale/languagedirection/righttoleft
---

# NSLocale.LanguageDirection.rightToLeft

The language direction is from right to left.

## Declaration

```swift
case rightToLeft
```

## See Also

### Constants

- [NSLocale.LanguageDirection.unknown](foundation/nslocale/languagedirection/unknown.md)
- [NSLocale.LanguageDirection.leftToRight](foundation/nslocale/languagedirection/lefttoright.md)
- [NSLocale.LanguageDirection.topToBottom](foundation/nslocale/languagedirection/toptobottom.md)
- [NSLocale.LanguageDirection.bottomToTop](foundation/nslocale/languagedirection/bottomtotop.md)
