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
Comment #1
jose reyero commentedAs 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.
Comment #3
Whackler commentedhi,
creating 2 different items with different languages doesnt work in the primary links .
Any ideas ?