How to bind to two page created by views

yaoweizhen's picture
public
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

edward.peters@drupal.org's picture
edward.peters@d... - Sat, 2008-07-26 07:07

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?

yaoweizhen's picture
yaoweizhen - Sun, 2008-07-27 02:46

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

edward.peters@drupal.org's picture
edward.peters@d... - Sun, 2008-07-27 06:28

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.