Do your themes offer RTL support?
At this time, our themes do not include built-in RTL (right-to-left) layout support. If you are creating a store in languages such as Arabic, Hebrew, or Persian, additional code customization is required to fully convert the layout from LTR to RTL.
How to Enable RTL
You can add RTL support in two ways:
Custom Coding
A developer can update your theme’s HTML and CSS to support RTL direction. This typically involves adjusting the
<html dir="rtl">attribute and modifying layout styles.Shopify community reference:
Using an RTL App
Several apps automatically apply RTL styling without modifying theme code. Example:
Additional Shopify Documentation
Localization and translation overview:
https://help.shopify.com/en/manual/international/localization-and-translation