I have a multilingual site, and in one node type I have a node reference field to another node type which respects the active language when in the node add/edit form. That is to say, the drop down list of referenced nodes shows only those nodes which are of the same language as the active language. But when I view the node, and see the title of the referenced node as a clickable link, the link does not retain the language identifier for the node being referenced. So I go to the right node, but with the active language changed. Any idea what I can do about this?

Comments

yched’s picture

Status: Active » Postponed (maintainer needs more info)

I don't think I get this.
In Drupal, a node has one language, a version of the same content in another language is stored in a different node. So referencing a node id means a specific node and language, there's nothing more to chose.

Maybe what you want is :
If node A_french and node B_french are translations of node A_english and node B_english,
then if node A_english references node B_english, you want node A_french to reference node_B_french automatically.

If that's what you mean, well, it's currently not supposed to be supported so it's a feature request rather than a bug.
If not, please be more specific

edward.peters’s picture

Please accept my apologies: I have discovered this is an OG/locale issue. I am very sorry for raising it here.

yched’s picture

Status: Postponed (maintainer needs more info) » Fixed

No pb, thanks for reporting back.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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