I'm making a News Website with two languages. I have a little trouble about multi-language. I can't change language primary link when I click another language. Please to help me about this. Thanks :-)

Comments

Jim@drupal.be’s picture

You're question isn't totaly clear.
Do you mean the language selector isn't translated when you switch language??
Or do you mean the primary links on your site aren't translated when switching language?

Have you installed any extra modules regarding multi-language.

There are no stupid questions. Only stupid anwsers.

haleth_86’s picture

I added some items in Primary links and I have installed some modules relative to multi-language. But the Primary Links on my site wasn't translated when I switch language.

Jim@drupal.be’s picture

These must be installed on your site for it to work.

Locale: obviously to define multiple languages
http://drupal.org/project/i18n : has an menu-translation module
and the content translation core module: allows to translate nodes.

This is the handbook page about multi-language
http://drupal.org/node/254214

If you need more details about how to implement just let me know, but you should be able to figure it out.

There are no stupid questions. Only stupid anwsers.

haleth_86’s picture

I had installed i18n. First I create a menu block with Vietnamese language. Then I create another menu block with English language (content in 2 menu block is same). Switching between two language is good.
Now I create some items in Primary Link. And I want Primary Links could switch language (similar to Menu)
Please, help me ^_^