Hi,
I have been playing with the domain module and I love it, I also live in a multilingual country and therefore the i18n module serves me very well. I am encountering problems in the menus as these two modules do not seem to play well together. When I use, for example, the domain-primary-links block I get the right menu but with all language entries visible (which i18n normally hides just showing the right one).
I tried installing the domain internationalization module (domain_i18n) and added the following to the settings.php:

$conf['domain_i18n_variables'] = array(
'domain-primary-links',
'domain-secondary-links',
);

But nothing seems to change. Am I missing any step? is what I am trying to do possible either this way or another?

Thanks.

Comments

nonsie’s picture

The module you might want to try is Domain Locale. Domain Internationalization is for variables only and menu entries are not variables.

xanguera’s picture

I see, thanks a lot for pointing out that I was using the wrong module.
I downloaded the domain locale module but I am a little lost in how to accomplish what I want to do. I basically need to have several webs inside one drupal installation (I am using domain module for that) which use different menus each. The complication comes when I need to have several languages to choose from in each of the domains, with each language having a different primary and secondary menus.
Any hints on how to set it up will be most welcome.

Thanks