> For the complete documentation index, see [llms.txt](https://docs.ultramarinastudios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ultramarinastudios.com/guides/how-do-i-enable-right-to-left-support.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ultramarinastudios.com/guides/how-do-i-enable-right-to-left-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
