react-email-editor
react-email-editor copied to clipboard
Support Right-to-left languages
Hi everyone,
for sending e-Mails to recipients in languages that are written from right to left such as Arabic or Hebrew, we would probably need to set the dir attribute of the HTML element to rtl:
<html dir="rtl" lang="ar">
...
</html>
Source: https://www.w3.org/International/questions/qa-html-dir
It seems this is not possible right now. Could we add a new property to the body tab of the editor? Could be a drop down where we can choose between rtl and ltr.
Kind regards, Florian
Same issue