How do you handle using the Relation Module with translated content.
What i'd like to have is just one relation per node, but do i have to make a relation for each language translation?

Is their better ways to handle this?

Comments

naught101’s picture

Have you tried this already? How are you doing content translation?

I haven't used translation with relation, so I'm not sure how it would work. From reading https://drupal.org/node/1498708, I would guess that using the built-in content translation might be difficult, because relation only relates entities to other entities, and the translated nodes are actually new entities. On the other hand, the entity translation method looks like it would work fine, because it doesn't create new entities for each translation, just creates new field values (and thus does not affect relation what so ever).

If you try, let us know how you get along.