Hi
I need to know if its possible to set different a language for some of the sites created by wphive please.
I tried making a copy of wp-config file in the site I want to change its language, and changed the language in that file, as required by WP when you want to use a different language. This part:
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');
But nothing happened. The mother language is still applied on all child sites.
How can that be done please?
