Closed (works as designed)
Project:
Quick Tabs
Version:
6.x-2.0-rc5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 11:37 UTC
Updated:
5 Dec 2011 at 11:08 UTC
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
Comment #1
pasqualle1. 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
Comment #2
katbailey commentedDid Pasqualle's suggested solution work?
Comment #3
mboc commentedhi! 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!
Comment #4
pasqualleI 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..
Comment #5
pasqualleThis 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..