Recommended way to handle RTL mixed with LTR languages

I think these two :
https://your.domain/admin/site_settings/category/all_results?filter=default%20locale
https://your.domain/admin/site_settings/category/all_results?filter=mixed%20text

then wrapping your text with:

<div dir="rtl">
…
</div>

or

<div dir="ltr">
…
</div>

works

2 Likes