Recently, waiting for the CS2009, waiting for the time to do some advance preparation work, will CS2008.5 SP1 localization.
Special here to share my localization process, and provide the relevant language pack download, translation of the Bad place also please correct me.
Step One:
Translation languages Chinese language bag, use the tool CS Localization Ultra.
The attachment contains my translation based on the Deerchao language Pack (CS2008), which is CS2008.5 (SP1).
After the language is wrapped in the/languages/directory, the line in the/languages/languages.xml:<language name="Chinese Simplified" key="zh-CN" />
Remove the annotation and change it to:
<language name="简体中文" key="zh-CN" />
Again in the Web.config <properties> node to modify:
<add name = "language" type = "string" defaultValue="zh-CN" />
Step Two:
The editor tinymce the Chinese Language pack installation.
The following sections are excerpted from the document: http://lorz.me/fuck-tinymce3/, slightly modified.
Here can download to TinyMCE3 Chinese package http://tinymce.moxiecode.com/download_i18n.php Download notice, is to check the front of the small box, and then press the download button below, Instead of clicking on that XML directly.
Unfortunately, it is traditional, I produced a simplified Chinese package, because TINYMCE requires that the language code must comply with the ISO 639-1 International coding standards, the Chinese code can only be en, and no simplified and traditional. In order not to cover the original traditional package, I also played a little slick, the Language pack code number written as CH, passed up. Hey, CH representative of the language is "chamorro/Chamorro language", it is estimated that Chamorro people have not used tinymce right now, we want to Simplified Chinese package on the page of the Chamorro Language bar, haha.
When installing, extract the files from the downloaded compressed package into the TINY_MCE directory, prompting for a file selection overlay with the same name.
When used, add a line language to the page's TINYMCE initialization statement tinymce.init: "ch", which is the single quotation mark before and after the Ch.
However, sometimes downloaded to the "chamorro/Chamorro language" is really "chamorro/Chamorro language." So, first download a traditional XML file, open with a text editor, line 12th, language code= "en" to Language code= "ch", save. The following is to find a simple conversion of the place, converted to Simplified Chinese, I am using OpenOffice, the other can, and then still save as Zh.xml. OK, now open http://tinymce.moxiecode.com/download_i18n.php the bottom has a place to upload, upload zh.xml.
Next, download the chamorro/Chamorro Language Pack, and remember to select the check box in front of the language pack and download the button below.
After the language pack is placed in the directory, it is configured in CS to enable the editor to use the Chinese language: