I have primary_links containing two items:
* About: simple page
* News: view
After translating both items into French, switching to French About shows up as Apropos and examining vars[] in preprocess_page shows the langcode is set to fr correctly. Different story for the menu item linking to the view. It gets translated correctly into French but the langcode is still set to en. This doesn't make sense. Can someone explain why this is happening, is it a bug or a feature?

Comments

jose reyero’s picture

Category: bug » support
Status: Active » Fixed

As views don't have language, menu items pointing to views won't be translated/translatable unless you create two different menu items and set different language for them.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Whackler’s picture

hi,

creating 2 different items with different languages doesnt work in the primary links .

Any ideas ?