<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/NSTextAlignment/natural",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@NSTextAlignment@NSTextAlignmentNatural"
  },
  "title" : "NSTextAlignment.natural"
}
-->

# NSTextAlignment.natural

Text uses the default alignment for the current localization of the app.

```
case natural
```

## Discussion

The default alignment for left-to-right scripts is [`NSTextAlignment.left`](/documentation/UIKit/NSTextAlignment/left), and the default alignment for right-to-left scripts is [`NSTextAlignment.right`](/documentation/UIKit/NSTextAlignment/right).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)