This is a migrated thread and some comments may be shown as answers.

Not absolutely sure how to handle this situation - Right-to-left oriented languages

0 Answers 26 Views
Input
This is a migrated thread and some comments may be shown as answers.
Boris
Top achievements
Rank 1
Boris asked on 30 Jul 2013, 03:18 PM
I have an editing page in my C# Dot Net 4.5 web app, using RadTextBoxes.  

It appears that this page will be used to store script in multiple alphabets, including right to left oriented ones like Arabic and Hebrew.

What I had hoped to do was put a checkbox on the page that toggles the boxes orientation between left-to-right (default) and right-to-left.

It occurs to me that I might be mixing up windows and web development.

Is this sort of thing possible with RadTextBoxes?  What would be my best approach?  
(It is possible that actual editing would not be done in this screen, that users would merely paste in text from other applications without actual typing.)

Sorry.  Never mind.  Found it.
Textbox1.Attributes["dir"] = "RTL";  

No answers yet. Maybe you can help?

Tags
Input
Asked by
Boris
Top achievements
Rank 1
Share this question
or