BUT, NO SAVE CHINESE . ONLY ?????
HELP ME . . HOW CAN I TO DO ?
\upload\admin\language\china\china.php
Code: Select all
<?php
// Locale
$_['code'] = 'cn';
$_['charset'] = 'gb2312';
$_['direction'] = 'ltr';
$_['locale'] = 'zh_CN.gb2312,zh_CN,chinese';
$_['date_format_short'] = 'j F Y';
$_['date_format_long'] = 'l dS F Y';
$_['time_format'] = 'h:i:s A';
$_['decimal_point'] = '.';
$_['thousand_point'] = ',';