How to bind to two page created by views
public
group: Internationalization
yaoweizhen - Thu, 2008-07-24 12:24
I created two page by views, one for chinese, another for english. There isn't transtion tab in view, so how to switch language between two pages?



Views are not
Views are not language-specific. So you will have to use the menu system to point users to the right view. Or have I misunderstood your question?
Your answer is what i mean?
Your answer is what i mean? But the link of views page isn't on menu, it is from a block views read more link. I have found a solution(http://www.computerminds.co.uk/multilingual-views-drupal-when-using-i18n...), using insert view module, take views to a node, then it can be specific a language by translation tab.
Language Sections also good
Thanks, I use the Insert Views module but had not thought of this particular use for it. You may also find the brilliant Language Sections module (http://drupal.org/project/language_sections) helpful.