language MENU problem - internationalization add-on
Permalink
Hi,
I'm trying to setup a multi language website with the Internationalization ADD-On.
I have a problem trying to translate my MENU.
It works very well in English but as soon as i switch to French the menu stay in english. But if i check the Address bar of the browser, the page point to the good french folder. (check sitemap.jpg attached file)
Is there a problem with the declaration of the menu in the default page ? (i use :
Any clue ?
I'm trying to setup a multi language website with the Internationalization ADD-On.
I have a problem trying to translate my MENU.
It works very well in English but as soon as i switch to French the menu stay in english. But if i check the Address bar of the browser, the page point to the good french folder. (check sitemap.jpg attached file)
Is there a problem with the declaration of the menu in the default page ? (i use :
<?php $a = new GlobalArea('MenuEng'); $a->display($c); ?>
Any clue ?
Are you sure the autonav block you've added to the "MenuEng" area is pulling pages from the "second level"? I think it might be pulling them with the "beneath a particular page" option.
Also, I'd suggest renaming the "MenuEng" area if you're using the same global area under all languages. It makes sense to make the global area names language specific if there is some actual content you'd need to translate in them like in footer you might have "Contact Details" text which would need to be translated across the different languages.