Can’t change language (only “English (United States)”)

Maybe WordPress doesn’t have permissions to save the new language files. I had the same problem, and I solved it by adding the following to wp-config.php

define('FS_METHOD', 'direct');

You might also want to check that your wp-content/-directory is writable for the web server user.

Leave a Comment