Forums

how can I cange my language back to english? (3 posts)

  1. dvanula
    Member
    Posted 6 months ago #

    Hello all,

    how can I cange my language back to english? I've already installed wordpress in Czech but I can't change it to English.

    Thanks for your help!

  2. Naoko McCracken
    Moderator
    Posted 5 months ago #

    You can edit wp-config.php to set the language back to English.

    http://codex.wordpress.org/Editing_wp-config.php#Language_and_Language_Directory

    Look for

    define('WPLANG', 'cs_CZ');

    and remove cs_CZ so it's like this:

    define('WPLANG', '');

  3. dvanula
    Member
    Posted 5 months ago #

    Thank you! That worked :)

Reply

You must log in to post.

About this Topic