• Resolved kuaile-long

    (@kuaile-long)


    Recently we got a new update for WordPress and there was no way to choose another language than zh_CN.
    But we need to run our website in zh_TW and the normal way of changing it (wp_config.php + upload zh_TW.mo & zh_TW.po) doesn’t work.

    How to change the language?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kuaile-long

    (@kuaile-long)

    Sorry for bothering.
    I found out that it was a problem with the language plugin WPML.

    Gazzer48

    (@gazzer48)

    So how do you go about chaging the language in a WP installation? I need to change from Swedsih to English.

    Samuel B

    (@samboll)

    Gazzer48
    you would delete the .mo and .po (if present) files in /wp-content/languages
    then open wp-config.php and find
    define ('WPLANG', 'sv_SE');
    change it to
    define ('WPLANG', '');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t change planel language’ is closed to new replies.