I have the website Arabic and English, I made the default language Arabic, the website is working well with Arabic language but the English layout do not redirect to ltr it redirect to rtl.
I added below line of code but did not solve the issue:
{%- if shop.locale == 'en' -%}<html class="no-js" lang="{{ shop.locale }}" dir="ltr">
{%- else -%}<html class="no-js" lang="{{ shop.locale }}">{%- endif -%}