How to manage multiple domain with different languages on each domain with single wordpress installation?

I need to manage multiple domain with different content on each domain. For each domain I need to manage content in different languages. I found we can use WordPress MU Domain Mapping
to manage different domain with single wp installation. But my concern is can the contents be managed with multi language for each domain. Has anyone done this kind of task before. Please advice.

How the plugin mentioned above can be tested in local server.

Read More

Thanks in advance

Related posts

Leave a Reply

2 comments

  1. Assuming you want a different language in each domain, and assuming your content is different, you just need your locale setting set differently for each site in your multi-site settings.

    This will make sure that the proper .po/.mo files are loaded for each different settings.

    In Transposh (the plugin that I have written) this actually happens, and locale can be set for each sub domain by selecting a different default language in the settings for each site. (I used it to allow my kid to have the management interface in the local language instead of English)

    If you are looking to manage the same content for different domains, this solution isn’t really relevant.

    Good luck