PEAK XOOPS - Re: Problem with Cacheable Multi-Language - Don't display JAPANESE in englishin japanese

Re: Problem with Cacheable Multi-Language - Don't display JAPANESE

List posts in the topic

none Re: Problem with Cacheable Multi-Language - Don't display JAPANESE

msg# 1.1.1.1
depth:
3
Previous post - Next post | Parent - Children.1 | Posted on 2006/12/7 17:55
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Is it really OK?

It might be ...
//%%%%%		LANGUAGE SPECIFIC SETTINGS   %%%%%
if( @$GLOBALS['easiestml_lang'] == 'ja' ) {
	define('_CHARSET', 'UTF-8');
	define('_LANGCODE', 'ja');
} else if( @$GLOBALS['easiestml_lang'] == 'cn' ) {
	define('_CHARSET', 'UTF-8');
	define('_LANGCODE', 'cn');
} else if( @$GLOBALS['easiestml_lang'] == 'it' ) {
	define('_CHARSET', 'iso-8859-1');
	define('_LANGCODE', 'it');
} else {
	define('_CHARSET', 'iso-8859-1');
	define('_LANGCODE', 'en');
}
Votes:3 Average:3.33

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!