1
Hey.
I have some trouble getting x-language to work on the newest verion of xoops.
I have surfed around the forum. The only thing i can se i should have to do is editing the language files.
But even though i have done this. It still doesn't work. What am i missing ?
I have modified the languagefiles like this:
// %%%%% LANGUAGE SPECIFIC SETTINGS %%%%%
//define('_CHARSET', 'UTF-8');
//define('_LANGCODE', 'en');
define('_CHARSET', empty($xlanguage["charset"])?'UTF-8':$xlanguage["charset"]);
define('_LANGCODE', empty($xlanguage["code"])?'en':$xlanguage["code"]);
$xlanguage['charset_base'] = "UTF-8";