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