Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I want to have multiples homes, for use multiples languages.

For do for example:

if($_SERVER['SERVER_NAME'] == 'en.bz6.org')
    defime('WPLANG', 'en');
else
    efime('WPLANG', 'es');
share|improve this question

closed as not a real question by Brady Sep 25 '12 at 8:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.