This is an old revision of the document!
<note important>In order to meet multilingual needs, we made the installation of new language pack available. Here is the how-to.</note> 系统管理界面下,系统设置–语言管理,打开添加语言界面: In the system management interface, System -> Language -> Add {{:en:real_case_guidance:language.png?|}} **Language name**: the language you are going to add **Language code**: the abbreviation for that language **Login list**: whether that language is displayed in the login page **Language note**: other explanations After finishing all those, click "Save". If you enabled the "Login list", then the language you added will be shown in the dropdown list in the login page. {{:en:real_case_guidance:login.png?|}} <note important>Every language has a corresponding language pack. Log in Linux, find astercc directory under var/www/html. You can find Chinese and English pack in "app/locale" under that directory. Find the language you want and download it. Change the pack name into what you are going to use as the language code, and modify all the PO files under the LC_MESSAGES folder of that pack. </note> Open Chinese and English PO file in the editor: {{:en:real_case_guidance:enedit.png?|}} {{:en:real_case_guidance:dede.png?|}} What you need to modify is the the information in the double quotation marks of line msgstr. Change it into the newly-added language. When finished all the changing, put the pack file into /var/www/html/astercc/app/locale. Your system language will be what you have chosen for it. Take German for example here. Let's change the PO file in the login file under LC_MESSAGES folder. When all the fields are changed into new ones, save the PO file. In the login interface, when we choose German we can see as the following shows: {{:en:real_case_guidance:de-login.png?|}}