Hi,

The site I'm creating uses 2 languages, English and Spanish. When I display a list with the Views module the listing works fine but it appears that it's unable to filter out articles which do not pertain to the selected language so hence if I have an article that has a translation then both translations appear. Is there any way to display only articles that are relevant to the selected language?

Do I have to use this in conjunction with multilingual blocks in order to solve this?

Comments

yched’s picture

Status: Active » Closed (duplicate)
cgn’s picture

Status: Closed (duplicate) » Active

To my knowledge, this is a common issue and the best solution is addressed in http://drupal.org/node/65722 and http://drupal.org/node/64004. Basically there is a small patch to apply to the internalization module.

Anyway in http://drupal.org/node/85918 it is said that this issue should be fixed through extension of the internationalization module, not the views.

Hope it helps,

cgn’s picture

Status: Active » Closed (duplicate)

Exactly. That's a duplicate :)

cgn’s picture

Exactly. That's a duplicate :)

millo’s picture

Status: Closed (duplicate) » Closed (fixed)

Great, the patch which is advertised there seems to work fine. Thanks!