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:
ja_JP
‘ja_JP’
“ja_JP”
ja-JP
‘ja-JP’
“ja-JP”
Thanks in advance!
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 toja_JP
a fileja_JP.mo
must exist there.You can get the language files from the SVN repository.