Only one flag on site
Posted: Sun Mar 29, 2009 9:23 pm
Hello All,
mybe some answers already but I couldn't find them. My problem is :
CMS Made Simple 1.5.2 "Caguas" installed and working on my site. I add all database fields, flags... but in my right corner of the site I always see just actual language (English flag), even I have 5 languages all together.
If I do site preview from admin console I can see then French flag for example but I can not switch between languages obviosly because I have just flag from actual language always on and not others.
This is my config_lang.php :
define('DEFAULT_LANG', 'en');
$hls = array(
'en' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
'locale_cms'=>'en_US',
),
'sl' => array(
'block'=>'sl',
'flag'=>'',
'text'=>'Slovene',
'locale'=>'sl_SI.utf8@euro',
'locale_cms'=>'sl_SI',
),
'de' => array(
'block'=>'de',
'flag'=>'',
'text'=>'German',
'locale'=>'de_DE.utf8@euro',
'locale_cms'=>'de_DE',
),
'fra' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'France',
'locale'=>'fr_FR.utf8@euro',
'locale_cms'=>'fr_FR',
),
'esp' => array(
'block'=>'es',
'flag'=>'',
'text'=>'Espaniol',
'locale'=>'es_ES.utf8@euro',
'locale_cms'=>'es_ES',
),
Thank you.
Alex
mybe some answers already but I couldn't find them. My problem is :
CMS Made Simple 1.5.2 "Caguas" installed and working on my site. I add all database fields, flags... but in my right corner of the site I always see just actual language (English flag), even I have 5 languages all together.
If I do site preview from admin console I can see then French flag for example but I can not switch between languages obviosly because I have just flag from actual language always on and not others.
This is my config_lang.php :
define('DEFAULT_LANG', 'en');
$hls = array(
'en' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
'locale_cms'=>'en_US',
),
'sl' => array(
'block'=>'sl',
'flag'=>'',
'text'=>'Slovene',
'locale'=>'sl_SI.utf8@euro',
'locale_cms'=>'sl_SI',
),
'de' => array(
'block'=>'de',
'flag'=>'',
'text'=>'German',
'locale'=>'de_DE.utf8@euro',
'locale_cms'=>'de_DE',
),
'fra' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'France',
'locale'=>'fr_FR.utf8@euro',
'locale_cms'=>'fr_FR',
),
'esp' => array(
'block'=>'es',
'flag'=>'',
'text'=>'Espaniol',
'locale'=>'es_ES.utf8@euro',
'locale_cms'=>'es_ES',
),
Thank you.
Alex