I use node hierarchy to create children pages and automatically add menu links to the navigation menu

When a translate, for example, a second level node, the new translated node is not automatically set as children of the corresponding node, so the node hierarchy structure doesn't seem to be manteined through the different lanaguages

Is there a way to have the same node hierarchy also in different languages using translation?

Comments

mikikiki’s picture

no idea?

mattcasey’s picture

As an alternative option, you could use Entity Translation (http://drupal.org/project/entity_translation) to translate only the fields instead of creating new nodes..

[EDIT]
Sorry, I just realized that's only for Drupal 7, I'm not sure how translation works in D6

RAFA3L’s picture

I'm using Drupal 7 and Entity Translation module, this only work when Customize the menu title, would be nice if it were automatic and the same as the translated node title.

I have problems with the breadcrumb too, the link work fine, but the title is not translated, any idea?