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

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

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2006/12/5 20:38
slyss79  »°Åù·³Áâ   Posts: 143
hi guys ...

i have installed Cacheable Multi-Language by GIJOE...

work good if the tags are made in a block

for example

[en]Seminars[/en][it]Seminari[/it][ja]セミナー[/ja][cn]研讨会[/cn]

but i have the tags also in a jascript men
Votes:1 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/12/7 4:40
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Edit your language/english/global.php

//%%%%%         LANGUAGE SPECIFIC SETTINGS   %%%%%
define('_CHARSET', 'ISO-8859-1');
define('_LANGCODE', 'en');
Votes:2 Average:10.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/12/7 6:12
slyss79  »°Åù·³Áâ   Posts: 143
thanks gijoe!!!

i have modify like this

//%%%%%		LANGUAGE SPECIFIC SETTINGS   %%%%%
define('_CHARSET', 'UTF-8');
define('_LANGCODE', 'ja');

and all work fine!!!

thanks
Votes:0 Average:0.00
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:1 Average:10.00
Previous post - Next post | Parent - No child | Posted on 2006/12/7 19:19
slyss79  »°Åù·³Áâ   Posts: 143
thanks a lot gijoe!!!!

thanks!!!!!!
Votes:1 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!