I am working on a multilingual layout. What worries me is:
How to handle text-input the right way?
I've build a JSFiddle to explain my problem.
- If I just add
dir="rtl"
, the words appear from right to left, but not each character - If I add the CSS style for right-to-left, the included numbers are also turned around
How can i combine numbers and text, so a hebrew input is showing correctly?