Page 1 of 1

Multilanguage CMSMS MLE 1.2.3 default lang in FF problem!

Posted: Tue Feb 05, 2008 7:40 pm
by tew
Hi!

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',
 ),
);
I have follow the
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

Re: Multilanguage CMSMS MLE 1.2.3 default lang in FF problem!

Posted: Tue Feb 05, 2008 8:17 pm
by alby
tew wrote: $force_mle_default = false;
Switch $force_mle_default to true for force DEFAULT LANG

Alby