> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kodeflowstudios.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TextDirection

> Namespace: KodeFlowStudios.Parley.Localization

Reading direction for a language.

**Declaration**

```csharp theme={null}
public enum TextDirection { LTR, RTL };
```

#### Description

Reading direction for a language. Parley exposes this on every language entry so your UI can adapt — flipping alignment, mirroring choice lists, and laying out right-to-left scripts like Arabic or Persian without you having to special-case each language at the call site.

#### Used By

* [Localizer](/parley/reference/scripting/localization/localizer)
