cancel
Showing results for 
Search instead for 
Did you mean: 

[Solved] Italian language

csaffi
Champ in-the-making
Champ in-the-making
Hi everybody,
I successfully installed Alfresco-Labs-3b-OOo-Setup.exe on my Windows2000, but there's a problem: it's only English enabled. I need the Italian language too. Anybody can tell me how can I enable it?


Thank you
Carmelo
4 REPLIES 4

csaffi
Champ in-the-making
Champ in-the-making
There is no such custom-web-client-config.xml.sample file…

I found these files:
Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\web-client-config.xml
Alfresco\tomcat\shared\classes\alfresco\extension\web-client-config-custom.xml
Alfresco\tomcat\shared\classes\alfresco\extension\web-scripts-config-custom.xml.sample
Alfresco\tomcat\shared\classes\alfresco\extension\web-client-config-custom.xml.unicode.sample

- This is the Languages section of web-client-config.xml
   <!– Example of adding languages to the list in the login page –>
   <!–
   <config evaluator="string-compare" condition="Languages">
      <languages>
         <language locale="ca_ES">Catalan</language>
         <language locale="hr_HR">Croatian</language>
         <language locale="cs_CZ">Czech</language>
         <language locale="da_DK">Danish</language>
         <language locale="de_DE">German</language>
         <language locale="es_ES">Spanish</language>
         <language locale="el_GR">Greek</language>
         <language locale="fi_FI">Finnish</language>
         <language locale="fr_FR">French</language>
         <language locale="it_IT">Italian</language>
         <language locale="ja_JP">Japanese</language>
         <language locale="du_NL">Dutch</language>
         <language locale="pl_PL">Polish</language>
         <language locale="pt_PT">Portuguese</language>
         <language locale="pt_BR">Portuguese (Brazilian)</language>
         <language locale="ru_RU">Russian</language>
         <language locale="sv_SV">Swedish</language>
         <language locale="tr_TR">Turkish</language>
         <language locale="zh_CN">Simplified Chinese</language>
      </languages>
   </config>
   –>

- This is the Languages section of web-client-config-custom.xml.unicode.sample
<!– Example of adding languages to the list in the login page –>
   <!-
   <config evaluator="string-compare" condition="Languages">
      <languages>
         <language locale="ca_ES">Català      (Catalan)</language>
         <language locale="da_DK">Dansk       (Danish)</language>
         <language locale="de_DE">Deutsch     (German)</language>
         <language locale="es_ES">Español     (Spanish)</language>
         <language locale="el_GR">????????    (Greek)</language>
         <language locale="fr_FR">Français    (French)</language>
         <language locale="it_IT">Italiano    (Italian)</language>
         <language locale="ja_JP">???        (Japanese)</language>
         <language locale="du_NL">Nederlands  (Dutch)</language>
         <language locale="pt_BR">Português   (Portugese-BR)</language>
         <language locale="ru_RU">???????     (Russian)</language>
         <language locale="fi_FI">Suomi       (Finish)</language>
         <language locale="tr_TR">Türkçe      (Turkish)</language>
         <language locale="zh_CN">?? Zh?ngwén (Chinese)</language>
      </languages>
   </config>
   ->


Perhaps should I remove "<!-" and "->" ??

Thank you

csaffi
Champ in-the-making
Champ in-the-making
I deleted "<!-" and "->". Now all languages are visible on the login list, but after login everything is still in English…

loftux
Star Contributor
Star Contributor
From 3.0 you have to download the language pack separately,
You can find them here http://forge.alfresco.com/softwaremap/trove_list.php?form_cat=316

For the Share client there are no language packs available yet as far as I know.
Share also needed some code changes for the language packs to get picked up that is only available via svn HEAD.

Peter Löfgren

csaffi
Champ in-the-making
Champ in-the-making
I successfully downloaded and installed the italian language pack from here: http://forge.alfresco.com/softwaremap/trove_list.php?form_cat=316


Thank you for your help   Smiley Happy