I have a Drupal 6 multilanguage installation and I want to filter the nodes displayed by a view based on the language the user selected.
When adding “Node translation: Language” but I still get all entries. Any ideas what I missed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Views you can select at the Filters-> “Node translation: Current user’s language”
This gives the nodes that are published in the language of the current user.
If you are using the i18n module, there is a filter called “i18n: Content Negotation” which handles the appropriate language for you.