Sun Java System Communications Express 6 2005Q4 Customization Guide

ProcedureTo Align the User Interface From Right to Left

Step

    To align the User Interface from right to left you need to remove a line from the ar/i18n.js file.

    Example 5–9 shows the line that needs to be added to the ar/i18n.js file.


Example 5–9 Aligning the User Interface from right to left


....

    i18n['dir'] = 'ltr'
                  
...