WordPress | Sub-domain switching

I’m finding a way to redirect to a sub-domain. Sub-domains contain instances of multiple languages, say for an example -:

http://mysite/?p=7694

This is the English site and I want it to redirect to (when user selects particular language)

http://chinese.mysite/?p=7694

Is there a simple way of doing this want to know if there are any plugins to do so. This the requirement of my client, and they wont to do it in that way.

Thanks.

2 Answers
2

You can Use qTranslate, this WordPress plugin let you have an easy to use interface for managing a fully multilingual web site.

One-Click-Switching between the
languages – Change the language as
easy as switching Choose one of 3
Modes to make your URLs pretty and
SEO-friendly. – The everywhere
compatible ?lang=en, simple and
beautiful /en/foo/ or nice and neat
en.yoursite.com One language for each
URL – Users and SEO will thank you for
not mixing multilingual content

For reference: http://codex.wordpress.org/Multilingual_WordPress

Leave a Comment