# How do I enable right-to-left support

Primavera supports right-to-left (RTL) languages out of the box. No additional work is required for you to set this up, other than what Shopify requires. See Shopify's instructions for more information on [adding a language to your storefront](https://help.shopify.com/en/manual/international/localization-and-translation).

When a right-to-left language is detected, the content will automatically swap over to the other side in order to provide a seamless experience. One key thing to note is that in the customizer, **left** and **right** settings options will be reversed. So if you align something to the "bottom left", when an RTL language is active, it will be aligned to the bottom right. This allows your storefront to seamlessly support both left-to-right languages and right-to-left languages with the same sections, without needing to create duplicate templates.

The following languages are picked up by our automatic right-to-left language detection. If your language is missing, feel free to reach out to [our support team.](https://ultramarinastudios.com/support/)

* Avestan
* Arabic
* Aramaic
* Bakhtiari
* Central Kurdish
* Divehi
* Farsi
* Gilaki
* Hausa
* Hebrew
* Kowhai
* Kashmiri
* Kurdish
* Mazanderani
* N'Ko
* Punjabi (Western)
* Pashto
* Sindhi
* Southern Balochi
* Uyghur
* Urdu
* Yiddish


---

# 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.ultramarinastudios.com/guides/how-do-i-enable-right-to-left-support.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.
