|
Title: chinese big5 language for HCL2.1.5 available Post by: oraclesoon on December 25, 2007, 05:49:54 PM Christmas gift. I translated english.php to big5.php to support Taiwan Big5 Chinese. Contribute it back to HCL community.
Instruction: 1. Copy big5.php into the folder hcl\lang 2. Edit config.php file and replace this: // The language you wish to use $conf['lang'] = 'english'; with this: // The language you wish to use $conf['lang'] = 'big5'; Title: Re: chinese big5 language for HCL2.1.5 available Post by: victor on December 25, 2007, 07:58:12 PM thanks oracle...
Title: Re: chinese big5 language for HCL2.1.5 available Post by: oraclesoon on February 20, 2008, 09:03:59 AM Subsequently I realize some of the other open source projects are using UTF-8 encoding for Asian language, which is more standardized across PHP and MySQL. So here I uploaded another UTF-8 version of Taiwan Big5 Chinese.
Instruction: 1. Copy utf-8.php into the folder hcl\lang 2. Edit config.php file and replace this: // The language you wish to use $conf['lang'] = 'english'; with this: // The language you wish to use $conf['lang'] = 'utf-8'; |