Japanese and ISO 639

sys.get_sys_info() returns:

language

string Two character ISO-639 format, i.e. “en”.

The code for Japanese, for instance, is “ja” (ISO 639-1) and “jpn” (ISO 639-2). Which ISO 639 does Defold return? Does it depend on the device?

I was considering changing the locale on my device and test it, but then I realised my Japanese is a bit rusty.

Edit: This post seems to imply it’s ISO 639-1?

Probably it’s going to report the same on the same OS (I guess).
You can probably google the implementations for each OS

Linux+HTML5:

Android:

Win32:

iOS:

macOS:

2 Likes