Skip to main content

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.

Reading direction for a language. Declaration
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