# RTL (Right To Left) Related Settings

Firstly, MyLocalization doesn't automatically determine whether a language belongs to RTL type. Users need to specify whether the language is RTL or not when defining the language type.

![stickPicture.png](/files/BZjJbUSrRkH9HnUpfeA0)

Once this determines whether the language is RTL or not, the text is RTL arranged when it is displayed and displayed correctly in the text UI. Sometimes the alignment of RTL languages needs to be reversed to non-Rtl languages, so it needs to be set in a UITextSetter or UITextStaticSetter, as shown in the Toggle to the left of the red line box below:

![stickPicture.png](/files/vuhFB6vLbyjDcJ0rfiXl)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fuliufuliu.gitbook.io/mylocalization-decument/v1.3/mylocalization-english-document/display-and-setter-components/rtl-right-to-left-related-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
