react-email-editor icon indicating copy to clipboard operation
react-email-editor copied to clipboard

Support Right-to-left languages

Open DigitalFlow opened this issue 3 years ago • 1 comments

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

DigitalFlow avatar Jan 28 '22 10:01 DigitalFlow

Same issue

YitzchakMeltz avatar Aug 25 '22 11:08 YitzchakMeltz