cancel
Showing results for 
Search instead for 
Did you mean: 

Supporting right to left languages

ami_aviel
Champ in-the-making
Champ in-the-making
Hello,

How can I control Alfresco user interface and turn it into a right to left screen ?, I want to translate it to hebrew but I need it to be in right to left mode.

I appreciate any help in soving this issue.

Thank a lot,
Ami Aviel
Israel
3 REPLIES 3

misstina_sm
Champ in-the-making
Champ in-the-making
do you find your answer,if not i found it and can help you

misstina_sm
Champ in-the-making
Champ in-the-making
ok
you should go to this Address
tomcat\webapps\alfresco\css\main.css
and then do this changes:

body
{
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: white;
direction: rtl;
}

then clear your IE temporery ,to solve CSS Problem you should change Part in this address with part folderthat be in  in your language pack

D:\alfresco32r2\tomcat\webapps\alfresco\images\parts

let me know if you need any other help

yaziderman
Champ in-the-making
Champ in-the-making
Thank you misstina_sm

But your solution has two disadvantages:
- The Images in the design still need adjustment.
- If we still want another (left to right) language to be available as an option, we have to find a way to make the design direction a dynamic attribute, means it should depend on the option of the language.

I have some Ideas for this and will try to do and publish it after making sure that no one has done it.