Situation: quicktabs that fetch views content and the site has 2 languages enabled.
Problem: when click the closed tab, it loads content via ajax, but that content is not current user's language

Solution: add language prefix to requested url?

Comments

pasqualle’s picture

1. add language to the view as view argument
2a. create 2 QTs with hard coded language for view argument on QT edit page
-- display the right QT block based on language
2b. or create the QT programatically where you can use current language as view argument

katbailey’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Did Pasqualle's suggested solution work?

mboc’s picture

hi! I cannot add language to the view as view argument I don't have the option ..... am I missing a module? I'm trying lo make a taxonomy view not a node view. Any help appreciated.....THANKS!

pasqualle’s picture

I think you can translate taxonomy terms names in views with i18nviews module http://drupal.org/project/i18nviews
here is the issue: #346028: Translate taxonomy term names in Views

I am not sure how to add language argument (or language filter) for views when listing taxonomy terms. Could be a missing feature from i18n..

pasqualle’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

This issue is without response for more than a month, closing.

ajax request does not have language, so the only option as I see is to use language as a view argument..