Hi
I am trying this module with the Drupal 6 rc1. I managed to add translations of a content node. But is there no way to add a menu item for each language so that when I change language the node menu link is changed? How is it supposed to work?

Comments

Boletus’s picture

Hello again!
Please tell me if I am just plain stupid, if I have missed something in the setup of this module or if this is not feasible.

gábor hojtsy’s picture

Status: Active » Closed (works as designed)

Localization client helps you translate the built-in interface. The menu items you add are not part of the built-in interface. Drupal 6 does not include menu translation, so you should look into i18n module or Localizer for Drupal 6 to translate menu items.

cino’s picture

Isn't i18n module included into Drupal 6 core?

I have same problem. I can make different content pages in different languages, but I don't know how to make my menus to change.

gábor hojtsy’s picture

Some i18n functions are included in Drupal 6, but not all of i18n. Feel free to use i18n for Drupal 6, when it comes out.