# Does Zest support RTL languages?

**Yes, Zest supports right-to-left (RTL) languages.**&#x20;

You can enable the RTL layout for your theme in the theme editor.

<figure><img src="/files/v262Ksj8zaHJUKwUfFaF" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Steps:

1. From Shopify admin, go to **Online Store** > **Themes**.
2. Navigate to **Theme settings** > **General**.
3. Select the option **Enable RTL**.
4. Enter the ISO language codes you want to display the RTL layout. [Check ISO language code](https://www.loc.gov/standards/iso639-2/php/code_list.php)
5. **Save** the change.
   {% endhint %}

<figure><img src="/files/HiyGiejDXwZBGlwVczME" alt=""><figcaption></figcaption></figure>

With RTL layout enabled, your Zest theme will be formatted correctly for languages that read from right to left.


---

# 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://docs.foxecom.com/zest-theme/faqs/generic/does-zest-support-rtl-languages.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.
