I have installed CMSMS MLE 1.2.3 and have it up and running (two sites, one with two lang and the other with tree lang)
The problem I have is that when I brows from a Firefox (FF) browser I get en_US as the default languages
but when I use Internet Explorer (IE) it use the default labg that I have in the config_lang.php file
The config_lang.php file
Code: Select all
define('DEFAULT_LANG', 'sv_SE');
$force_mle_default = false;
$hls = array(
'sv_SE' => array(
'block'=>'se',
'flag'=>'<img src="images/lang/se.png" style="border:0" alt="Svenska" />',
'text'=>'Swedish',
),
'en_US' => array(
'block'=>'en',
'flag'=>'<img src="images/lang/en_US.png" style="border:0" alt="English" />',
'text'=>'English',
'parent'=>'en',
),
);
Multilanguage CMSMS MLE - Docs, Howto and Tips
http://forum.cmsmadesimple.org/index.php/topic,15318.0.html
I have read that some other have similar problems, but I have not found a solution that works.
I hope that some one have some tip to solve this.
Thanks for nice job with MLE
TEW