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 !!