| 
      Return to Recent Questions Can I use Hebrew in the script menu easily? 
 
 Q:
Can you answer a few questions?
 
 1 Can I use Hebrew in the menus  easily?
 
 2 Can I create menus that go  right to left instead of left to right for Hebrew?
 
 
 A:
You're able to use any characters for Deluxe Menu in the same way as
you use them for standard html page.
 The only issue is that submenus can be shown in incorrect position
when you're using dir=rtl for your page.
 
 var dmRTL = 0;
 Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>.
 
 Use also
 var smViewType = 2;
 for right-to-left languages.
 
 Please try a trial package of Deluxe Menu, http://deluxe-menu.com.
 
 
 
 
 
 Return to Recent Questions
 
 
 |