| Author |  | 
      
        | faisal Newbie
 
  
 
 Joined: 13 June 2007
 Location: Saudi Arabia
 Online Status: Offline
 Posts: 31
 | 
          Hi
           | Posted: 26 November 2007 at 2:39am | IP Logged |   |  
           | 
 |  
 I have  MailBee WebMail PHP  V 4
 
 
 I want to make RTL Direction for Arabic Language
 
 So I do the flowing:
 
 in file lang/English.php
 
 add this code:
 define('LANG_Sitedir', 'ltr');
 
 
 
 in file lang/Arabic.php
 
 add this code:
 define('LANG_Sitedir', 'rtl');
 
 
 Then in all files find
 <html id="html">
 
 Change to
 <html id="html" dir="<?php echo LANG_Sitedir?>">
 
 
 And find:
 <html>
 
 Change to
 <html dir="<?php echo LANG_Sitedir?>">
 
 
 
 It is working fine if not using the Ajax
 
 But If Allow AJAX Version
 
 the webmail.php still show from Left to Right
 
 
 Thanks in advance
 
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          We've tested MailBee WebMail Pro PHP with and without Ajax support and in both cases WebMail works with your solution for us(although this solution is not 100% correct).
           | Posted: 26 November 2007 at 7:01am | IP Logged |   |  
           | 
 |  
 Thus, we got different results when applying your changes to the code (it works in AJAX for us) and we can't say why exactly it does not work for you.
 
 Anyway, as you say that the static version (with Ajax disabled) of WebMail Pro PHP works correctly for you. If so, could you please provide us with a test account so that we would be able to take a look and determine how the UI should look for Arabic version.
 
 We'll then add the required changes to one of the upcoming vesions (probably v4.2).
 
 You can send such info using our Request Support Form.
 
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | faisal Newbie
 
  
 
 Joined: 13 June 2007
 Location: Saudi Arabia
 Online Status: Offline
 Posts: 31
 | 
          Thanks Alex
           | Posted: 26 November 2007 at 11:00pm | IP Logged |   |  
           | 
 |  
 I will submit a ticket now
 
 | 
       
        | Back to Top |     | 
       
       
        |  |