WP Hive » Troubleshooting and How-To

how to use different language for some sites

(3 posts)

Tags:


  1. sallam
    Member

    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?

    Posted 2 years ago #
  2. ikailo
    Developer

    Sallam,

    Sorry, but this feature is not supported yet.

    You can change the language of all the sites at once by adding the define('WPLANG','de') directive to the main wp-config file, but you cannot have each site with separate languages.

    It is on the roadmap for a future release.

    Posted 2 years ago #
  3. sallam
    Member

    Thanks ikailo. I hope that we see that feature added soon. Many thanks.

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.