I need to have a TextBox with Right to Left input. In ASP.NET you can do this with the dir="rtl", but it doesn't give the required effect.
Example:
The TextBox below has the dir="rtl" tag.
When I now press 'a', you get this:
But apparently in Hebrew, you're supposed to get this:
Is there some built-in functionality for this in ASP.NET? I can't seem to find it, everywhere I search they say it's the dir="rtl" tag.