I’ve just read the FAQ to the end…
The issue is solved and I have no further questions, sorry!
Hello,
I’m building a multilingual site with english german and french.
The hack above works insofar, that it hides menus in that language where the navigation menu is empty. But the URL gets translated. I mean:
Menu Setup:
URL: http://foo/en/
navigation menu english: [empty]
navigation menu french: Eglish
navigation menu german: Eglish
This results in a hidden menu when the site is in english. When I change the language to french, the menu is visible, reading “English”. But the URI where it points to has been translated to http://foo/fr/. Same in german.
Any idea?