| 
      Return to Recent Questions Does your dhtml treeview support right to left languages, like Hebrew? 
 
 Q:
 Does your Tree support right to left languages, like Hebrew? It's is very important for us.
 
 I tried it but the text of the items are left justify.
 
 
 A:
You can use right-to-left languages in the Tree Menu in the same way as in standard html
code.
 Please, set <HTML dir="rtl">.
 
 Try to set the following parameter:
 
 var titemAlign       = "right";
 
 
 
 
 
 Return to Recent Questions
 
 
 |