I have install the cms on local for test. But when i rename the "config_lang.php" i have always the erreur page not found...
the content of the file:
I have create menu_text_fr & menu_text_en and content_name_fr & content_name_en.define('DEFAULT_LANG', 'fr_FR');
$hls = array(
'en_US' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
),
'fr_FR' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'Français',
'locale'=>'fr_FR.utf8@euro',
),/*
Thanks for your help.
Ludovic