Drupal: multilanguage.. looking for the right module to build multiple versions of the node

霸气de小男生 提交于 2019-12-07 08:39:32

Drupal.org has a lot of documentation related to multilingual sites.
http://drupal.org/node/324602

You may find that the Internationalization module will help you out. See this tutorial on setting up multilingual site using the Internationalization module.

@Patrick: CCK Translation makes it possible to have the labels and description of your CCK fields translated to different languages. The content that's stored inside those fields gets translated for the entire node, including all its fields using i18n module.

Hey! Thanks for reading my tutorial.

To properly translate CCK labels:

1 - activate CCK Translation module

2 - write the labels for your CCK fields in english

3 - Go to the "create new node" page. You're doing this to force Drupal to use the labels you just created. Visit the "create node" page in all your languages, so you force Drupal to try to show you the label in all the languages you have configured.

I know, this step is weird.

4 - Go to Admin -> Translate Interface (/admin/build/translate). Click on "search". Search your label in english, you'll see it appears several times, but marked as untranslated. Click on 'edit' for every string and translate them.

A bit clunky, but it works.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!