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!
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!
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', '');
Thank you! That worked :)
This topic has been closed to new replies.