Add text into tag
Add text into tag
Hi All,
I have a textarea or div and when I write something in it, my web be able to detect the characters then if the character is english puts that text into this tag <p dir = "ltr"></p> or if that is other language which is right to left puts that text into this tag <p dir = "rtl"></p>
thank you