how can i build a English Chinese webpage

Permalink
How can build an english Chinese webpage? I just can't find the Chinese language package, can anybody help

 
Mainio replied on at Permalink Best Answer Reply
Mainio
For managing the langauge trees for your site's languages:
http://www.concrete5.org/marketplace/addons/internationalization/...

For translating the static texts:
https://www.concrete5.org/documentation/how-tos/developers/internati...
https://www.concrete5.org/documentation/how-tos/developers/translati...

You can download the language pack from here (I agree, this is quite hard to find! I always look it up through Google):
http://www.concrete5.org/developers/translate/...
cwpc replied on at Permalink Reply
thanks a lot.
i have one more question:

multilingual webpage
April 15, 2014 at 3:48 AM Permalink Edit
I want to create a English-Chinese webpage, where there is the flag button, the visitors can choose which language they want to search, i want to realize the display like this:
when one click the english flag, the page come up like this:
home, services, trainings, downloads and etc.
and when i click the Chinese flag, the page come up like this:
主页, 服务, 培训, 下载

for the moment i create an english and Chinese subpage under home, so now it looks like this:
i don't want the subpage english and chinese to show up, i want to click the language button and the webpage come out according to the language chosen directly, how can i manage that?
thanks in advance
Mainio replied on at Permalink Reply
Mainio
I think it's just your auto-nav block settings. You should try to change the settings from your navigation block (auto-nav).

Try changing the "Display Pages" from "at the top level" => "at the second level".

For the language flags, you can use the "Switch Language" block within a global area and define a custom template named "Flags" for it.