Hi,

I have a Vocabulary with the Settings:
[x] Per language terms. Different terms will be allowed for each language and they can be translated.

I would like to create a view for the term page (/taxonomy/term/XY) wich returns all nodes tagged with the current term, no matter in wich language.

I currrently have a working view wich returns only the nodes matching the current language (wich is the url argument). Is there a way to enhance the views argument with the parameter for the term in another language?

Additional, i have some content types wich are translatable and some are language neutral, i want to have the mentioned feature only for the nodetypes wich are languageneutral.

Any input appreciated.

Best Regards,
Sandro

Comments

feuillet’s picture

I currrently have a working view wich returns only the nodes matching the current language (wich is the url argument). Is there a way to enhance the views argument with the parameter for the term in another language?

This is not really clear, i try to explain it better:

I currrently have a working view wich returns all nodes tagged with the exactly the current term in the current language (wich is the url argument). Is there a way to enhance the views argument in a way that it takes all nodes tagged with the translated term too?

Best Regards,
Sandro

feuillet’s picture

ideas to solve this? Anything?

iamjon’s picture

Project: Views (for Drupal 7) » Internationalization Views
Version: 6.x-2.9 » 6.x-2.x-dev
Component: Documentation » Code

I think this can be solved with Internationalization Views. moving over there.