cancel
Showing results for 
Search instead for 
Did you mean: 

User profile and settings customize

ivan_hajdinjak
Champ in-the-making
Champ in-the-making
Greetings,

Where is .jsp or properties file that contains list of Interface language. I want to disable this (or add croatian which i included with language installation pack and set to default language at login - ) component so the user can't change or can select croatian.

I've seen /alfresco/faces/jsp/dialog/container.jsp but can't find this component. Viewing source code i've found :

<tr><td>Interface Language:</td><td><select id="dialog:dialog-body:language" name="dialog:dialog-body:language" size="1" onchange="document.forms['dialog'].submit(); return true;">   <option value="en_US" selected="selected">English</option>   <option value="de_DE">German</option>   <option value="es_ES">Spanish</option>   <option value="fr_FR">French</option>   <option value="it_IT">Italian</option></select></td></tr>

Where I can change this ?

Thanks !!
2 REPLIES 2

amitabhandari1
Champ in-the-making
Champ in-the-making
Hi Ivan,

You can check web-client-config.xml   placed  in tomcat/webapps/alfresco/WEB-INF/classes/alfresco.
Check the <config evaluator="string-compare" condition="Languages"> section.

Thanks,

ivan_hajdinjak
Champ in-the-making
Champ in-the-making
Thanks Amita, that helped !