Content Translation in Drupal 7
Anscheinend funktioniert Mehrsprachigkeit in Drupal 7 etwas anders als in Drupal 6.
Drupal 7 got field translation (yay!), also referred to as “content translation”, which is an entirely different thing. In content translation you have a single node, but with different translations for each field on the node that should be translatable. And the body is a field. Unfortunately the title is not a field, and therefore is not translatable, but more on that later. To restate this: In Drupal 7 “content translation” there is just one node, and translatable fields on it are translated to provide the translations, but are still part of that single node. The gotcha in field translation (content translation) though is that in core it didn’t get a user interface. As a result the contrib Content Translation module improves content translation and provides a UI and replaces the core content translation module, and it’s fundamental to the approach described here.
Ich brauche dringend ein wenig Zeit um mit Drupal 7 ein mehr herumzuspielen…

