Right to left languages

Configuration for your custom themes to support right to left (RTL) languages like Arabic and Hebrew

Our platform can automatically add the appropriate HTML markup to support these language configurations.

Just add the following variable to your custom theme

<html {{ html_attributes }}>

This would render as:

<html lang="he" dir="rtl">

Last updated