Let's start from here: we have a page "about us" in english we translated in italian as "chi siamo".
Now we need to link that page into our primary links menu. The menu item will be translated by localizer interface but what happens to the href link?
I mean, if "about us" english page is node/3 and "chi siamo" italian page is node/4 wich href should we set in the menu link location?
Shall we link to node/3 or node/4 or we must create a pathurl with specific module?
Comments
Comment #1
Roberto Gerola commentednode/3 is ok.
The path will be replaced on-the-fly by localizer then depending of the current language.
Comment #2
tassoman commentedI seem it's also working with a pathurl for node/3 → about-us and another pathurl to node/4 → chi-siamo then setting the menu href to about-us.