Hi,

I installed Nodes In Block on multilingual D7 (using Internationalization).
The node is correctly displayed in the block. After translating the node, the page (regardless selected language) display blocks for each translation (If the node is translated into 2 languages, 3 blocks would display one after another - 1 for each translation).

Am I missing something?

Jacek

CommentFileSizeAuthor
#2 1608350_add_language_var.patch380 bytesfrankbaele

Comments

remaye’s picture

Same issue for me.
The multilingual feature has been mentioned here : http://drupal.org/node/425188
It seems this is still not completely integrated... but hopefully, integration with "block translation" (i18n module) allow to enable specific language for each block. Then you can create one Node in Block per language, enable it only for one language and select the correct block in the node form for each translation. A little bit messy, but you can at least display a node in block in its correct language.

frankbaele’s picture

StatusFileSize
new380 bytes

Ok for multi language support you have to install this module:

http://drupal.org/project/translation_helpers

and apply this patch to the dev version, original patch forgot to add the global $language var.

frankbaele’s picture

Status: Active » Needs review