cancel
Showing results for 
Search instead for 
Did you mean: 

Default language selection on login

rosemeyer2
Champ in-the-making
Champ in-the-making
Hi,

I installed german as frontend language and don't want the users to choose english also. Is there a way to remove "english" from the selection box on login screen?

Thx, Rudolf
2 REPLIES 2

mdavid_cu
Champ in-the-making
Champ in-the-making
Hi, rosemeyer2, of course that you can remove the default language by editing the file
web-client-config.xml in the <config root>(ex: in tomcat <TOMCAT_HOME>/webapps/alfresco/WEB-INF/classes/alfresco),

Please remove from this file the following block

 

      <config evaluator="string-compare" condition="Languages">
      <!– the list of available language files –>
       <languages>
         <language locale="en_US">English</language>
     </languages>–>
   </config>

I hope this helps

rosemeyer2
Champ in-the-making
Champ in-the-making
Thanks, I thought putting that in the extension directory would fully overwrite the language settings, but seems that this is not the case.