I am adding languages to a 1.3.1 version of CMSMS. I have used the relevant version of MLE and followed the install instructions. I have the admin area working fine - I have all my content and menu names added in English (default) and Portuguese. I can edit these fine in both languages and the global includes are there in both languages. But when I go to the home page and click the Portuguese flag the url appears with the pt name but the content is only there in English.
I have looked through all the videos and the forum but I can not see where I have gone wrong and I have not been able to find a similar problem recorded. Has anyone seen this before and does anyone have any idea what is likley to be causing this?
By the way my lang.config file is as follows.
define('DEFAULT_LANG', 'en_US');
$hls = array(
'en_US' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
'locale'=>'en_US',
),
'pt' => array(
'block'=>'pt',
'flag'=>'',
'text'=>'Portuguese',
'locale'=>'pt',
),
);
?>
Thanks for any help, JK
