I did the automatic update to WordPress 2.9.2 today and suddenly everything in my dashboard admin was in Spanish. How did I resolve it? Simple… I went into my ftp and edited the wp-config.php file. In it was a line to choose which language. It had changed from en-US to en-PE.
If your WordPress ever switches languages on you, just change this line to read :
define ('WPLANG', 'en_US');
WordPress switched to Spanish after auto-update [RESOLVED]
Reply