Dear friends,
I was trying to extend localization, thus i have created two files: webclient_en_US.properties and webclient_ar_SA.properties under the folder:
tomcat/shared/classes/alfresco/messages/
the arabic version works well, and Alfresco takes it in consideration for any added words, which is not the case for the english copy! and the only way to do it was to add words directly to the original one under tomcat/webapps/alfresco/WEB-INF/classes/alfresco/messages
Is it a bug, or have i missed something?! should i load any new added files to the extension somewhere, or they have to be taken in consideration by default?!
On the other hand, on a bilingual system, is there any need for the file webclient.properties? or we can ignore it !?