cancel
Showing results for 
Search instead for 
Did you mean: 

Add languages, lab 3

maraki
Champ in-the-making
Champ in-the-making
Hello,

I have installled labs 3 and I tried to add some more languages.I have changed  /shared/classes/alfresco/extension/web-client-config-custom.xml

<config evaluator="string-compare" condition="Languages" replace="true">
      <languages>
         <language locale="en_US">English</language>
         <language locale="el_GR">Greek</language>
         <language locale="fr_FR">French</language>
         <language locale="it_IT">Italian</language>
      </languages>
</config>

but when i select one of the above languages in the login page i don;t see any difference.
I also realise that there aren't files for other languages in /shared/classes/alfresco/messages folder, as there used to be in previws versions.

What should I do in order to add languages in lab 3?
Do I need to find additional language files to add in and if so where?

I appreciate any help in solving this issue.

Thanks,
Mary
13 REPLIES 13

mrogers
Star Contributor
Star Contributor

jenn_l
Champ on-the-rise
Champ on-the-rise
Hoi guys,

I've tried the above.
 
<config evaluator="string-compare" condition="Languages" replace="true">
      <languages>
     <!– <language locale="nl_BE">Nederlands (Belgie)</language> –>
      <language locale="nl_NL">Nederlands</language>
      <language locale="en_US">English</language>
      </languages>
      </config>
The Dutch language is set indeed as default language, but the labels, User Name, Password and Language remain in English. After I've changed the dropdown list of the languages the labels changed. I can log in Dutch with the labels in English, but Dutch is selected<by default>.
This is not user friendly. Can some one help me with this?

mrogers
Star Contributor
Star Contributor
Have you installed the Dutch language pack as well as changing the XML file?

http://forge.alfresco.com/projects/dutchalfresco/

jenn_l
Champ on-the-rise
Champ on-the-rise
Hi,
I've installed the language pack by placing the .properties file in the messages directory. And changed the .xml file. But I don't know what is wrong. The labels remain in English the very first time you go the the login page, but the dropdown list is change into dutch. If you change the dropdownlist and set at last for "Dutch" then the labels change along.  :?