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
Comment #1
yched commentedsee http://drupal.org/node/65722
Comment #2
cgn commentedTo 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,
Comment #3
cgn commentedExactly. That's a duplicate :)
Comment #4
cgn commentedExactly. That's a duplicate :)
Comment #5
millo commentedGreat, the patch which is advertised there seems to work fine. Thanks!