1: multilingual site with content that can be translated.

2: I have a views-page for some content type and I have to show only content in specific language.
Let's say, on english page (../en/views_path) I have to see only english content, on
russian page (../ru/views_path) I have to see only russian translation for those pages

How can I make it right?

Thanks ahead

Comments