| ISO Code for Japanese Admin Language -
02-01-2007, 05:17 AM
Hi, folks.
I'm now trying the localization for Japanese of AdminCP and StaffCP in SupportSuite.
In the config.php, we need to specify the 'AdminLanguage' directive, and it is mentioned to specify ISO Code in kayako's instalation manual.
Actually, what code should I specify?
In the case of me, I tested 3 of the following and made it 'ja-jp' after all.
'ja':ISO 639/the language code
--- Not Worked!
'jp':ISO 3166/the country code
--- Not Worked!
'ja-jp':ISO639-ISO3166
--- Worked!
In addition, /thema/admin_default/lang/calendar-xx.js adjusts xx to setting of above AdminLanguage and may change it? |