Hi alby and thank you for your great work!
I have installed cmsms mle 1.1.2 and so far it works great except for one small thing. For some reason firefox chooses english as default language although I have configured swedish as default. (With Opera and IE6 it's working and swedish is default)
I tried to follow your instructions as closely as possible but maybe I got somehing wrong..
This is my config_lang.php:
define('DEFAULT_LANG', 'sv_SE');
$hls = array(
'en_US' => array(
'block'=>'en',
'flag'=>'',
),
'sv_SE' => array(
'block'=>'sv',
'flag'=>'',
'locale'=>'sv_SE',
),
Actually i'm not sure about 'locale'=>'sv_SE' ? Is this correct? If not, where can I find the correct locale?
In config.php locale is left empty. ($config['locale'] = '';)
In Site Admin->Global Settings, "Default language for the frontend:" = "No default selected"
What do you mean by "current language (in this way CMSMS load current locale language for ALL modules)"?
In firefox a cookie named "mle" is set to "en_US" when I go to my frontpage. In Opera it is set to "sv_SE" as it should. Default language is set to Swedish in both firefox and opera.
I'm using firefox 2.0.0.7
Maybe it is a bug in firefox?
Is there a way to force all browser to use swedish as default?
Ok, maybe that's enough questions for now..
Thanks!