cancel
Showing results for 
Search instead for 
Did you mean: 

How can i change the language ?

majandra
Champ in-the-making
Champ in-the-making
Hi,
Is it possible to change the language in Alfresco ?
How many languages are avaliable ?
Is it possible to search in chinese documents ?

Thanks
2 REPLIES 2

nancyg
Champ in-the-making
Champ in-the-making
Hello -

There are greater than 40 different language packs for Alfresco. You can find these on the forge, http://forge.alfresco.com. There are installation instructions for language packs here http://wiki.alfresco.com/wiki/Language_Pack_Installation.

Nancy

rafaelscg
Champ on-the-rise
Champ on-the-rise
After download the language(http://forge.alfresco.com/projects/alfresco-zh-cn/) you will need to modify web-client-config-custom.xml:

   <config evaluator="string-compare" condition="Languages">
     <languages>
        <language locale="zh_CN">Chinese</language>
     </languages>
   </config>

Then restart alfresco server.
Let me know if this works for you.