Multisite WPLANG won’t save

I have a multisite workpress install (v 3.3.2). I’m trying to save the WPLANG field but nothing happens. I get the confirmation message “Site options updated”, but the field is still blank. And when I query it with get_locale, it get the default ‘en_US’.

I’ve tried entering in:

Read More

ja_JP

‘ja_JP’

“ja_JP”

ja-JP

‘ja-JP’

“ja-JP”

Thanks in advance!

Related posts

Leave a Reply

1 comment

  1. To set a specific language in a multi-site the language files must be available in the language directory, usually in wp-content/languages. So if you want to set the language to ja_JP a file ja_JP.mo must exist there.
    You can get the language files from the SVN repository.