This folder contains the iso-639-3 language codes
This is a description of the files in this folder
This file contains a simple dictonary that puts the ISO-Codes directly in relation to the language name:
{language_code:language_name}
This file is a minified version of the iso_simp.json file. Normally this is what you will need most of the times
This file contains a more complex dictionary that contains extra information in the following form:
{
"language_code":
{
"name":"language_name",
"type": "[living|historical|extinct|ancient|constructed|special]",
"scope": "[individual|macrolanguage|special]"
}
}This is again the minified version of iso_full.json