diff --git a/Cicm.Database/Migrations/20190603165746_AddIso639.Designer.cs b/Cicm.Database/Migrations/20190603165746_AddIso639.Designer.cs
new file mode 100644
index 00000000..91ac5b6a
--- /dev/null
+++ b/Cicm.Database/Migrations/20190603165746_AddIso639.Designer.cs
@@ -0,0 +1,61853 @@
+//
+using System;
+using Cicm.Database.Models;
+using Microsoft.EntityFrameworkCore;
+using Microsoft.EntityFrameworkCore.Infrastructure;
+using Microsoft.EntityFrameworkCore.Migrations;
+using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
+
+namespace Cicm.Database.Migrations
+{
+ [DbContext(typeof(cicmContext))]
+ [Migration("20190603165746_AddIso639")]
+ partial class AddIso639
+ {
+ protected override void BuildTargetModel(ModelBuilder modelBuilder)
+ {
+#pragma warning disable 612, 618
+ modelBuilder
+ .HasAnnotation("ProductVersion", "2.2.4-servicing-10062")
+ .HasAnnotation("Relational:MaxIdentifierLength", 64);
+
+ modelBuilder.Entity("Cicm.Database.Models.BrowserTest", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Agif")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("agif")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Browser")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("browser")
+ .HasColumnType("varchar(64)")
+ .HasDefaultValueSql("''")
+ .HasMaxLength(64);
+
+ b.Property("Colors")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("colors")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Flash")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("flash")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Frames")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("frames")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Gif87")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("gif87")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Gif89")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("gif89")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Jpeg")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("jpeg")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Js")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("js")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Os")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("os")
+ .HasColumnType("varchar(32)")
+ .HasDefaultValueSql("''")
+ .HasMaxLength(32);
+
+ b.Property("Platform")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("platform")
+ .HasColumnType("varchar(8)")
+ .HasDefaultValueSql("''")
+ .HasMaxLength(8);
+
+ b.Property("Png")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("png")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Pngt")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("pngt")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Table")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("table")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("UserAgent")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("user_agent")
+ .HasColumnType("varchar(128)")
+ .HasDefaultValueSql("''")
+ .HasMaxLength(128);
+
+ b.Property("Version")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("version")
+ .HasColumnType("varchar(16)")
+ .HasDefaultValueSql("''")
+ .HasMaxLength(16);
+
+ b.HasKey("Id");
+
+ b.HasIndex("Browser")
+ .HasName("idx_browser_tests_browser");
+
+ b.HasIndex("Os")
+ .HasName("idx_browser_tests_os");
+
+ b.HasIndex("Platform")
+ .HasName("idx_browser_tests_platform");
+
+ b.HasIndex("UserAgent")
+ .HasName("idx_browser_tests_user_agent");
+
+ b.HasIndex("Version")
+ .HasName("idx_browser_tests_version");
+
+ b.ToTable("browser_tests");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.CicmDb", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Updated")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("updated")
+ .HasColumnType("datetime")
+ .HasDefaultValueSql("'CURRENT_TIMESTAMP'");
+
+ b.Property("Version")
+ .HasColumnName("version")
+ .HasColumnType("int(11)");
+
+ b.HasKey("Id");
+
+ b.ToTable("cicm_db");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Company", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Address")
+ .HasColumnName("address")
+ .HasColumnType("varchar(80)")
+ .HasMaxLength(80);
+
+ b.Property("City")
+ .HasColumnName("city")
+ .HasColumnType("varchar(80)")
+ .HasMaxLength(80);
+
+ b.Property("CountryId")
+ .HasColumnName("country")
+ .HasColumnType("smallint(3)");
+
+ b.Property("Facebook")
+ .HasColumnName("facebook")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.Property("Founded")
+ .HasColumnName("founded")
+ .HasColumnType("datetime");
+
+ b.Property("Name")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("name")
+ .HasColumnType("varchar(128)")
+ .HasDefaultValueSql("''");
+
+ b.Property("PostalCode")
+ .HasColumnName("postal_code")
+ .HasColumnType("varchar(25)")
+ .HasMaxLength(25);
+
+ b.Property("Province")
+ .HasColumnName("province")
+ .HasColumnType("varchar(80)")
+ .HasMaxLength(80);
+
+ b.Property("Sold")
+ .HasColumnName("sold")
+ .HasColumnType("datetime");
+
+ b.Property("SoldToId")
+ .HasColumnName("sold_to")
+ .HasColumnType("int(11)");
+
+ b.Property("Status")
+ .HasColumnName("status")
+ .HasColumnType("int(11)");
+
+ b.Property("Twitter")
+ .HasColumnName("twitter")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.Property("Website")
+ .HasColumnName("website")
+ .HasColumnType("varchar(255)")
+ .HasMaxLength(255);
+
+ b.HasKey("Id");
+
+ b.HasIndex("Address")
+ .HasName("idx_companies_address");
+
+ b.HasIndex("City")
+ .HasName("idx_companies_city");
+
+ b.HasIndex("CountryId")
+ .HasName("idx_companies_country");
+
+ b.HasIndex("Facebook")
+ .HasName("idx_companies_facebook");
+
+ b.HasIndex("Founded")
+ .HasName("idx_companies_founded");
+
+ b.HasIndex("Name")
+ .HasName("idx_companies_name");
+
+ b.HasIndex("PostalCode")
+ .HasName("idx_companies_postal_code");
+
+ b.HasIndex("Province")
+ .HasName("idx_companies_province");
+
+ b.HasIndex("Sold")
+ .HasName("idx_companies_sold");
+
+ b.HasIndex("SoldToId")
+ .HasName("idx_companies_sold_to");
+
+ b.HasIndex("Status")
+ .HasName("idx_companies_status");
+
+ b.HasIndex("Twitter")
+ .HasName("idx_companies_twitter");
+
+ b.HasIndex("Website")
+ .HasName("idx_companies_website");
+
+ b.ToTable("companies");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.CompanyDescription", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("CompanyId");
+
+ b.Property("Html")
+ .HasMaxLength(262144);
+
+ b.Property("Text")
+ .IsRequired()
+ .HasMaxLength(262144);
+
+ b.HasKey("Id");
+
+ b.HasIndex("CompanyId");
+
+ b.HasIndex("Text")
+ .HasAnnotation("MySql:FullTextIndex", true);
+
+ b.ToTable("CompanyDescriptions");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.CompanyLogo", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("CompanyId")
+ .HasColumnName("company_id")
+ .HasColumnType("int(11)");
+
+ b.Property("Guid")
+ .HasColumnName("logo_guid")
+ .HasColumnType("char(36)");
+
+ b.Property("Year")
+ .HasColumnName("year")
+ .HasColumnType("int(4)");
+
+ b.HasKey("Id", "CompanyId", "Guid");
+
+ b.HasIndex("CompanyId")
+ .HasName("idx_company_id");
+
+ b.HasIndex("Guid")
+ .HasName("idx_guid");
+
+ b.HasIndex("Id")
+ .IsUnique()
+ .HasName("idx_id");
+
+ b.ToTable("company_logos");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Forbidden", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Browser")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("browser")
+ .HasColumnType("char(128)")
+ .HasDefaultValueSql("''");
+
+ b.Property("Date")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("date")
+ .HasColumnType("char(20)")
+ .HasDefaultValueSql("''");
+
+ b.Property("Ip")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("ip")
+ .HasColumnType("char(16)")
+ .HasDefaultValueSql("''");
+
+ b.Property("Referer")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("referer")
+ .HasColumnType("char(255)")
+ .HasDefaultValueSql("''");
+
+ b.HasKey("Id");
+
+ b.HasIndex("Browser")
+ .HasName("idx_forbidden_browser");
+
+ b.HasIndex("Date")
+ .HasName("idx_forbidden_date");
+
+ b.HasIndex("Ip")
+ .HasName("idx_forbidden_ip");
+
+ b.HasIndex("Referer")
+ .HasName("idx_forbidden_referer");
+
+ b.ToTable("forbidden");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Gpu", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("CompanyId")
+ .HasColumnName("company")
+ .HasColumnType("int(11)");
+
+ b.Property("DieSize")
+ .HasColumnName("die_size");
+
+ b.Property("Introduced")
+ .HasColumnName("introduced")
+ .HasColumnType("datetime");
+
+ b.Property("ModelCode")
+ .HasColumnName("model_code")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.Property("Name")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("name")
+ .HasColumnType("char(128)")
+ .HasDefaultValueSql("''")
+ .HasMaxLength(128);
+
+ b.Property("Package")
+ .HasColumnName("package")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.Property("Process")
+ .HasColumnName("process")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.Property("ProcessNm")
+ .HasColumnName("process_nm");
+
+ b.Property("Transistors")
+ .HasColumnName("transistors")
+ .HasColumnType("bigint(20)");
+
+ b.HasKey("Id");
+
+ b.HasIndex("CompanyId")
+ .HasName("idx_gpus_company");
+
+ b.HasIndex("DieSize")
+ .HasName("idx_gpus_die_size");
+
+ b.HasIndex("Introduced")
+ .HasName("idx_gpus_introduced");
+
+ b.HasIndex("ModelCode")
+ .HasName("idx_gpus_model_code");
+
+ b.HasIndex("Name")
+ .HasName("idx_gpus_name");
+
+ b.HasIndex("Package")
+ .HasName("idx_gpus_package");
+
+ b.HasIndex("Process")
+ .HasName("idx_gpus_process");
+
+ b.HasIndex("ProcessNm")
+ .HasName("idx_gpus_process_nm");
+
+ b.HasIndex("Transistors")
+ .HasName("idx_gpus_transistors");
+
+ b.ToTable("gpus");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.GpusByMachine", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("bigint(20)");
+
+ b.Property("GpuId")
+ .HasColumnName("gpu")
+ .HasColumnType("int(11)");
+
+ b.Property("MachineId")
+ .HasColumnName("machine")
+ .HasColumnType("int(11)");
+
+ b.HasKey("Id");
+
+ b.HasIndex("GpuId")
+ .HasName("idx_gpus_by_machine_gpus");
+
+ b.HasIndex("MachineId")
+ .HasName("idx_gpus_by_machine_machine");
+
+ b.ToTable("gpus_by_machine");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.GpusByOwnedMachine", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("GpuId");
+
+ b.Property("OwnedMachineId");
+
+ b.HasKey("Id");
+
+ b.HasIndex("GpuId");
+
+ b.HasIndex("OwnedMachineId");
+
+ b.ToTable("GpusByOwnedMachine");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.InstructionSet", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Name")
+ .IsRequired()
+ .HasColumnName("instruction_set")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.HasKey("Id");
+
+ b.ToTable("instruction_sets");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.InstructionSetExtension", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Extension")
+ .IsRequired()
+ .HasColumnName("extension")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.HasKey("Id");
+
+ b.ToTable("instruction_set_extensions");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.InstructionSetExtensionsByProcessor", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("ProcessorId")
+ .HasColumnName("processor_id")
+ .HasColumnType("int(11)");
+
+ b.Property("ExtensionId")
+ .HasColumnName("extension_id")
+ .HasColumnType("int(11)");
+
+ b.HasKey("Id", "ProcessorId", "ExtensionId");
+
+ b.HasIndex("ExtensionId")
+ .HasName("idx_setextension_extension");
+
+ b.HasIndex("ProcessorId")
+ .HasName("idx_setextension_processor");
+
+ b.ToTable("instruction_set_extensions_by_processor");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Iso31661Numeric", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("smallint(3)");
+
+ b.Property("Name")
+ .IsRequired()
+ .HasColumnName("name")
+ .HasColumnType("varchar(64)")
+ .HasMaxLength(64);
+
+ b.HasKey("Id");
+
+ b.HasIndex("Name")
+ .HasName("idx_name");
+
+ b.ToTable("iso3166_1_numeric");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Iso639", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnType("char(3)");
+
+ b.Property("Comment")
+ .HasColumnType("varchar(150)");
+
+ b.Property("Part1")
+ .HasColumnType("char(2)");
+
+ b.Property("Part2B")
+ .HasColumnType("char(3)");
+
+ b.Property("Part2T")
+ .HasColumnType("char(3)");
+
+ b.Property("ReferenceName")
+ .IsRequired()
+ .HasColumnName("Ref_Name")
+ .HasColumnType("varchar(150)");
+
+ b.Property("Scope")
+ .IsRequired()
+ .HasColumnType("char(1)");
+
+ b.Property("Type")
+ .IsRequired()
+ .HasColumnType("char(1)");
+
+ b.HasKey("Id");
+
+ b.HasIndex("Comment");
+
+ b.HasIndex("Part1");
+
+ b.HasIndex("Part2B");
+
+ b.HasIndex("Part2T");
+
+ b.HasIndex("ReferenceName");
+
+ b.HasIndex("Scope");
+
+ b.HasIndex("Type");
+
+ b.ToTable("ISO_639-3");
+
+ b.HasData(
+ new
+ {
+ Id = "aaa",
+ ReferenceName = "Ghotuo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aab",
+ ReferenceName = "Alumu-Tesu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aac",
+ ReferenceName = "Ari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aad",
+ ReferenceName = "Amal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aae",
+ ReferenceName = "Arbëreshë Albanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aaf",
+ ReferenceName = "Aranadan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aag",
+ ReferenceName = "Ambrak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aah",
+ ReferenceName = "Abu' Arapesh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aai",
+ ReferenceName = "Arifama-Miniafia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aak",
+ ReferenceName = "Ankave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aal",
+ ReferenceName = "Afade",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aan",
+ ReferenceName = "Anambé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aao",
+ ReferenceName = "Algerian Saharan Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aap",
+ ReferenceName = "Pará Arára",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aaq",
+ ReferenceName = "Eastern Abnaki",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aar",
+ Part1 = "aa",
+ Part2B = "aar",
+ Part2T = "aar",
+ ReferenceName = "Afar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aas",
+ ReferenceName = "Aasáx",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aat",
+ ReferenceName = "Arvanitika Albanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aau",
+ ReferenceName = "Abau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aaw",
+ ReferenceName = "Solong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aax",
+ ReferenceName = "Mandobo Atas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aaz",
+ ReferenceName = "Amarasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aba",
+ ReferenceName = "Abé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abb",
+ ReferenceName = "Bankon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abc",
+ ReferenceName = "Ambala Ayta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abd",
+ ReferenceName = "Manide",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abe",
+ ReferenceName = "Western Abnaki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abf",
+ ReferenceName = "Abai Sungai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abg",
+ ReferenceName = "Abaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abh",
+ ReferenceName = "Tajiki Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abi",
+ ReferenceName = "Abidji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abj",
+ ReferenceName = "Aka-Bea",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "abk",
+ Part1 = "ab",
+ Part2B = "abk",
+ Part2T = "abk",
+ ReferenceName = "Abkhazian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abl",
+ ReferenceName = "Lampung Nyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abm",
+ ReferenceName = "Abanyom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abn",
+ ReferenceName = "Abua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abo",
+ ReferenceName = "Abon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abp",
+ ReferenceName = "Abellen Ayta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abq",
+ ReferenceName = "Abaza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abr",
+ ReferenceName = "Abron",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abs",
+ ReferenceName = "Ambonese Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abt",
+ ReferenceName = "Ambulas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abu",
+ ReferenceName = "Abure",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abv",
+ ReferenceName = "Baharna Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abw",
+ ReferenceName = "Pal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abx",
+ ReferenceName = "Inabaknon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aby",
+ ReferenceName = "Aneme Wake",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "abz",
+ ReferenceName = "Abui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aca",
+ ReferenceName = "Achagua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acb",
+ ReferenceName = "Áncá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acd",
+ ReferenceName = "Gikyode",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ace",
+ Part2B = "ace",
+ Part2T = "ace",
+ ReferenceName = "Achinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acf",
+ ReferenceName = "Saint Lucian Creole French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ach",
+ Part2B = "ach",
+ Part2T = "ach",
+ ReferenceName = "Acoli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aci",
+ ReferenceName = "Aka-Cari",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ack",
+ ReferenceName = "Aka-Kora",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "acl",
+ ReferenceName = "Akar-Bale",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "acm",
+ ReferenceName = "Mesopotamian Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acn",
+ ReferenceName = "Achang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acp",
+ ReferenceName = "Eastern Acipa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acq",
+ ReferenceName = "Ta'izzi-Adeni Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acr",
+ ReferenceName = "Achi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acs",
+ ReferenceName = "Acroá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "act",
+ ReferenceName = "Achterhoeks",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acu",
+ ReferenceName = "Achuar-Shiwiar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acv",
+ ReferenceName = "Achumawi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acw",
+ ReferenceName = "Hijazi Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acx",
+ ReferenceName = "Omani Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acy",
+ ReferenceName = "Cypriot Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "acz",
+ ReferenceName = "Acheron",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ada",
+ Part2B = "ada",
+ Part2T = "ada",
+ ReferenceName = "Adangme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adb",
+ ReferenceName = "Adabe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "add",
+ ReferenceName = "Lidzonka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ade",
+ ReferenceName = "Adele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adf",
+ ReferenceName = "Dhofari Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adg",
+ ReferenceName = "Andegerebinha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adh",
+ ReferenceName = "Adhola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adi",
+ ReferenceName = "Adi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adj",
+ ReferenceName = "Adioukrou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adl",
+ ReferenceName = "Galo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adn",
+ ReferenceName = "Adang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ado",
+ ReferenceName = "Abu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adq",
+ ReferenceName = "Adangbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adr",
+ ReferenceName = "Adonara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ads",
+ ReferenceName = "Adamorobe Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adt",
+ ReferenceName = "Adnyamathanha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adu",
+ ReferenceName = "Aduge",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adw",
+ ReferenceName = "Amundava",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adx",
+ ReferenceName = "Amdo Tibetan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ady",
+ Part2B = "ady",
+ Part2T = "ady",
+ ReferenceName = "Adyghe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "adz",
+ ReferenceName = "Adzera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aea",
+ ReferenceName = "Areba",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aeb",
+ ReferenceName = "Tunisian Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aec",
+ ReferenceName = "Saidi Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aed",
+ ReferenceName = "Argentine Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aee",
+ ReferenceName = "Northeast Pashai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aek",
+ ReferenceName = "Haeke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ael",
+ ReferenceName = "Ambele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aem",
+ ReferenceName = "Arem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aen",
+ ReferenceName = "Armenian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aeq",
+ ReferenceName = "Aer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aer",
+ ReferenceName = "Eastern Arrernte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aes",
+ ReferenceName = "Alsea",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aeu",
+ ReferenceName = "Akeu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aew",
+ ReferenceName = "Ambakich",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aey",
+ ReferenceName = "Amele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aez",
+ ReferenceName = "Aeka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afb",
+ ReferenceName = "Gulf Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afd",
+ ReferenceName = "Andai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afe",
+ ReferenceName = "Putukwam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afg",
+ ReferenceName = "Afghan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afh",
+ Part2B = "afh",
+ Part2T = "afh",
+ ReferenceName = "Afrihili",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "afi",
+ ReferenceName = "Akrukay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afk",
+ ReferenceName = "Nanubae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afn",
+ ReferenceName = "Defaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afo",
+ ReferenceName = "Eloyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afp",
+ ReferenceName = "Tapei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afr",
+ Part1 = "af",
+ Part2B = "afr",
+ Part2T = "afr",
+ ReferenceName = "Afrikaans",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afs",
+ ReferenceName = "Afro-Seminole Creole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aft",
+ ReferenceName = "Afitti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afu",
+ ReferenceName = "Awutu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "afz",
+ ReferenceName = "Obokuitai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aga",
+ ReferenceName = "Aguano",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "agb",
+ ReferenceName = "Legbo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agc",
+ ReferenceName = "Agatu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agd",
+ ReferenceName = "Agarabi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "age",
+ ReferenceName = "Angal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agf",
+ ReferenceName = "Arguni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agg",
+ ReferenceName = "Angor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agh",
+ ReferenceName = "Ngelima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agi",
+ ReferenceName = "Agariya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agj",
+ ReferenceName = "Argobba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agk",
+ ReferenceName = "Isarog Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agl",
+ ReferenceName = "Fembe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agm",
+ ReferenceName = "Angaataha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agn",
+ ReferenceName = "Agutaynen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ago",
+ ReferenceName = "Tainae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agq",
+ ReferenceName = "Aghem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agr",
+ ReferenceName = "Aguaruna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ags",
+ ReferenceName = "Esimbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agt",
+ ReferenceName = "Central Cagayan Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agu",
+ ReferenceName = "Aguacateco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agv",
+ ReferenceName = "Remontado Dumagat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agw",
+ ReferenceName = "Kahua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agx",
+ ReferenceName = "Aghul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agy",
+ ReferenceName = "Southern Alta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "agz",
+ ReferenceName = "Mt. Iriga Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aha",
+ ReferenceName = "Ahanta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahb",
+ ReferenceName = "Axamb",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahg",
+ ReferenceName = "Qimant",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahh",
+ ReferenceName = "Aghu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahi",
+ ReferenceName = "Tiagbamrin Aizi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahk",
+ ReferenceName = "Akha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahl",
+ ReferenceName = "Igo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahm",
+ ReferenceName = "Mobumrin Aizi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahn",
+ ReferenceName = "Àhàn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aho",
+ ReferenceName = "Ahom",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ahp",
+ ReferenceName = "Aproumu Aizi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahr",
+ ReferenceName = "Ahirani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ahs",
+ ReferenceName = "Ashe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aht",
+ ReferenceName = "Ahtena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aia",
+ ReferenceName = "Arosi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aib",
+ ReferenceName = "Ainu (China)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aic",
+ ReferenceName = "Ainbai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aid",
+ ReferenceName = "Alngith",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aie",
+ ReferenceName = "Amara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aif",
+ ReferenceName = "Agi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aig",
+ ReferenceName = "Antigua and Barbuda Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aih",
+ ReferenceName = "Ai-Cham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aii",
+ ReferenceName = "Assyrian Neo-Aramaic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aij",
+ ReferenceName = "Lishanid Noshan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aik",
+ ReferenceName = "Ake",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ail",
+ ReferenceName = "Aimele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aim",
+ ReferenceName = "Aimol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ain",
+ Part2B = "ain",
+ Part2T = "ain",
+ ReferenceName = "Ainu (Japan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aio",
+ ReferenceName = "Aiton",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aip",
+ ReferenceName = "Burumakok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aiq",
+ ReferenceName = "Aimaq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "air",
+ ReferenceName = "Airoran",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ait",
+ ReferenceName = "Arikem",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aiw",
+ ReferenceName = "Aari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aix",
+ ReferenceName = "Aighon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aiy",
+ ReferenceName = "Ali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aja",
+ ReferenceName = "Aja (South Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ajg",
+ ReferenceName = "Aja (Benin)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aji",
+ ReferenceName = "Ajië",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ajn",
+ ReferenceName = "Andajin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ajp",
+ ReferenceName = "South Levantine Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ajt",
+ ReferenceName = "Judeo-Tunisian Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aju",
+ ReferenceName = "Judeo-Moroccan Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ajw",
+ ReferenceName = "Ajawa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ajz",
+ ReferenceName = "Amri Karbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aka",
+ Part1 = "ak",
+ Part2B = "aka",
+ Part2T = "aka",
+ ReferenceName = "Akan",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akb",
+ ReferenceName = "Batak Angkola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akc",
+ ReferenceName = "Mpur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akd",
+ ReferenceName = "Ukpet-Ehom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ake",
+ ReferenceName = "Akawaio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akf",
+ ReferenceName = "Akpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akg",
+ ReferenceName = "Anakalangu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akh",
+ ReferenceName = "Angal Heneng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aki",
+ ReferenceName = "Aiome",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akj",
+ ReferenceName = "Aka-Jeru",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "akk",
+ Part2B = "akk",
+ Part2T = "akk",
+ ReferenceName = "Akkadian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "akl",
+ ReferenceName = "Aklanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akm",
+ ReferenceName = "Aka-Bo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ako",
+ ReferenceName = "Akurio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akp",
+ ReferenceName = "Siwu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akq",
+ ReferenceName = "Ak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akr",
+ ReferenceName = "Araki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aks",
+ ReferenceName = "Akaselem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akt",
+ ReferenceName = "Akolet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aku",
+ ReferenceName = "Akum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akv",
+ ReferenceName = "Akhvakh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akw",
+ ReferenceName = "Akwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "akx",
+ ReferenceName = "Aka-Kede",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aky",
+ ReferenceName = "Aka-Kol",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "akz",
+ ReferenceName = "Alabama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ala",
+ ReferenceName = "Alago",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alc",
+ ReferenceName = "Qawasqar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ald",
+ ReferenceName = "Alladian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ale",
+ Part2B = "ale",
+ Part2T = "ale",
+ ReferenceName = "Aleut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alf",
+ ReferenceName = "Alege",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alh",
+ ReferenceName = "Alawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ali",
+ ReferenceName = "Amaimon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alj",
+ ReferenceName = "Alangan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alk",
+ ReferenceName = "Alak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "all",
+ ReferenceName = "Allar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alm",
+ ReferenceName = "Amblong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aln",
+ ReferenceName = "Gheg Albanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alo",
+ ReferenceName = "Larike-Wakasihu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alp",
+ ReferenceName = "Alune",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alq",
+ ReferenceName = "Algonquin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alr",
+ ReferenceName = "Alutor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "als",
+ ReferenceName = "Tosk Albanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alt",
+ Part2B = "alt",
+ Part2T = "alt",
+ ReferenceName = "Southern Altai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alu",
+ ReferenceName = "'Are'are",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alw",
+ ReferenceName = "Alaba-K’abeena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alx",
+ ReferenceName = "Amol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aly",
+ ReferenceName = "Alyawarr",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "alz",
+ ReferenceName = "Alur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ama",
+ ReferenceName = "Amanayé",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "amb",
+ ReferenceName = "Ambo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amc",
+ ReferenceName = "Amahuaca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ame",
+ ReferenceName = "Yanesha'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amf",
+ ReferenceName = "Hamer-Banna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amg",
+ ReferenceName = "Amurdak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amh",
+ Part1 = "am",
+ Part2B = "amh",
+ Part2T = "amh",
+ ReferenceName = "Amharic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ami",
+ ReferenceName = "Amis",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amj",
+ ReferenceName = "Amdang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amk",
+ ReferenceName = "Ambai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aml",
+ ReferenceName = "War-Jaintia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amm",
+ ReferenceName = "Ama (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amn",
+ ReferenceName = "Amanab",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amo",
+ ReferenceName = "Amo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amp",
+ ReferenceName = "Alamblak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amq",
+ ReferenceName = "Amahai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amr",
+ ReferenceName = "Amarakaeri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ams",
+ ReferenceName = "Southern Amami-Oshima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amt",
+ ReferenceName = "Amto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amu",
+ ReferenceName = "Guerrero Amuzgo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amv",
+ ReferenceName = "Ambelau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amw",
+ ReferenceName = "Western Neo-Aramaic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amx",
+ ReferenceName = "Anmatyerre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amy",
+ ReferenceName = "Ami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "amz",
+ ReferenceName = "Atampaya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ana",
+ ReferenceName = "Andaqui",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "anb",
+ ReferenceName = "Andoa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "anc",
+ ReferenceName = "Ngas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "and",
+ ReferenceName = "Ansus",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ane",
+ ReferenceName = "Xârâcùù",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anf",
+ ReferenceName = "Animere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ang",
+ Part2B = "ang",
+ Part2T = "ang",
+ ReferenceName = "Old English (ca. 450-1100)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "anh",
+ ReferenceName = "Nend",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ani",
+ ReferenceName = "Andi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anj",
+ ReferenceName = "Anor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ank",
+ ReferenceName = "Goemai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anl",
+ ReferenceName = "Anu-Hkongso Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anm",
+ ReferenceName = "Anal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ann",
+ ReferenceName = "Obolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ano",
+ ReferenceName = "Andoque",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anp",
+ Part2B = "anp",
+ Part2T = "anp",
+ ReferenceName = "Angika",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anq",
+ ReferenceName = "Jarawa (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anr",
+ ReferenceName = "Andh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ans",
+ ReferenceName = "Anserma",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ant",
+ ReferenceName = "Antakarinya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anu",
+ ReferenceName = "Anuak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anv",
+ ReferenceName = "Denya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anw",
+ ReferenceName = "Anaang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anx",
+ ReferenceName = "Andra-Hus",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "any",
+ ReferenceName = "Anyin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "anz",
+ ReferenceName = "Anem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aoa",
+ ReferenceName = "Angolar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aob",
+ ReferenceName = "Abom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aoc",
+ ReferenceName = "Pemon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aod",
+ ReferenceName = "Andarum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aoe",
+ ReferenceName = "Angal Enen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aof",
+ ReferenceName = "Bragat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aog",
+ ReferenceName = "Angoram",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aoh",
+ ReferenceName = "Arma",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aoi",
+ ReferenceName = "Anindilyakwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aoj",
+ ReferenceName = "Mufian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aok",
+ ReferenceName = "Arhö",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aol",
+ ReferenceName = "Alor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aom",
+ ReferenceName = "Ömie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aon",
+ ReferenceName = "Bumbita Arapesh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aor",
+ ReferenceName = "Aore",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aos",
+ ReferenceName = "Taikat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aot",
+ ReferenceName = "Atong (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aou",
+ ReferenceName = "A'ou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aox",
+ ReferenceName = "Atorada",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aoz",
+ ReferenceName = "Uab Meto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apb",
+ ReferenceName = "Sa'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apc",
+ ReferenceName = "North Levantine Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apd",
+ ReferenceName = "Sudanese Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ape",
+ ReferenceName = "Bukiyip",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apf",
+ ReferenceName = "Pahanan Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apg",
+ ReferenceName = "Ampanang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aph",
+ ReferenceName = "Athpariya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "api",
+ ReferenceName = "Apiaká",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apj",
+ ReferenceName = "Jicarilla Apache",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apk",
+ ReferenceName = "Kiowa Apache",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apl",
+ ReferenceName = "Lipan Apache",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apm",
+ ReferenceName = "Mescalero-Chiricahua Apache",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apn",
+ ReferenceName = "Apinayé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apo",
+ ReferenceName = "Ambul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "app",
+ ReferenceName = "Apma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apq",
+ ReferenceName = "A-Pucikwar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apr",
+ ReferenceName = "Arop-Lokep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aps",
+ ReferenceName = "Arop-Sissano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apt",
+ ReferenceName = "Apatani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apu",
+ ReferenceName = "Apurinã",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apv",
+ ReferenceName = "Alapmunte",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "apw",
+ ReferenceName = "Western Apache",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apx",
+ ReferenceName = "Aputai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apy",
+ ReferenceName = "Apalaí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "apz",
+ ReferenceName = "Safeyoka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aqc",
+ ReferenceName = "Archi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aqd",
+ ReferenceName = "Ampari Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aqg",
+ ReferenceName = "Arigidi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aqm",
+ ReferenceName = "Atohwaim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aqn",
+ ReferenceName = "Northern Alta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aqp",
+ ReferenceName = "Atakapa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aqr",
+ ReferenceName = "Arhâ",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aqt",
+ ReferenceName = "Angaité",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aqz",
+ ReferenceName = "Akuntsu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ara",
+ Part1 = "ar",
+ Part2B = "ara",
+ Part2T = "ara",
+ ReferenceName = "Arabic",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arb",
+ ReferenceName = "Standard Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arc",
+ Part2B = "arc",
+ Part2T = "arc",
+ ReferenceName = "Official Aramaic (700-300 BCE)",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ard",
+ ReferenceName = "Arabana",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "are",
+ ReferenceName = "Western Arrarnta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arg",
+ Part1 = "an",
+ Part2B = "arg",
+ Part2T = "arg",
+ ReferenceName = "Aragonese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arh",
+ ReferenceName = "Arhuaco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ari",
+ ReferenceName = "Arikara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arj",
+ ReferenceName = "Arapaso",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ark",
+ ReferenceName = "Arikapú",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arl",
+ ReferenceName = "Arabela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arn",
+ Part2B = "arn",
+ Part2T = "arn",
+ ReferenceName = "Mapudungun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aro",
+ ReferenceName = "Araona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arp",
+ Part2B = "arp",
+ Part2T = "arp",
+ ReferenceName = "Arapaho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arq",
+ ReferenceName = "Algerian Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arr",
+ ReferenceName = "Karo (Brazil)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ars",
+ ReferenceName = "Najdi Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aru",
+ ReferenceName = "Aruá (Amazonas State)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "arv",
+ ReferenceName = "Arbore",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arw",
+ Part2B = "arw",
+ Part2T = "arw",
+ ReferenceName = "Arawak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arx",
+ ReferenceName = "Aruá (Rodonia State)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ary",
+ ReferenceName = "Moroccan Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "arz",
+ ReferenceName = "Egyptian Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asa",
+ ReferenceName = "Asu (Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asb",
+ ReferenceName = "Assiniboine",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asc",
+ ReferenceName = "Casuarina Coast Asmat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ase",
+ ReferenceName = "American Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asf",
+ ReferenceName = "Auslan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asg",
+ ReferenceName = "Cishingini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ash",
+ ReferenceName = "Abishira",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "asi",
+ ReferenceName = "Buruwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asj",
+ ReferenceName = "Sari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ask",
+ ReferenceName = "Ashkun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asl",
+ ReferenceName = "Asilulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asm",
+ Part1 = "as",
+ Part2B = "asm",
+ Part2T = "asm",
+ ReferenceName = "Assamese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asn",
+ ReferenceName = "Xingú Asuriní",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aso",
+ ReferenceName = "Dano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asp",
+ ReferenceName = "Algerian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asq",
+ ReferenceName = "Austrian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asr",
+ ReferenceName = "Asuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ass",
+ ReferenceName = "Ipulo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ast",
+ Part2B = "ast",
+ Part2T = "ast",
+ ReferenceName = "Asturian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asu",
+ ReferenceName = "Tocantins Asurini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asv",
+ ReferenceName = "Asoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asw",
+ ReferenceName = "Australian Aborigines Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asx",
+ ReferenceName = "Muratayak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asy",
+ ReferenceName = "Yaosakor Asmat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "asz",
+ ReferenceName = "As",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ata",
+ ReferenceName = "Pele-Ata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atb",
+ ReferenceName = "Zaiwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atc",
+ ReferenceName = "Atsahuaca",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "atd",
+ ReferenceName = "Ata Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ate",
+ ReferenceName = "Atemble",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atg",
+ ReferenceName = "Ivbie North-Okpela-Arhe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ati",
+ ReferenceName = "Attié",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atj",
+ ReferenceName = "Atikamekw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atk",
+ ReferenceName = "Ati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atl",
+ ReferenceName = "Mt. Iraya Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atm",
+ ReferenceName = "Ata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atn",
+ ReferenceName = "Ashtiani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ato",
+ ReferenceName = "Atong (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atp",
+ ReferenceName = "Pudtol Atta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atq",
+ ReferenceName = "Aralle-Tabulahan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atr",
+ ReferenceName = "Waimiri-Atroari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ats",
+ ReferenceName = "Gros Ventre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "att",
+ ReferenceName = "Pamplona Atta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atu",
+ ReferenceName = "Reel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atv",
+ ReferenceName = "Northern Altai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atw",
+ ReferenceName = "Atsugewi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atx",
+ ReferenceName = "Arutani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aty",
+ ReferenceName = "Aneityum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "atz",
+ ReferenceName = "Arta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aua",
+ ReferenceName = "Asumboa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aub",
+ ReferenceName = "Alugu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auc",
+ ReferenceName = "Waorani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aud",
+ ReferenceName = "Anuta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aug",
+ ReferenceName = "Aguna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auh",
+ ReferenceName = "Aushi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aui",
+ ReferenceName = "Anuki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auj",
+ ReferenceName = "Awjilah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auk",
+ ReferenceName = "Heyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aul",
+ ReferenceName = "Aulua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aum",
+ ReferenceName = "Asu (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aun",
+ ReferenceName = "Molmo One",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auo",
+ ReferenceName = "Auyokawa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aup",
+ ReferenceName = "Makayam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auq",
+ ReferenceName = "Anus",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aur",
+ ReferenceName = "Aruek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aut",
+ ReferenceName = "Austral",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auu",
+ ReferenceName = "Auye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auw",
+ ReferenceName = "Awyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aux",
+ ReferenceName = "Aurá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "auy",
+ ReferenceName = "Awiyaana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "auz",
+ ReferenceName = "Uzbeki Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ava",
+ Part1 = "av",
+ Part2B = "ava",
+ Part2T = "ava",
+ ReferenceName = "Avaric",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "avb",
+ ReferenceName = "Avau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "avd",
+ ReferenceName = "Alviri-Vidari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ave",
+ Part1 = "ae",
+ Part2B = "ave",
+ Part2T = "ave",
+ ReferenceName = "Avestan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "avi",
+ ReferenceName = "Avikam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "avk",
+ ReferenceName = "Kotava",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "avl",
+ ReferenceName = "Eastern Egyptian Bedawi Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "avm",
+ ReferenceName = "Angkamuthi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "avn",
+ ReferenceName = "Avatime",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "avo",
+ ReferenceName = "Agavotaguerra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "avs",
+ ReferenceName = "Aushiri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "avt",
+ ReferenceName = "Au",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "avu",
+ ReferenceName = "Avokaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "avv",
+ ReferenceName = "Avá-Canoeiro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awa",
+ Part2B = "awa",
+ Part2T = "awa",
+ ReferenceName = "Awadhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awb",
+ ReferenceName = "Awa (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awc",
+ ReferenceName = "Cicipu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awe",
+ ReferenceName = "Awetí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awg",
+ ReferenceName = "Anguthimri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "awh",
+ ReferenceName = "Awbono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awi",
+ ReferenceName = "Aekyom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awk",
+ ReferenceName = "Awabakal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "awm",
+ ReferenceName = "Arawum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awn",
+ ReferenceName = "Awngi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awo",
+ ReferenceName = "Awak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awr",
+ ReferenceName = "Awera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aws",
+ ReferenceName = "South Awyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awt",
+ ReferenceName = "Araweté",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awu",
+ ReferenceName = "Central Awyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awv",
+ ReferenceName = "Jair Awyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aww",
+ ReferenceName = "Awun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awx",
+ ReferenceName = "Awara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "awy",
+ ReferenceName = "Edera Awyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "axb",
+ ReferenceName = "Abipon",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "axe",
+ ReferenceName = "Ayerrerenge",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "axg",
+ ReferenceName = "Mato Grosso Arára",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "axk",
+ ReferenceName = "Yaka (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "axl",
+ ReferenceName = "Lower Southern Aranda",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "axm",
+ ReferenceName = "Middle Armenian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "axx",
+ ReferenceName = "Xârâgurè",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aya",
+ ReferenceName = "Awar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayb",
+ ReferenceName = "Ayizo Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayc",
+ ReferenceName = "Southern Aymara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayd",
+ ReferenceName = "Ayabadhu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "aye",
+ ReferenceName = "Ayere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayg",
+ ReferenceName = "Ginyanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayh",
+ ReferenceName = "Hadrami Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayi",
+ ReferenceName = "Leyigha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayk",
+ ReferenceName = "Akuku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayl",
+ ReferenceName = "Libyan Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aym",
+ Part1 = "ay",
+ Part2B = "aym",
+ Part2T = "aym",
+ ReferenceName = "Aymara",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayn",
+ ReferenceName = "Sanaani Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayo",
+ ReferenceName = "Ayoreo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayp",
+ ReferenceName = "North Mesopotamian Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayq",
+ ReferenceName = "Ayi (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayr",
+ ReferenceName = "Central Aymara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ays",
+ ReferenceName = "Sorsogon Ayta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayt",
+ ReferenceName = "Magbukun Ayta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayu",
+ ReferenceName = "Ayu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ayy",
+ ReferenceName = "Tayabas Ayta",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ayz",
+ ReferenceName = "Mai Brat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aza",
+ ReferenceName = "Azha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azb",
+ ReferenceName = "South Azerbaijani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azd",
+ ReferenceName = "Eastern Durango Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "aze",
+ Part1 = "az",
+ Part2B = "aze",
+ Part2T = "aze",
+ ReferenceName = "Azerbaijani",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azg",
+ ReferenceName = "San Pedro Amuzgos Amuzgo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azj",
+ ReferenceName = "North Azerbaijani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azm",
+ ReferenceName = "Ipalapa Amuzgo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azn",
+ ReferenceName = "Western Durango Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azo",
+ ReferenceName = "Awing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azt",
+ ReferenceName = "Faire Atta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "azz",
+ ReferenceName = "Highland Puebla Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "baa",
+ ReferenceName = "Babatana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bab",
+ ReferenceName = "Bainouk-Gunyuño",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bac",
+ ReferenceName = "Badui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bae",
+ ReferenceName = "Baré",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "baf",
+ ReferenceName = "Nubaca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bag",
+ ReferenceName = "Tuki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bah",
+ ReferenceName = "Bahamas Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "baj",
+ ReferenceName = "Barakai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bak",
+ Part1 = "ba",
+ Part2B = "bak",
+ Part2T = "bak",
+ ReferenceName = "Bashkir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bal",
+ Part2B = "bal",
+ Part2T = "bal",
+ ReferenceName = "Baluchi",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bam",
+ Part1 = "bm",
+ Part2B = "bam",
+ Part2T = "bam",
+ ReferenceName = "Bambara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ban",
+ Part2B = "ban",
+ Part2T = "ban",
+ ReferenceName = "Balinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bao",
+ ReferenceName = "Waimaha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bap",
+ ReferenceName = "Bantawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bar",
+ ReferenceName = "Bavarian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bas",
+ Part2B = "bas",
+ Part2T = "bas",
+ ReferenceName = "Basa (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bau",
+ ReferenceName = "Bada (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bav",
+ ReferenceName = "Vengo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "baw",
+ ReferenceName = "Bambili-Bambui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bax",
+ ReferenceName = "Bamun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bay",
+ ReferenceName = "Batuley",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bba",
+ ReferenceName = "Baatonum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbb",
+ ReferenceName = "Barai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbc",
+ ReferenceName = "Batak Toba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbd",
+ ReferenceName = "Bau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbe",
+ ReferenceName = "Bangba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbf",
+ ReferenceName = "Baibai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbg",
+ ReferenceName = "Barama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbh",
+ ReferenceName = "Bugan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbi",
+ ReferenceName = "Barombi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbj",
+ ReferenceName = "Ghomálá'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbk",
+ ReferenceName = "Babanki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbl",
+ ReferenceName = "Bats",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbm",
+ ReferenceName = "Babango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbn",
+ ReferenceName = "Uneapa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbo",
+ ReferenceName = "Northern Bobo Madaré",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbp",
+ ReferenceName = "West Central Banda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbq",
+ ReferenceName = "Bamali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbr",
+ ReferenceName = "Girawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbs",
+ ReferenceName = "Bakpinka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbt",
+ ReferenceName = "Mburku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbu",
+ ReferenceName = "Kulung (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbv",
+ ReferenceName = "Karnai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbw",
+ ReferenceName = "Baba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbx",
+ ReferenceName = "Bubia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bby",
+ ReferenceName = "Befang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bbz",
+ ReferenceName = "Babalia Creole Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bca",
+ ReferenceName = "Central Bai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcb",
+ ReferenceName = "Bainouk-Samik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcc",
+ ReferenceName = "Southern Balochi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcd",
+ ReferenceName = "North Babar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bce",
+ ReferenceName = "Bamenyam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcf",
+ ReferenceName = "Bamu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcg",
+ ReferenceName = "Baga Pokur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bch",
+ ReferenceName = "Bariai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bci",
+ ReferenceName = "Baoulé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcj",
+ ReferenceName = "Bardi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bck",
+ ReferenceName = "Bunuba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcl",
+ ReferenceName = "Central Bikol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcm",
+ ReferenceName = "Bannoni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcn",
+ ReferenceName = "Bali (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bco",
+ ReferenceName = "Kaluli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcp",
+ ReferenceName = "Bali (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcq",
+ ReferenceName = "Bench",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcr",
+ ReferenceName = "Babine",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcs",
+ ReferenceName = "Kohumono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bct",
+ ReferenceName = "Bendi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcu",
+ ReferenceName = "Awad Bing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcv",
+ ReferenceName = "Shoo-Minda-Nye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcw",
+ ReferenceName = "Bana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcy",
+ ReferenceName = "Bacama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bcz",
+ ReferenceName = "Bainouk-Gunyaamolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bda",
+ ReferenceName = "Bayot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdb",
+ ReferenceName = "Basap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdc",
+ ReferenceName = "Emberá-Baudó",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdd",
+ ReferenceName = "Bunama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bde",
+ ReferenceName = "Bade",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdf",
+ ReferenceName = "Biage",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdg",
+ ReferenceName = "Bonggi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdh",
+ ReferenceName = "Baka (South Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdi",
+ ReferenceName = "Burun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdj",
+ ReferenceName = "Bai (South Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdk",
+ ReferenceName = "Budukh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdl",
+ ReferenceName = "Indonesian Bajau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdm",
+ ReferenceName = "Buduma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdn",
+ ReferenceName = "Baldemu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdo",
+ ReferenceName = "Morom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdp",
+ ReferenceName = "Bende",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdq",
+ ReferenceName = "Bahnar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdr",
+ ReferenceName = "West Coast Bajau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bds",
+ ReferenceName = "Burunge",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdt",
+ ReferenceName = "Bokoto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdu",
+ ReferenceName = "Oroko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdv",
+ ReferenceName = "Bodo Parja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdw",
+ ReferenceName = "Baham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdx",
+ ReferenceName = "Budong-Budong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdy",
+ ReferenceName = "Bandjalang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bdz",
+ ReferenceName = "Badeshi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bea",
+ ReferenceName = "Beaver",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "beb",
+ ReferenceName = "Bebele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bec",
+ ReferenceName = "Iceve-Maci",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bed",
+ ReferenceName = "Bedoanas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bee",
+ ReferenceName = "Byangsi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bef",
+ ReferenceName = "Benabena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "beg",
+ ReferenceName = "Belait",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "beh",
+ ReferenceName = "Biali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bei",
+ ReferenceName = "Bekati'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bej",
+ Part2B = "bej",
+ Part2T = "bej",
+ ReferenceName = "Beja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bek",
+ ReferenceName = "Bebeli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bel",
+ Part1 = "be",
+ Part2B = "bel",
+ Part2T = "bel",
+ ReferenceName = "Belarusian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bem",
+ Part2B = "bem",
+ Part2T = "bem",
+ ReferenceName = "Bemba (Zambia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ben",
+ Part1 = "bn",
+ Part2B = "ben",
+ Part2T = "ben",
+ ReferenceName = "Bengali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "beo",
+ ReferenceName = "Beami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bep",
+ ReferenceName = "Besoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "beq",
+ ReferenceName = "Beembe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bes",
+ ReferenceName = "Besme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bet",
+ ReferenceName = "Guiberoua Béte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "beu",
+ ReferenceName = "Blagar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bev",
+ ReferenceName = "Daloa Bété",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bew",
+ ReferenceName = "Betawi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bex",
+ ReferenceName = "Jur Modo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bey",
+ ReferenceName = "Beli (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bez",
+ ReferenceName = "Bena (Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfa",
+ ReferenceName = "Bari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfb",
+ ReferenceName = "Pauri Bareli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfc",
+ ReferenceName = "Panyi Bai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfd",
+ ReferenceName = "Bafut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfe",
+ ReferenceName = "Betaf",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bff",
+ ReferenceName = "Bofi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfg",
+ ReferenceName = "Busang Kayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfh",
+ ReferenceName = "Blafe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfi",
+ ReferenceName = "British Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfj",
+ ReferenceName = "Bafanji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfk",
+ ReferenceName = "Ban Khor Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfl",
+ ReferenceName = "Banda-Ndélé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfm",
+ ReferenceName = "Mmen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfn",
+ ReferenceName = "Bunak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfo",
+ ReferenceName = "Malba Birifor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfp",
+ ReferenceName = "Beba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfq",
+ ReferenceName = "Badaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfr",
+ ReferenceName = "Bazigar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfs",
+ ReferenceName = "Southern Bai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bft",
+ ReferenceName = "Balti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfu",
+ ReferenceName = "Gahri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfw",
+ ReferenceName = "Bondo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfx",
+ ReferenceName = "Bantayanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfy",
+ ReferenceName = "Bagheli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bfz",
+ ReferenceName = "Mahasu Pahari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bga",
+ ReferenceName = "Gwamhi-Wuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgb",
+ ReferenceName = "Bobongko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgc",
+ ReferenceName = "Haryanvi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgd",
+ ReferenceName = "Rathwi Bareli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bge",
+ ReferenceName = "Bauria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgf",
+ ReferenceName = "Bangandu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgg",
+ ReferenceName = "Bugun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgi",
+ ReferenceName = "Giangan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgj",
+ ReferenceName = "Bangolan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgk",
+ ReferenceName = "Bit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgl",
+ ReferenceName = "Bo (Laos)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgn",
+ ReferenceName = "Western Balochi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgo",
+ ReferenceName = "Baga Koga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgp",
+ ReferenceName = "Eastern Balochi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgq",
+ ReferenceName = "Bagri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgr",
+ ReferenceName = "Bawm Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgs",
+ ReferenceName = "Tagabawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgt",
+ ReferenceName = "Bughotu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgu",
+ ReferenceName = "Mbongno",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgv",
+ ReferenceName = "Warkay-Bipim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgw",
+ ReferenceName = "Bhatri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgx",
+ ReferenceName = "Balkan Gagauz Turkish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgy",
+ ReferenceName = "Benggoi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bgz",
+ ReferenceName = "Banggai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bha",
+ ReferenceName = "Bharia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhb",
+ ReferenceName = "Bhili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhc",
+ ReferenceName = "Biga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhd",
+ ReferenceName = "Bhadrawahi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhe",
+ ReferenceName = "Bhaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhf",
+ ReferenceName = "Odiai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhg",
+ ReferenceName = "Binandere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhh",
+ ReferenceName = "Bukharic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhi",
+ ReferenceName = "Bhilali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhj",
+ ReferenceName = "Bahing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhl",
+ ReferenceName = "Bimin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhm",
+ ReferenceName = "Bathari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhn",
+ ReferenceName = "Bohtan Neo-Aramaic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bho",
+ Part2B = "bho",
+ Part2T = "bho",
+ ReferenceName = "Bhojpuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhp",
+ ReferenceName = "Bima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhq",
+ ReferenceName = "Tukang Besi South",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhr",
+ ReferenceName = "Bara Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhs",
+ ReferenceName = "Buwal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bht",
+ ReferenceName = "Bhattiyali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhu",
+ ReferenceName = "Bhunjia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhv",
+ ReferenceName = "Bahau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhw",
+ ReferenceName = "Biak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhx",
+ ReferenceName = "Bhalay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhy",
+ ReferenceName = "Bhele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bhz",
+ ReferenceName = "Bada (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bia",
+ ReferenceName = "Badimaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bib",
+ ReferenceName = "Bissa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bic",
+ ReferenceName = "Bikaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bid",
+ ReferenceName = "Bidiyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bie",
+ ReferenceName = "Bepour",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bif",
+ ReferenceName = "Biafada",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "big",
+ ReferenceName = "Biangai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bij",
+ ReferenceName = "Vaghat-Ya-Bijim-Legeri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bik",
+ Part2B = "bik",
+ Part2T = "bik",
+ ReferenceName = "Bikol",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bil",
+ ReferenceName = "Bile",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bim",
+ ReferenceName = "Bimoba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bin",
+ Part2B = "bin",
+ Part2T = "bin",
+ ReferenceName = "Bini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bio",
+ ReferenceName = "Nai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bip",
+ ReferenceName = "Bila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "biq",
+ ReferenceName = "Bipi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bir",
+ ReferenceName = "Bisorio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bis",
+ Part1 = "bi",
+ Part2B = "bis",
+ Part2T = "bis",
+ ReferenceName = "Bislama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bit",
+ ReferenceName = "Berinomo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "biu",
+ ReferenceName = "Biete",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "biv",
+ ReferenceName = "Southern Birifor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "biw",
+ ReferenceName = "Kol (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bix",
+ ReferenceName = "Bijori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "biy",
+ ReferenceName = "Birhor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "biz",
+ ReferenceName = "Baloi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bja",
+ ReferenceName = "Budza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjb",
+ ReferenceName = "Banggarla",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bjc",
+ ReferenceName = "Bariji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bje",
+ ReferenceName = "Biao-Jiao Mien",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjf",
+ ReferenceName = "Barzani Jewish Neo-Aramaic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjg",
+ ReferenceName = "Bidyogo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjh",
+ ReferenceName = "Bahinemo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bji",
+ ReferenceName = "Burji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjj",
+ ReferenceName = "Kanauji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjk",
+ ReferenceName = "Barok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjl",
+ ReferenceName = "Bulu (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjm",
+ ReferenceName = "Bajelani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjn",
+ ReferenceName = "Banjar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjo",
+ ReferenceName = "Mid-Southern Banda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjp",
+ ReferenceName = "Fanamaket",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjr",
+ ReferenceName = "Binumarien",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjs",
+ ReferenceName = "Bajan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjt",
+ ReferenceName = "Balanta-Ganja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bju",
+ ReferenceName = "Busuu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjv",
+ ReferenceName = "Bedjond",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjw",
+ ReferenceName = "Bakwé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjx",
+ ReferenceName = "Banao Itneg",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bjy",
+ ReferenceName = "Bayali",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bjz",
+ ReferenceName = "Baruga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bka",
+ ReferenceName = "Kyak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkc",
+ ReferenceName = "Baka (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkd",
+ ReferenceName = "Binukid",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkf",
+ ReferenceName = "Beeke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkg",
+ ReferenceName = "Buraka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkh",
+ ReferenceName = "Bakoko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bki",
+ ReferenceName = "Baki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkj",
+ ReferenceName = "Pande",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkk",
+ ReferenceName = "Brokskat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkl",
+ ReferenceName = "Berik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkm",
+ ReferenceName = "Kom (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkn",
+ ReferenceName = "Bukitan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bko",
+ ReferenceName = "Kwa'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkp",
+ ReferenceName = "Boko (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkq",
+ ReferenceName = "Bakairí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkr",
+ ReferenceName = "Bakumpai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bks",
+ ReferenceName = "Northern Sorsoganon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkt",
+ ReferenceName = "Boloki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bku",
+ ReferenceName = "Buhid",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkv",
+ ReferenceName = "Bekwarra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkw",
+ ReferenceName = "Bekwel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkx",
+ ReferenceName = "Baikeno",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bky",
+ ReferenceName = "Bokyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bkz",
+ ReferenceName = "Bungku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bla",
+ Part2B = "bla",
+ Part2T = "bla",
+ ReferenceName = "Siksika",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blb",
+ ReferenceName = "Bilua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blc",
+ ReferenceName = "Bella Coola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bld",
+ ReferenceName = "Bolango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ble",
+ ReferenceName = "Balanta-Kentohe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blf",
+ ReferenceName = "Buol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blg",
+ ReferenceName = "Balau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blh",
+ ReferenceName = "Kuwaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bli",
+ ReferenceName = "Bolia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blj",
+ ReferenceName = "Bolongan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blk",
+ ReferenceName = "Pa'o Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bll",
+ ReferenceName = "Biloxi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "blm",
+ ReferenceName = "Beli (South Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bln",
+ ReferenceName = "Southern Catanduanes Bikol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blo",
+ ReferenceName = "Anii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blp",
+ ReferenceName = "Blablanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blq",
+ ReferenceName = "Baluan-Pam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blr",
+ ReferenceName = "Blang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bls",
+ ReferenceName = "Balaesang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blt",
+ ReferenceName = "Tai Dam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blv",
+ ReferenceName = "Kibala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blw",
+ ReferenceName = "Balangao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blx",
+ ReferenceName = "Mag-Indi Ayta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bly",
+ ReferenceName = "Notre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "blz",
+ ReferenceName = "Balantak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bma",
+ ReferenceName = "Lame",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmb",
+ ReferenceName = "Bembe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmc",
+ ReferenceName = "Biem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmd",
+ ReferenceName = "Baga Manduri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bme",
+ ReferenceName = "Limassa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmf",
+ ReferenceName = "Bom-Kim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmg",
+ ReferenceName = "Bamwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmh",
+ ReferenceName = "Kein",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmi",
+ ReferenceName = "Bagirmi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmj",
+ ReferenceName = "Bote-Majhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmk",
+ ReferenceName = "Ghayavi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bml",
+ ReferenceName = "Bomboli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmm",
+ ReferenceName = "Northern Betsimisaraka Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmn",
+ ReferenceName = "Bina (Papua New Guinea)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bmo",
+ ReferenceName = "Bambalang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmp",
+ ReferenceName = "Bulgebi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmq",
+ ReferenceName = "Bomu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmr",
+ ReferenceName = "Muinane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bms",
+ ReferenceName = "Bilma Kanuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmt",
+ ReferenceName = "Biao Mon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmu",
+ ReferenceName = "Somba-Siawari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmv",
+ ReferenceName = "Bum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmw",
+ ReferenceName = "Bomwali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmx",
+ ReferenceName = "Baimak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bmz",
+ ReferenceName = "Baramu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bna",
+ ReferenceName = "Bonerate",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnb",
+ ReferenceName = "Bookan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnc",
+ ReferenceName = "Bontok",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnd",
+ ReferenceName = "Banda (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bne",
+ ReferenceName = "Bintauna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnf",
+ ReferenceName = "Masiwang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bng",
+ ReferenceName = "Benga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bni",
+ ReferenceName = "Bangi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnj",
+ ReferenceName = "Eastern Tawbuid",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnk",
+ ReferenceName = "Bierebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnl",
+ ReferenceName = "Boon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnm",
+ ReferenceName = "Batanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnn",
+ ReferenceName = "Bunun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bno",
+ ReferenceName = "Bantoanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnp",
+ ReferenceName = "Bola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnq",
+ ReferenceName = "Bantik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnr",
+ ReferenceName = "Butmas-Tur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bns",
+ ReferenceName = "Bundeli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnu",
+ ReferenceName = "Bentong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnv",
+ ReferenceName = "Bonerif",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnw",
+ ReferenceName = "Bisis",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnx",
+ ReferenceName = "Bangubangu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bny",
+ ReferenceName = "Bintulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bnz",
+ ReferenceName = "Beezen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "boa",
+ ReferenceName = "Bora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bob",
+ ReferenceName = "Aweer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bod",
+ Part1 = "bo",
+ Part2B = "tib",
+ Part2T = "bod",
+ ReferenceName = "Tibetan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "boe",
+ ReferenceName = "Mundabli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bof",
+ ReferenceName = "Bolon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bog",
+ ReferenceName = "Bamako Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "boh",
+ ReferenceName = "Boma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "boi",
+ ReferenceName = "Barbareño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "boj",
+ ReferenceName = "Anjam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bok",
+ ReferenceName = "Bonjo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bol",
+ ReferenceName = "Bole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bom",
+ ReferenceName = "Berom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bon",
+ ReferenceName = "Bine",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "boo",
+ ReferenceName = "Tiemacèwè Bozo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bop",
+ ReferenceName = "Bonkiman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "boq",
+ ReferenceName = "Bogaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bor",
+ ReferenceName = "Borôro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bos",
+ Part1 = "bs",
+ Part2B = "bos",
+ Part2T = "bos",
+ ReferenceName = "Bosnian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bot",
+ ReferenceName = "Bongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bou",
+ ReferenceName = "Bondei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bov",
+ ReferenceName = "Tuwuli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bow",
+ ReferenceName = "Rema",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "box",
+ ReferenceName = "Buamu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "boy",
+ ReferenceName = "Bodo (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "boz",
+ ReferenceName = "Tiéyaxo Bozo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpa",
+ ReferenceName = "Daakaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpb",
+ ReferenceName = "Barbacoas",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bpd",
+ ReferenceName = "Banda-Banda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpg",
+ ReferenceName = "Bonggo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bph",
+ ReferenceName = "Botlikh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpi",
+ ReferenceName = "Bagupi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpj",
+ ReferenceName = "Binji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpk",
+ ReferenceName = "Orowe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpl",
+ ReferenceName = "Broome Pearling Lugger Pidgin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpm",
+ ReferenceName = "Biyom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpn",
+ ReferenceName = "Dzao Min",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpo",
+ ReferenceName = "Anasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpp",
+ ReferenceName = "Kaure",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpq",
+ ReferenceName = "Banda Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpr",
+ ReferenceName = "Koronadal Blaan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bps",
+ ReferenceName = "Sarangani Blaan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpt",
+ ReferenceName = "Barrow Point",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bpu",
+ ReferenceName = "Bongu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpv",
+ ReferenceName = "Bian Marind",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpw",
+ ReferenceName = "Bo (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpx",
+ ReferenceName = "Palya Bareli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpy",
+ ReferenceName = "Bishnupriya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bpz",
+ ReferenceName = "Bilba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqa",
+ ReferenceName = "Tchumbuli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqb",
+ ReferenceName = "Bagusa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqc",
+ ReferenceName = "Boko (Benin)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqd",
+ ReferenceName = "Bung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqf",
+ ReferenceName = "Baga Kaloum",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bqg",
+ ReferenceName = "Bago-Kusuntu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqh",
+ ReferenceName = "Baima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqi",
+ ReferenceName = "Bakhtiari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqj",
+ ReferenceName = "Bandial",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqk",
+ ReferenceName = "Banda-Mbrès",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bql",
+ ReferenceName = "Bilakura",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqm",
+ ReferenceName = "Wumboko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqn",
+ ReferenceName = "Bulgarian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqo",
+ ReferenceName = "Balo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqp",
+ ReferenceName = "Busa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqq",
+ ReferenceName = "Biritai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqr",
+ ReferenceName = "Burusu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqs",
+ ReferenceName = "Bosngun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqt",
+ ReferenceName = "Bamukumbit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqu",
+ ReferenceName = "Boguru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqv",
+ ReferenceName = "Koro Wachi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqw",
+ ReferenceName = "Buru (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqx",
+ ReferenceName = "Baangi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqy",
+ ReferenceName = "Bengkala Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bqz",
+ ReferenceName = "Bakaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bra",
+ Part2B = "bra",
+ Part2T = "bra",
+ ReferenceName = "Braj",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brb",
+ ReferenceName = "Lave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brc",
+ ReferenceName = "Berbice Creole Dutch",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "brd",
+ ReferenceName = "Baraamu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bre",
+ Part1 = "br",
+ Part2B = "bre",
+ Part2T = "bre",
+ ReferenceName = "Breton",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brf",
+ ReferenceName = "Bera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brg",
+ ReferenceName = "Baure",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brh",
+ ReferenceName = "Brahui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bri",
+ ReferenceName = "Mokpwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brj",
+ ReferenceName = "Bieria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brk",
+ ReferenceName = "Birked",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "brl",
+ ReferenceName = "Birwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brm",
+ ReferenceName = "Barambu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brn",
+ ReferenceName = "Boruca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bro",
+ ReferenceName = "Brokkat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brp",
+ ReferenceName = "Barapasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brq",
+ ReferenceName = "Breri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brr",
+ ReferenceName = "Birao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brs",
+ ReferenceName = "Baras",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brt",
+ ReferenceName = "Bitare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bru",
+ ReferenceName = "Eastern Bru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brv",
+ ReferenceName = "Western Bru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brw",
+ ReferenceName = "Bellari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brx",
+ ReferenceName = "Bodo (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bry",
+ ReferenceName = "Burui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "brz",
+ ReferenceName = "Bilbil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsa",
+ ReferenceName = "Abinomn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsb",
+ ReferenceName = "Brunei Bisaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsc",
+ ReferenceName = "Bassari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bse",
+ ReferenceName = "Wushi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsf",
+ ReferenceName = "Bauchi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsg",
+ ReferenceName = "Bashkardi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsh",
+ ReferenceName = "Kati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsi",
+ ReferenceName = "Bassossi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsj",
+ ReferenceName = "Bangwinji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsk",
+ ReferenceName = "Burushaski",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsl",
+ ReferenceName = "Basa-Gumna",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bsm",
+ ReferenceName = "Busami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsn",
+ ReferenceName = "Barasana-Eduria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bso",
+ ReferenceName = "Buso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsp",
+ ReferenceName = "Baga Sitemu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsq",
+ ReferenceName = "Bassa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsr",
+ ReferenceName = "Bassa-Kontagora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bss",
+ ReferenceName = "Akoose",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bst",
+ ReferenceName = "Basketo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsu",
+ ReferenceName = "Bahonsuai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsv",
+ ReferenceName = "Baga Sobané",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bsw",
+ ReferenceName = "Baiso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsx",
+ ReferenceName = "Yangkam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bsy",
+ ReferenceName = "Sabah Bisaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bta",
+ ReferenceName = "Bata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btc",
+ ReferenceName = "Bati (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btd",
+ ReferenceName = "Batak Dairi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bte",
+ ReferenceName = "Gamo-Ningi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "btf",
+ ReferenceName = "Birgit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btg",
+ ReferenceName = "Gagnoa Bété",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bth",
+ ReferenceName = "Biatah Bidayuh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bti",
+ ReferenceName = "Burate",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btj",
+ ReferenceName = "Bacanese Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btm",
+ ReferenceName = "Batak Mandailing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btn",
+ ReferenceName = "Ratagnon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bto",
+ ReferenceName = "Rinconada Bikol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btp",
+ ReferenceName = "Budibud",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btq",
+ ReferenceName = "Batek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btr",
+ ReferenceName = "Baetora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bts",
+ ReferenceName = "Batak Simalungun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btt",
+ ReferenceName = "Bete-Bendi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btu",
+ ReferenceName = "Batu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btv",
+ ReferenceName = "Bateri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btw",
+ ReferenceName = "Butuanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btx",
+ ReferenceName = "Batak Karo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bty",
+ ReferenceName = "Bobot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "btz",
+ ReferenceName = "Batak Alas-Kluet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bua",
+ Part2B = "bua",
+ Part2T = "bua",
+ ReferenceName = "Buriat",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bub",
+ ReferenceName = "Bua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buc",
+ ReferenceName = "Bushi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bud",
+ ReferenceName = "Ntcham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bue",
+ ReferenceName = "Beothuk",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "buf",
+ ReferenceName = "Bushoong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bug",
+ Part2B = "bug",
+ Part2T = "bug",
+ ReferenceName = "Buginese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buh",
+ ReferenceName = "Younuo Bunu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bui",
+ ReferenceName = "Bongili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buj",
+ ReferenceName = "Basa-Gurmana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buk",
+ ReferenceName = "Bugawac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bul",
+ Part1 = "bg",
+ Part2B = "bul",
+ Part2T = "bul",
+ ReferenceName = "Bulgarian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bum",
+ ReferenceName = "Bulu (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bun",
+ ReferenceName = "Sherbro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buo",
+ ReferenceName = "Terei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bup",
+ ReferenceName = "Busoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buq",
+ ReferenceName = "Brem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bus",
+ ReferenceName = "Bokobaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "but",
+ ReferenceName = "Bungain",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buu",
+ ReferenceName = "Budu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buv",
+ ReferenceName = "Bun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buw",
+ ReferenceName = "Bubi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bux",
+ ReferenceName = "Boghom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buy",
+ ReferenceName = "Bullom So",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "buz",
+ ReferenceName = "Bukwen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bva",
+ ReferenceName = "Barein",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvb",
+ ReferenceName = "Bube",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvc",
+ ReferenceName = "Baelelea",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvd",
+ ReferenceName = "Baeggu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bve",
+ ReferenceName = "Berau Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvf",
+ ReferenceName = "Boor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvg",
+ ReferenceName = "Bonkeng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvh",
+ ReferenceName = "Bure",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvi",
+ ReferenceName = "Belanda Viri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvj",
+ ReferenceName = "Baan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvk",
+ ReferenceName = "Bukat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvl",
+ ReferenceName = "Bolivian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvm",
+ ReferenceName = "Bamunka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvn",
+ ReferenceName = "Buna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvo",
+ ReferenceName = "Bolgo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvp",
+ ReferenceName = "Bumang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvq",
+ ReferenceName = "Birri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvr",
+ ReferenceName = "Burarra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvt",
+ ReferenceName = "Bati (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvu",
+ ReferenceName = "Bukit Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvv",
+ ReferenceName = "Baniva",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bvw",
+ ReferenceName = "Boga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvx",
+ ReferenceName = "Dibole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvy",
+ ReferenceName = "Baybayanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bvz",
+ ReferenceName = "Bauzi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwa",
+ ReferenceName = "Bwatoo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwb",
+ ReferenceName = "Namosi-Naitasiri-Serua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwc",
+ ReferenceName = "Bwile",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwd",
+ ReferenceName = "Bwaidoka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwe",
+ ReferenceName = "Bwe Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwf",
+ ReferenceName = "Boselewa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwg",
+ ReferenceName = "Barwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwh",
+ ReferenceName = "Bishuo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwi",
+ ReferenceName = "Baniwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwj",
+ ReferenceName = "Láá Láá Bwamu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwk",
+ ReferenceName = "Bauwaki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwl",
+ ReferenceName = "Bwela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwm",
+ ReferenceName = "Biwat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwn",
+ ReferenceName = "Wunai Bunu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwo",
+ ReferenceName = "Boro (Ethiopia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwp",
+ ReferenceName = "Mandobo Bawah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwq",
+ ReferenceName = "Southern Bobo Madaré",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwr",
+ ReferenceName = "Bura-Pabir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bws",
+ ReferenceName = "Bomboma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwt",
+ ReferenceName = "Bafaw-Balong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwu",
+ ReferenceName = "Buli (Ghana)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bww",
+ ReferenceName = "Bwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwx",
+ ReferenceName = "Bu-Nao Bunu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwy",
+ ReferenceName = "Cwi Bwamu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bwz",
+ ReferenceName = "Bwisi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxa",
+ ReferenceName = "Tairaha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxb",
+ ReferenceName = "Belanda Bor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxc",
+ ReferenceName = "Molengue",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxd",
+ ReferenceName = "Pela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxe",
+ ReferenceName = "Birale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxf",
+ ReferenceName = "Bilur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxg",
+ ReferenceName = "Bangala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxh",
+ ReferenceName = "Buhutu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxi",
+ ReferenceName = "Pirlatapa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bxj",
+ ReferenceName = "Bayungu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxk",
+ ReferenceName = "Bukusu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxl",
+ ReferenceName = "Jalkunan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxm",
+ ReferenceName = "Mongolia Buriat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxn",
+ ReferenceName = "Burduna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxo",
+ ReferenceName = "Barikanchi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxp",
+ ReferenceName = "Bebil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxq",
+ ReferenceName = "Beele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxr",
+ ReferenceName = "Russia Buriat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxs",
+ ReferenceName = "Busam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxu",
+ ReferenceName = "China Buriat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxv",
+ ReferenceName = "Berakou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxw",
+ ReferenceName = "Bankagooma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bxz",
+ ReferenceName = "Binahari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bya",
+ ReferenceName = "Batak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byb",
+ ReferenceName = "Bikya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byc",
+ ReferenceName = "Ubaghara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byd",
+ ReferenceName = "Benyadu'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bye",
+ ReferenceName = "Pouye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byf",
+ ReferenceName = "Bete",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byg",
+ ReferenceName = "Baygo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "byh",
+ ReferenceName = "Bhujel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byi",
+ ReferenceName = "Buyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byj",
+ ReferenceName = "Bina (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byk",
+ ReferenceName = "Biao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byl",
+ ReferenceName = "Bayono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bym",
+ ReferenceName = "Bidjara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byn",
+ Part2B = "byn",
+ Part2T = "byn",
+ ReferenceName = "Bilin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byo",
+ ReferenceName = "Biyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byp",
+ ReferenceName = "Bumaji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byq",
+ ReferenceName = "Basay",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "byr",
+ ReferenceName = "Baruya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bys",
+ ReferenceName = "Burak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byt",
+ ReferenceName = "Berti",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "byv",
+ ReferenceName = "Medumba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byw",
+ ReferenceName = "Belhariya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byx",
+ ReferenceName = "Qaqet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "byz",
+ ReferenceName = "Banaro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bza",
+ ReferenceName = "Bandi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzb",
+ ReferenceName = "Andio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzc",
+ ReferenceName = "Southern Betsimisaraka Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzd",
+ ReferenceName = "Bribri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bze",
+ ReferenceName = "Jenaama Bozo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzf",
+ ReferenceName = "Boikin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzg",
+ ReferenceName = "Babuza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzh",
+ ReferenceName = "Mapos Buang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzi",
+ ReferenceName = "Bisu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzj",
+ ReferenceName = "Belize Kriol English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzk",
+ ReferenceName = "Nicaragua Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzl",
+ ReferenceName = "Boano (Sulawesi)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzm",
+ ReferenceName = "Bolondo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzn",
+ ReferenceName = "Boano (Maluku)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzo",
+ ReferenceName = "Bozaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzp",
+ ReferenceName = "Kemberano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzq",
+ ReferenceName = "Buli (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzr",
+ ReferenceName = "Biri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "bzs",
+ ReferenceName = "Brazilian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzt",
+ ReferenceName = "Brithenig",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "bzu",
+ ReferenceName = "Burmeso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzv",
+ ReferenceName = "Naami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzw",
+ ReferenceName = "Basa (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzx",
+ ReferenceName = "Kɛlɛngaxo Bozo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzy",
+ ReferenceName = "Obanliku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "bzz",
+ ReferenceName = "Evant",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "caa",
+ ReferenceName = "Chortí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cab",
+ ReferenceName = "Garifuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cac",
+ ReferenceName = "Chuj",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cad",
+ Part2B = "cad",
+ Part2T = "cad",
+ ReferenceName = "Caddo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cae",
+ ReferenceName = "Lehar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "caf",
+ ReferenceName = "Southern Carrier",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cag",
+ ReferenceName = "Nivaclé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cah",
+ ReferenceName = "Cahuarano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "caj",
+ ReferenceName = "Chané",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cak",
+ ReferenceName = "Kaqchikel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cal",
+ ReferenceName = "Carolinian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cam",
+ ReferenceName = "Cemuhî",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "can",
+ ReferenceName = "Chambri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cao",
+ ReferenceName = "Chácobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cap",
+ ReferenceName = "Chipaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "caq",
+ ReferenceName = "Car Nicobarese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "car",
+ Part2B = "car",
+ Part2T = "car",
+ ReferenceName = "Galibi Carib",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cas",
+ ReferenceName = "Tsimané",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cat",
+ Part1 = "ca",
+ Part2B = "cat",
+ Part2T = "cat",
+ ReferenceName = "Catalan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cav",
+ ReferenceName = "Cavineña",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "caw",
+ ReferenceName = "Callawalla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cax",
+ ReferenceName = "Chiquitano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cay",
+ ReferenceName = "Cayuga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "caz",
+ ReferenceName = "Canichana",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cbb",
+ ReferenceName = "Cabiyarí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbc",
+ ReferenceName = "Carapana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbd",
+ ReferenceName = "Carijona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbg",
+ ReferenceName = "Chimila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbi",
+ ReferenceName = "Chachi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbj",
+ ReferenceName = "Ede Cabe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbk",
+ ReferenceName = "Chavacano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbl",
+ ReferenceName = "Bualkhaw Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbn",
+ ReferenceName = "Nyahkur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbo",
+ ReferenceName = "Izora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbq",
+ ReferenceName = "Tsucuba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbr",
+ ReferenceName = "Cashibo-Cacataibo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbs",
+ ReferenceName = "Cashinahua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbt",
+ ReferenceName = "Chayahuita",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbu",
+ ReferenceName = "Candoshi-Shapra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbv",
+ ReferenceName = "Cacua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cbw",
+ ReferenceName = "Kinabalian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cby",
+ ReferenceName = "Carabayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cca",
+ ReferenceName = "Cauca",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ccc",
+ ReferenceName = "Chamicuro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ccd",
+ ReferenceName = "Cafundo Creole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cce",
+ ReferenceName = "Chopi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ccg",
+ ReferenceName = "Samba Daka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cch",
+ ReferenceName = "Atsam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ccj",
+ ReferenceName = "Kasanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ccl",
+ ReferenceName = "Cutchi-Swahili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ccm",
+ ReferenceName = "Malaccan Creole Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cco",
+ ReferenceName = "Comaltepec Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ccp",
+ ReferenceName = "Chakma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ccr",
+ ReferenceName = "Cacaopera",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cda",
+ ReferenceName = "Choni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cde",
+ ReferenceName = "Chenchu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdf",
+ ReferenceName = "Chiru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdg",
+ ReferenceName = "Chamari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdh",
+ ReferenceName = "Chambeali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdi",
+ ReferenceName = "Chodri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdj",
+ ReferenceName = "Churahi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdm",
+ ReferenceName = "Chepang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdn",
+ ReferenceName = "Chaudangsi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdo",
+ ReferenceName = "Min Dong Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdr",
+ ReferenceName = "Cinda-Regi-Tiyal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cds",
+ ReferenceName = "Chadian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdy",
+ ReferenceName = "Chadong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cdz",
+ ReferenceName = "Koda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cea",
+ ReferenceName = "Lower Chehalis",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ceb",
+ Part2B = "ceb",
+ Part2T = "ceb",
+ ReferenceName = "Cebuano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ceg",
+ ReferenceName = "Chamacoco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cek",
+ ReferenceName = "Eastern Khumi Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cen",
+ ReferenceName = "Cen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ces",
+ Part1 = "cs",
+ Part2B = "cze",
+ Part2T = "ces",
+ ReferenceName = "Czech",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cet",
+ ReferenceName = "Centúúm",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cey",
+ ReferenceName = "Ekai Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cfa",
+ ReferenceName = "Dijim-Bwilim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cfd",
+ ReferenceName = "Cara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cfg",
+ ReferenceName = "Como Karim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cfm",
+ ReferenceName = "Falam Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cga",
+ ReferenceName = "Changriwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cgc",
+ ReferenceName = "Kagayanen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cgg",
+ ReferenceName = "Chiga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cgk",
+ ReferenceName = "Chocangacakha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cha",
+ Part1 = "ch",
+ Part2B = "cha",
+ Part2T = "cha",
+ ReferenceName = "Chamorro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chb",
+ Part2B = "chb",
+ Part2T = "chb",
+ ReferenceName = "Chibcha",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "chc",
+ ReferenceName = "Catawba",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "chd",
+ ReferenceName = "Highland Oaxaca Chontal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "che",
+ Part1 = "ce",
+ Part2B = "che",
+ Part2T = "che",
+ ReferenceName = "Chechen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chf",
+ ReferenceName = "Tabasco Chontal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chg",
+ Part2B = "chg",
+ Part2T = "chg",
+ ReferenceName = "Chagatai",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "chh",
+ ReferenceName = "Chinook",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "chj",
+ ReferenceName = "Ojitlán Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chk",
+ Part2B = "chk",
+ Part2T = "chk",
+ ReferenceName = "Chuukese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chl",
+ ReferenceName = "Cahuilla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chm",
+ Part2B = "chm",
+ Part2T = "chm",
+ ReferenceName = "Mari (Russia)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chn",
+ Part2B = "chn",
+ Part2T = "chn",
+ ReferenceName = "Chinook jargon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cho",
+ Part2B = "cho",
+ Part2T = "cho",
+ ReferenceName = "Choctaw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chp",
+ Part2B = "chp",
+ Part2T = "chp",
+ ReferenceName = "Chipewyan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chq",
+ ReferenceName = "Quiotepec Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chr",
+ Part2B = "chr",
+ Part2T = "chr",
+ ReferenceName = "Cherokee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cht",
+ ReferenceName = "Cholón",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "chu",
+ Part1 = "cu",
+ Part2B = "chu",
+ Part2T = "chu",
+ ReferenceName = "Church Slavic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "chv",
+ Part1 = "cv",
+ Part2B = "chv",
+ Part2T = "chv",
+ ReferenceName = "Chuvash",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chw",
+ ReferenceName = "Chuwabu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chx",
+ ReferenceName = "Chantyal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chy",
+ Part2B = "chy",
+ Part2T = "chy",
+ ReferenceName = "Cheyenne",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "chz",
+ ReferenceName = "Ozumacín Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cia",
+ ReferenceName = "Cia-Cia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cib",
+ ReferenceName = "Ci Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cic",
+ ReferenceName = "Chickasaw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cid",
+ ReferenceName = "Chimariko",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cie",
+ ReferenceName = "Cineni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cih",
+ ReferenceName = "Chinali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cik",
+ ReferenceName = "Chitkuli Kinnauri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cim",
+ ReferenceName = "Cimbrian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cin",
+ ReferenceName = "Cinta Larga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cip",
+ ReferenceName = "Chiapanec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cir",
+ ReferenceName = "Tiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ciw",
+ ReferenceName = "Chippewa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ciy",
+ ReferenceName = "Chaima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cja",
+ ReferenceName = "Western Cham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cje",
+ ReferenceName = "Chru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjh",
+ ReferenceName = "Upper Chehalis",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cji",
+ ReferenceName = "Chamalal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjk",
+ ReferenceName = "Chokwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjm",
+ ReferenceName = "Eastern Cham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjn",
+ ReferenceName = "Chenapian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjo",
+ ReferenceName = "Ashéninka Pajonal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjp",
+ ReferenceName = "Cabécar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjs",
+ ReferenceName = "Shor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjv",
+ ReferenceName = "Chuave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cjy",
+ ReferenceName = "Jinyu Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckb",
+ ReferenceName = "Central Kurdish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckh",
+ ReferenceName = "Chak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckl",
+ ReferenceName = "Cibak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckn",
+ ReferenceName = "Kaang Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cko",
+ ReferenceName = "Anufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckq",
+ ReferenceName = "Kajakse",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckr",
+ ReferenceName = "Kairak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cks",
+ ReferenceName = "Tayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckt",
+ ReferenceName = "Chukot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cku",
+ ReferenceName = "Koasati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckv",
+ ReferenceName = "Kavalan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckx",
+ ReferenceName = "Caka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cky",
+ ReferenceName = "Cakfem-Mushere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ckz",
+ ReferenceName = "Cakchiquel-Quiché Mixed Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cla",
+ ReferenceName = "Ron",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clc",
+ ReferenceName = "Chilcotin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cld",
+ ReferenceName = "Chaldean Neo-Aramaic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cle",
+ ReferenceName = "Lealao Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clh",
+ ReferenceName = "Chilisso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cli",
+ ReferenceName = "Chakali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clj",
+ ReferenceName = "Laitu Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clk",
+ ReferenceName = "Idu-Mishmi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cll",
+ ReferenceName = "Chala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clm",
+ ReferenceName = "Clallam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clo",
+ ReferenceName = "Lowland Oaxaca Chontal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clt",
+ ReferenceName = "Lautu Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clu",
+ ReferenceName = "Caluyanun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "clw",
+ ReferenceName = "Chulym",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cly",
+ ReferenceName = "Eastern Highland Chatino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cma",
+ ReferenceName = "Maa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cme",
+ ReferenceName = "Cerma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cmg",
+ ReferenceName = "Classical Mongolian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "cmi",
+ ReferenceName = "Emberá-Chamí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cml",
+ ReferenceName = "Campalagian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cmm",
+ ReferenceName = "Michigamea",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cmn",
+ ReferenceName = "Mandarin Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cmo",
+ ReferenceName = "Central Mnong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cmr",
+ ReferenceName = "Mro-Khimi Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cms",
+ ReferenceName = "Messapic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "cmt",
+ ReferenceName = "Camtho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cna",
+ ReferenceName = "Changthang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnb",
+ ReferenceName = "Chinbon Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnc",
+ ReferenceName = "Côông",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cng",
+ ReferenceName = "Northern Qiang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnh",
+ ReferenceName = "Hakha Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cni",
+ ReferenceName = "Asháninka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnk",
+ ReferenceName = "Khumi Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnl",
+ ReferenceName = "Lalana Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cno",
+ ReferenceName = "Con",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnr",
+ Part2B = "cnr",
+ Part2T = "cnr",
+ ReferenceName = "Montenegrin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cns",
+ ReferenceName = "Central Asmat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnt",
+ ReferenceName = "Tepetotutla Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnu",
+ ReferenceName = "Chenoua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnw",
+ ReferenceName = "Ngawn Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cnx",
+ ReferenceName = "Middle Cornish",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "coa",
+ ReferenceName = "Cocos Islands Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cob",
+ ReferenceName = "Chicomuceltec",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "coc",
+ ReferenceName = "Cocopa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cod",
+ ReferenceName = "Cocama-Cocamilla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "coe",
+ ReferenceName = "Koreguaje",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cof",
+ ReferenceName = "Colorado",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cog",
+ ReferenceName = "Chong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "coh",
+ ReferenceName = "Chonyi-Dzihana-Kauma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "coj",
+ ReferenceName = "Cochimi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cok",
+ ReferenceName = "Santa Teresa Cora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "col",
+ ReferenceName = "Columbia-Wenatchi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "com",
+ ReferenceName = "Comanche",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "con",
+ ReferenceName = "Cofán",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "coo",
+ ReferenceName = "Comox",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cop",
+ Part2B = "cop",
+ Part2T = "cop",
+ ReferenceName = "Coptic",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "coq",
+ ReferenceName = "Coquille",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cor",
+ Part1 = "kw",
+ Part2B = "cor",
+ Part2T = "cor",
+ ReferenceName = "Cornish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cos",
+ Part1 = "co",
+ Part2B = "cos",
+ Part2T = "cos",
+ ReferenceName = "Corsican",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cot",
+ ReferenceName = "Caquinte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cou",
+ ReferenceName = "Wamey",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cov",
+ ReferenceName = "Cao Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cow",
+ ReferenceName = "Cowlitz",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cox",
+ ReferenceName = "Nanti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "coz",
+ ReferenceName = "Chochotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpa",
+ ReferenceName = "Palantla Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpb",
+ ReferenceName = "Ucayali-Yurúa Ashéninka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpc",
+ ReferenceName = "Ajyíninka Apurucayali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpg",
+ ReferenceName = "Cappadocian Greek",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cpi",
+ ReferenceName = "Chinese Pidgin English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpn",
+ ReferenceName = "Cherepon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpo",
+ ReferenceName = "Kpeego",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cps",
+ ReferenceName = "Capiznon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpu",
+ ReferenceName = "Pichis Ashéninka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpx",
+ ReferenceName = "Pu-Xian Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cpy",
+ ReferenceName = "South Ucayali Ashéninka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cqd",
+ ReferenceName = "Chuanqiandian Cluster Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cra",
+ ReferenceName = "Chara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crb",
+ ReferenceName = "Island Carib",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "crc",
+ ReferenceName = "Lonwolwol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crd",
+ ReferenceName = "Coeur d'Alene",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cre",
+ Part1 = "cr",
+ Part2B = "cre",
+ Part2T = "cre",
+ ReferenceName = "Cree",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crf",
+ ReferenceName = "Caramanta",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "crg",
+ ReferenceName = "Michif",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crh",
+ Part2B = "crh",
+ Part2T = "crh",
+ ReferenceName = "Crimean Tatar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cri",
+ ReferenceName = "Sãotomense",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crj",
+ ReferenceName = "Southern East Cree",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crk",
+ ReferenceName = "Plains Cree",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crl",
+ ReferenceName = "Northern East Cree",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crm",
+ ReferenceName = "Moose Cree",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crn",
+ ReferenceName = "El Nayar Cora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cro",
+ ReferenceName = "Crow",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crq",
+ ReferenceName = "Iyo'wujwa Chorote",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crr",
+ ReferenceName = "Carolina Algonquian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "crs",
+ ReferenceName = "Seselwa Creole French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crt",
+ ReferenceName = "Iyojwa'ja Chorote",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crv",
+ ReferenceName = "Chaura",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crw",
+ ReferenceName = "Chrau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crx",
+ ReferenceName = "Carrier",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cry",
+ ReferenceName = "Cori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "crz",
+ ReferenceName = "Cruzeño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "csa",
+ ReferenceName = "Chiltepec Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csb",
+ Part2B = "csb",
+ Part2T = "csb",
+ ReferenceName = "Kashubian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csc",
+ ReferenceName = "Catalan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csd",
+ ReferenceName = "Chiangmai Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cse",
+ ReferenceName = "Czech Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csf",
+ ReferenceName = "Cuba Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csg",
+ ReferenceName = "Chilean Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csh",
+ ReferenceName = "Asho Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csi",
+ ReferenceName = "Coast Miwok",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "csj",
+ ReferenceName = "Songlai Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csk",
+ ReferenceName = "Jola-Kasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csl",
+ ReferenceName = "Chinese Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csm",
+ ReferenceName = "Central Sierra Miwok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csn",
+ ReferenceName = "Colombian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cso",
+ ReferenceName = "Sochiapam Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csq",
+ ReferenceName = "Croatia Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csr",
+ ReferenceName = "Costa Rican Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "css",
+ ReferenceName = "Southern Ohlone",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cst",
+ ReferenceName = "Northern Ohlone",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csv",
+ ReferenceName = "Sumtu Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csw",
+ ReferenceName = "Swampy Cree",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csy",
+ ReferenceName = "Siyin Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "csz",
+ ReferenceName = "Coos",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cta",
+ ReferenceName = "Tataltepec Chatino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ctc",
+ ReferenceName = "Chetco",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ctd",
+ ReferenceName = "Tedim Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cte",
+ ReferenceName = "Tepinapa Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ctg",
+ ReferenceName = "Chittagonian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cth",
+ ReferenceName = "Thaiphum Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ctl",
+ ReferenceName = "Tlacoatzintepec Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ctm",
+ ReferenceName = "Chitimacha",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ctn",
+ ReferenceName = "Chhintange",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cto",
+ ReferenceName = "Emberá-Catío",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ctp",
+ ReferenceName = "Western Highland Chatino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cts",
+ ReferenceName = "Northern Catanduanes Bikol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ctt",
+ ReferenceName = "Wayanad Chetti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ctu",
+ ReferenceName = "Chol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ctz",
+ ReferenceName = "Zacatepec Chatino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cua",
+ ReferenceName = "Cua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cub",
+ ReferenceName = "Cubeo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuc",
+ ReferenceName = "Usila Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cug",
+ ReferenceName = "Chungmboko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuh",
+ ReferenceName = "Chuka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cui",
+ ReferenceName = "Cuiba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuj",
+ ReferenceName = "Mashco Piro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuk",
+ ReferenceName = "San Blas Kuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cul",
+ ReferenceName = "Culina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuo",
+ ReferenceName = "Cumanagoto",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cup",
+ ReferenceName = "Cupeño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cuq",
+ ReferenceName = "Cun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cur",
+ ReferenceName = "Chhulung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cut",
+ ReferenceName = "Teutila Cuicatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuu",
+ ReferenceName = "Tai Ya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuv",
+ ReferenceName = "Cuvok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuw",
+ ReferenceName = "Chukwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cux",
+ ReferenceName = "Tepeuxila Cuicatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cuy",
+ ReferenceName = "Cuitlatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cvg",
+ ReferenceName = "Chug",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cvn",
+ ReferenceName = "Valle Nacional Chinantec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cwa",
+ ReferenceName = "Kabwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cwb",
+ ReferenceName = "Maindo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cwd",
+ ReferenceName = "Woods Cree",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cwe",
+ ReferenceName = "Kwere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cwg",
+ ReferenceName = "Chewong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cwt",
+ ReferenceName = "Kuwaataay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cya",
+ ReferenceName = "Nopala Chatino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cyb",
+ ReferenceName = "Cayubaba",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "cym",
+ Part1 = "cy",
+ Part2B = "wel",
+ Part2T = "cym",
+ ReferenceName = "Welsh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "cyo",
+ ReferenceName = "Cuyonon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "czh",
+ ReferenceName = "Huizhou Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "czk",
+ ReferenceName = "Knaanic",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "czn",
+ ReferenceName = "Zenzontepec Chatino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "czo",
+ ReferenceName = "Min Zhong Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "czt",
+ ReferenceName = "Zotung Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "daa",
+ ReferenceName = "Dangaléat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dac",
+ ReferenceName = "Dambi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dad",
+ ReferenceName = "Marik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dae",
+ ReferenceName = "Duupa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dag",
+ ReferenceName = "Dagbani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dah",
+ ReferenceName = "Gwahatike",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dai",
+ ReferenceName = "Day",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "daj",
+ ReferenceName = "Dar Fur Daju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dak",
+ Part2B = "dak",
+ Part2T = "dak",
+ ReferenceName = "Dakota",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dal",
+ ReferenceName = "Dahalo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dam",
+ ReferenceName = "Damakawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dan",
+ Part1 = "da",
+ Part2B = "dan",
+ Part2T = "dan",
+ ReferenceName = "Danish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dao",
+ ReferenceName = "Daai Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "daq",
+ ReferenceName = "Dandami Maria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dar",
+ Part2B = "dar",
+ Part2T = "dar",
+ ReferenceName = "Dargwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "das",
+ ReferenceName = "Daho-Doo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dau",
+ ReferenceName = "Dar Sila Daju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dav",
+ ReferenceName = "Taita",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "daw",
+ ReferenceName = "Davawenyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dax",
+ ReferenceName = "Dayi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "daz",
+ ReferenceName = "Dao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dba",
+ ReferenceName = "Bangime",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbb",
+ ReferenceName = "Deno",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbd",
+ ReferenceName = "Dadiya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbe",
+ ReferenceName = "Dabe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbf",
+ ReferenceName = "Edopi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbg",
+ ReferenceName = "Dogul Dom Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbi",
+ ReferenceName = "Doka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbj",
+ ReferenceName = "Ida'an",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbl",
+ ReferenceName = "Dyirbal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbm",
+ ReferenceName = "Duguri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbn",
+ ReferenceName = "Duriankere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbo",
+ ReferenceName = "Dulbu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbp",
+ ReferenceName = "Duwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbq",
+ ReferenceName = "Daba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbr",
+ ReferenceName = "Dabarre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbt",
+ ReferenceName = "Ben Tey Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbu",
+ ReferenceName = "Bondum Dom Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbv",
+ ReferenceName = "Dungu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dbw",
+ ReferenceName = "Bankan Tey Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dby",
+ ReferenceName = "Dibiyaso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dcc",
+ ReferenceName = "Deccan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dcr",
+ ReferenceName = "Negerhollands",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dda",
+ ReferenceName = "Dadi Dadi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ddd",
+ ReferenceName = "Dongotono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dde",
+ ReferenceName = "Doondo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ddg",
+ ReferenceName = "Fataluku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ddi",
+ ReferenceName = "West Goodenough",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ddj",
+ ReferenceName = "Jaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ddn",
+ ReferenceName = "Dendi (Benin)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ddo",
+ ReferenceName = "Dido",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ddr",
+ ReferenceName = "Dhudhuroa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dds",
+ ReferenceName = "Donno So Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ddw",
+ ReferenceName = "Dawera-Daweloor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dec",
+ ReferenceName = "Dagik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ded",
+ ReferenceName = "Dedua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dee",
+ ReferenceName = "Dewoin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "def",
+ ReferenceName = "Dezfuli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "deg",
+ ReferenceName = "Degema",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "deh",
+ ReferenceName = "Dehwari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dei",
+ ReferenceName = "Demisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dek",
+ ReferenceName = "Dek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "del",
+ Part2B = "del",
+ Part2T = "del",
+ ReferenceName = "Delaware",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dem",
+ ReferenceName = "Dem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "den",
+ Part2B = "den",
+ Part2T = "den",
+ ReferenceName = "Slave (Athapascan)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dep",
+ ReferenceName = "Pidgin Delaware",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "deq",
+ ReferenceName = "Dendi (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "der",
+ ReferenceName = "Deori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "des",
+ ReferenceName = "Desano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "deu",
+ Part1 = "de",
+ Part2B = "ger",
+ Part2T = "deu",
+ ReferenceName = "German",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dev",
+ ReferenceName = "Domung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dez",
+ ReferenceName = "Dengese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dga",
+ ReferenceName = "Southern Dagaare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgb",
+ ReferenceName = "Bunoge Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgc",
+ ReferenceName = "Casiguran Dumagat Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgd",
+ ReferenceName = "Dagaari Dioula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dge",
+ ReferenceName = "Degenan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgg",
+ ReferenceName = "Doga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgh",
+ ReferenceName = "Dghwede",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgi",
+ ReferenceName = "Northern Dagara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgk",
+ ReferenceName = "Dagba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgl",
+ ReferenceName = "Andaandi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgn",
+ ReferenceName = "Dagoman",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dgo",
+ ReferenceName = "Dogri (individual language)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgr",
+ Part2B = "dgr",
+ Part2T = "dgr",
+ ReferenceName = "Dogrib",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgs",
+ ReferenceName = "Dogoso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgt",
+ ReferenceName = "Ndra'ngith",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dgu",
+ ReferenceName = "Degaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgw",
+ ReferenceName = "Daungwurrung",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dgx",
+ ReferenceName = "Doghoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dgz",
+ ReferenceName = "Daga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhd",
+ ReferenceName = "Dhundari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhg",
+ ReferenceName = "Dhangu-Djangu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhi",
+ ReferenceName = "Dhimal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhl",
+ ReferenceName = "Dhalandji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhm",
+ ReferenceName = "Zemba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhn",
+ ReferenceName = "Dhanki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dho",
+ ReferenceName = "Dhodia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhr",
+ ReferenceName = "Dhargari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhs",
+ ReferenceName = "Dhaiso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhu",
+ ReferenceName = "Dhurga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dhv",
+ ReferenceName = "Dehu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhw",
+ ReferenceName = "Dhanwar (Nepal)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dhx",
+ ReferenceName = "Dhungaloo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dia",
+ ReferenceName = "Dia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dib",
+ ReferenceName = "South Central Dinka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dic",
+ ReferenceName = "Lakota Dida",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "did",
+ ReferenceName = "Didinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dif",
+ ReferenceName = "Dieri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dig",
+ ReferenceName = "Digo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dih",
+ ReferenceName = "Kumiai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dii",
+ ReferenceName = "Dimbong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dij",
+ ReferenceName = "Dai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dik",
+ ReferenceName = "Southwestern Dinka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dil",
+ ReferenceName = "Dilling",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dim",
+ ReferenceName = "Dime",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "din",
+ Part2B = "din",
+ Part2T = "din",
+ ReferenceName = "Dinka",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dio",
+ ReferenceName = "Dibo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dip",
+ ReferenceName = "Northeastern Dinka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "diq",
+ ReferenceName = "Dimli (individual language)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dir",
+ ReferenceName = "Dirim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dis",
+ ReferenceName = "Dimasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "diu",
+ ReferenceName = "Diriku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "div",
+ Part1 = "dv",
+ Part2B = "div",
+ Part2T = "div",
+ ReferenceName = "Dhivehi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "diw",
+ ReferenceName = "Northwestern Dinka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dix",
+ ReferenceName = "Dixon Reef",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "diy",
+ ReferenceName = "Diuwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "diz",
+ ReferenceName = "Ding",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dja",
+ ReferenceName = "Djadjawurrung",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "djb",
+ ReferenceName = "Djinba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djc",
+ ReferenceName = "Dar Daju Daju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djd",
+ ReferenceName = "Djamindjung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dje",
+ ReferenceName = "Zarma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djf",
+ ReferenceName = "Djangun",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dji",
+ ReferenceName = "Djinang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djj",
+ ReferenceName = "Djeebbana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djk",
+ ReferenceName = "Eastern Maroon Creole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djm",
+ ReferenceName = "Jamsay Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djn",
+ ReferenceName = "Jawoyn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djo",
+ ReferenceName = "Jangkang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djr",
+ ReferenceName = "Djambarrpuyngu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dju",
+ ReferenceName = "Kapriman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "djw",
+ ReferenceName = "Djawi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dka",
+ ReferenceName = "Dakpakha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dkk",
+ ReferenceName = "Dakka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dkr",
+ ReferenceName = "Kuijau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dks",
+ ReferenceName = "Southeastern Dinka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dkx",
+ ReferenceName = "Mazagway",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dlg",
+ ReferenceName = "Dolgan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dlk",
+ ReferenceName = "Dahalik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dlm",
+ ReferenceName = "Dalmatian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dln",
+ ReferenceName = "Darlong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dma",
+ ReferenceName = "Duma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmb",
+ ReferenceName = "Mombo Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmc",
+ ReferenceName = "Gavak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmd",
+ ReferenceName = "Madhi Madhi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dme",
+ ReferenceName = "Dugwor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmg",
+ ReferenceName = "Upper Kinabatangan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmk",
+ ReferenceName = "Domaaki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dml",
+ ReferenceName = "Dameli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmm",
+ ReferenceName = "Dama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmo",
+ ReferenceName = "Kemedzung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmr",
+ ReferenceName = "East Damar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dms",
+ ReferenceName = "Dampelas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmu",
+ ReferenceName = "Dubu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmv",
+ ReferenceName = "Dumpas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmw",
+ ReferenceName = "Mudburra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmx",
+ ReferenceName = "Dema",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dmy",
+ ReferenceName = "Demta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dna",
+ ReferenceName = "Upper Grand Valley Dani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnd",
+ ReferenceName = "Daonda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dne",
+ ReferenceName = "Ndendeule",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dng",
+ ReferenceName = "Dungan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dni",
+ ReferenceName = "Lower Grand Valley Dani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnj",
+ ReferenceName = "Dan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnk",
+ ReferenceName = "Dengka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnn",
+ ReferenceName = "Dzùùngoo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dno",
+ ReferenceName = "Ndrulo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnr",
+ ReferenceName = "Danaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnt",
+ ReferenceName = "Mid Grand Valley Dani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnu",
+ ReferenceName = "Danau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnv",
+ ReferenceName = "Danu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dnw",
+ ReferenceName = "Western Dani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dny",
+ ReferenceName = "Dení",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doa",
+ ReferenceName = "Dom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dob",
+ ReferenceName = "Dobu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doc",
+ ReferenceName = "Northern Dong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doe",
+ ReferenceName = "Doe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dof",
+ ReferenceName = "Domu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doh",
+ ReferenceName = "Dong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doi",
+ Part2B = "doi",
+ Part2T = "doi",
+ ReferenceName = "Dogri (macrolanguage)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dok",
+ ReferenceName = "Dondo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dol",
+ ReferenceName = "Doso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "don",
+ ReferenceName = "Toura (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doo",
+ ReferenceName = "Dongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dop",
+ ReferenceName = "Lukpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doq",
+ ReferenceName = "Dominican Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dor",
+ ReferenceName = "Dori'o",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dos",
+ ReferenceName = "Dogosé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dot",
+ ReferenceName = "Dass",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dov",
+ ReferenceName = "Dombe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dow",
+ ReferenceName = "Doyayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dox",
+ ReferenceName = "Bussa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doy",
+ ReferenceName = "Dompo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "doz",
+ ReferenceName = "Dorze",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dpp",
+ ReferenceName = "Papar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "drb",
+ ReferenceName = "Dair",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "drc",
+ ReferenceName = "Minderico",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "drd",
+ ReferenceName = "Darmiya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dre",
+ ReferenceName = "Dolpo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "drg",
+ ReferenceName = "Rungus",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dri",
+ ReferenceName = "C'Lela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "drl",
+ ReferenceName = "Paakantyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "drn",
+ ReferenceName = "West Damar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dro",
+ ReferenceName = "Daro-Matu Melanau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "drq",
+ ReferenceName = "Dura",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "drr",
+ ReferenceName = "Dororo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "drs",
+ ReferenceName = "Gedeo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "drt",
+ ReferenceName = "Drents",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dru",
+ ReferenceName = "Rukai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dry",
+ ReferenceName = "Darai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dsb",
+ Part2B = "dsb",
+ Part2T = "dsb",
+ ReferenceName = "Lower Sorbian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dse",
+ ReferenceName = "Dutch Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dsh",
+ ReferenceName = "Daasanach",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dsi",
+ ReferenceName = "Disa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dsl",
+ ReferenceName = "Danish Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dsn",
+ ReferenceName = "Dusner",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dso",
+ ReferenceName = "Desiya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dsq",
+ ReferenceName = "Tadaksahak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dta",
+ ReferenceName = "Daur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtb",
+ ReferenceName = "Labuk-Kinabatangan Kadazan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtd",
+ ReferenceName = "Ditidaht",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dth",
+ ReferenceName = "Adithinngithigh",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dti",
+ ReferenceName = "Ana Tinga Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtk",
+ ReferenceName = "Tene Kan Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtm",
+ ReferenceName = "Tomo Kan Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtn",
+ ReferenceName = "Daatsʼíin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dto",
+ ReferenceName = "Tommo So Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtp",
+ ReferenceName = "Kadazan Dusun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtr",
+ ReferenceName = "Lotud",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dts",
+ ReferenceName = "Toro So Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtt",
+ ReferenceName = "Toro Tegu Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dtu",
+ ReferenceName = "Tebul Ure Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dty",
+ ReferenceName = "Dotyali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dua",
+ Part2B = "dua",
+ Part2T = "dua",
+ ReferenceName = "Duala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dub",
+ ReferenceName = "Dubli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duc",
+ ReferenceName = "Duna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "due",
+ ReferenceName = "Umiray Dumaget Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duf",
+ ReferenceName = "Dumbea",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dug",
+ ReferenceName = "Duruma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duh",
+ ReferenceName = "Dungra Bhil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dui",
+ ReferenceName = "Dumun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duk",
+ ReferenceName = "Uyajitaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dul",
+ ReferenceName = "Alabat Island Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dum",
+ Part2B = "dum",
+ Part2T = "dum",
+ ReferenceName = "Middle Dutch (ca. 1050-1350)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "dun",
+ ReferenceName = "Dusun Deyah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duo",
+ ReferenceName = "Dupaninan Agta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dup",
+ ReferenceName = "Duano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duq",
+ ReferenceName = "Dusun Malang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dur",
+ ReferenceName = "Dii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dus",
+ ReferenceName = "Dumi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duu",
+ ReferenceName = "Drung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duv",
+ ReferenceName = "Duvle",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duw",
+ ReferenceName = "Dusun Witu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dux",
+ ReferenceName = "Duungooma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "duy",
+ ReferenceName = "Dicamay Agta",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "duz",
+ ReferenceName = "Duli-Gey",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dva",
+ ReferenceName = "Duau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dwa",
+ ReferenceName = "Diri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dwr",
+ ReferenceName = "Dawro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dws",
+ ReferenceName = "Dutton World Speedwords",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "dwu",
+ ReferenceName = "Dhuwal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dww",
+ ReferenceName = "Dawawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dwy",
+ ReferenceName = "Dhuwaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dwz",
+ ReferenceName = "Dewas Rai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dya",
+ ReferenceName = "Dyan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dyb",
+ ReferenceName = "Dyaberdyaber",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dyd",
+ ReferenceName = "Dyugun",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dyg",
+ ReferenceName = "Villa Viciosa Agta",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dyi",
+ ReferenceName = "Djimini Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dym",
+ ReferenceName = "Yanda Dom Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dyn",
+ ReferenceName = "Dyangadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dyo",
+ ReferenceName = "Jola-Fonyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dyu",
+ Part2B = "dyu",
+ Part2T = "dyu",
+ ReferenceName = "Dyula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dyy",
+ ReferenceName = "Djabugay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dza",
+ ReferenceName = "Tunzu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dze",
+ ReferenceName = "Djiwarli",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "dzg",
+ ReferenceName = "Dazaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dzl",
+ ReferenceName = "Dzalakha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dzn",
+ ReferenceName = "Dzando",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "dzo",
+ Part1 = "dz",
+ Part2B = "dzo",
+ Part2T = "dzo",
+ ReferenceName = "Dzongkha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eaa",
+ ReferenceName = "Karenggapa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ebg",
+ ReferenceName = "Ebughu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ebk",
+ ReferenceName = "Eastern Bontok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ebo",
+ ReferenceName = "Teke-Ebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ebr",
+ ReferenceName = "Ebrié",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ebu",
+ ReferenceName = "Embu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ecr",
+ ReferenceName = "Eteocretan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ecs",
+ ReferenceName = "Ecuadorian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ecy",
+ ReferenceName = "Eteocypriot",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "eee",
+ ReferenceName = "E",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "efa",
+ ReferenceName = "Efai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "efe",
+ ReferenceName = "Efe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "efi",
+ Part2B = "efi",
+ Part2T = "efi",
+ ReferenceName = "Efik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ega",
+ ReferenceName = "Ega",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "egl",
+ ReferenceName = "Emilian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ego",
+ ReferenceName = "Eggon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "egy",
+ Part2B = "egy",
+ Part2T = "egy",
+ ReferenceName = "Egyptian (Ancient)",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ehu",
+ ReferenceName = "Ehueun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eip",
+ ReferenceName = "Eipomek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eit",
+ ReferenceName = "Eitiep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eiv",
+ ReferenceName = "Askopan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eja",
+ ReferenceName = "Ejamat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eka",
+ Part2B = "eka",
+ Part2T = "eka",
+ ReferenceName = "Ekajuk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ekc",
+ ReferenceName = "Eastern Karnic",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "eke",
+ ReferenceName = "Ekit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ekg",
+ ReferenceName = "Ekari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eki",
+ ReferenceName = "Eki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ekk",
+ ReferenceName = "Standard Estonian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ekl",
+ ReferenceName = "Kol (Bangladesh)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ekm",
+ ReferenceName = "Elip",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eko",
+ ReferenceName = "Koti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ekp",
+ ReferenceName = "Ekpeye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ekr",
+ ReferenceName = "Yace",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eky",
+ ReferenceName = "Eastern Kayah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ele",
+ ReferenceName = "Elepi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "elh",
+ ReferenceName = "El Hugeirat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eli",
+ ReferenceName = "Nding",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "elk",
+ ReferenceName = "Elkei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ell",
+ Part1 = "el",
+ Part2B = "gre",
+ Part2T = "ell",
+ ReferenceName = "Modern Greek (1453-)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "elm",
+ ReferenceName = "Eleme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "elo",
+ ReferenceName = "El Molo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "elu",
+ ReferenceName = "Elu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "elx",
+ Part2B = "elx",
+ Part2T = "elx",
+ ReferenceName = "Elamite",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ema",
+ ReferenceName = "Emai-Iuleha-Ora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emb",
+ ReferenceName = "Embaloh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eme",
+ ReferenceName = "Emerillon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emg",
+ ReferenceName = "Eastern Meohang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emi",
+ ReferenceName = "Mussau-Emira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emk",
+ ReferenceName = "Eastern Maninkakan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emm",
+ ReferenceName = "Mamulique",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "emn",
+ ReferenceName = "Eman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emp",
+ ReferenceName = "Northern Emberá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ems",
+ ReferenceName = "Pacific Gulf Yupik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emu",
+ ReferenceName = "Eastern Muria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emw",
+ ReferenceName = "Emplawas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emx",
+ ReferenceName = "Erromintxela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "emy",
+ ReferenceName = "Epigraphic Mayan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ena",
+ ReferenceName = "Apali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enb",
+ ReferenceName = "Markweeta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enc",
+ ReferenceName = "En",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "end",
+ ReferenceName = "Ende",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enf",
+ ReferenceName = "Forest Enets",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eng",
+ Part1 = "en",
+ Part2B = "eng",
+ Part2T = "eng",
+ ReferenceName = "English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enh",
+ ReferenceName = "Tundra Enets",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enl",
+ ReferenceName = "Enlhet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enm",
+ Part2B = "enm",
+ Part2T = "enm",
+ ReferenceName = "Middle English (1100-1500)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "enn",
+ ReferenceName = "Engenni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eno",
+ ReferenceName = "Enggano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enq",
+ ReferenceName = "Enga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enr",
+ ReferenceName = "Emumu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enu",
+ ReferenceName = "Enu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "env",
+ ReferenceName = "Enwan (Edu State)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enw",
+ ReferenceName = "Enwan (Akwa Ibom State)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "enx",
+ ReferenceName = "Enxet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eot",
+ ReferenceName = "Beti (Côte d'Ivoire)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "epi",
+ ReferenceName = "Epie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "epo",
+ Part1 = "eo",
+ Part2B = "epo",
+ Part2T = "epo",
+ ReferenceName = "Esperanto",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "era",
+ ReferenceName = "Eravallan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "erg",
+ ReferenceName = "Sie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "erh",
+ ReferenceName = "Eruwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eri",
+ ReferenceName = "Ogea",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "erk",
+ ReferenceName = "South Efate",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ero",
+ ReferenceName = "Horpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "err",
+ ReferenceName = "Erre",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ers",
+ ReferenceName = "Ersu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ert",
+ ReferenceName = "Eritai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "erw",
+ ReferenceName = "Erokwanas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ese",
+ ReferenceName = "Ese Ejja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esg",
+ ReferenceName = "Aheri Gondi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esh",
+ ReferenceName = "Eshtehardi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esi",
+ ReferenceName = "North Alaskan Inupiatun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esk",
+ ReferenceName = "Northwest Alaska Inupiatun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esl",
+ ReferenceName = "Egypt Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esm",
+ ReferenceName = "Esuma",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "esn",
+ ReferenceName = "Salvadoran Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eso",
+ ReferenceName = "Estonian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esq",
+ ReferenceName = "Esselen",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ess",
+ ReferenceName = "Central Siberian Yupik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "est",
+ Part1 = "et",
+ Part2B = "est",
+ Part2T = "est",
+ ReferenceName = "Estonian",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esu",
+ ReferenceName = "Central Yupik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "esy",
+ ReferenceName = "Eskayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "etb",
+ ReferenceName = "Etebi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "etc",
+ ReferenceName = "Etchemin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "eth",
+ ReferenceName = "Ethiopian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "etn",
+ ReferenceName = "Eton (Vanuatu)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eto",
+ ReferenceName = "Eton (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "etr",
+ ReferenceName = "Edolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ets",
+ ReferenceName = "Yekhee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ett",
+ ReferenceName = "Etruscan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "etu",
+ ReferenceName = "Ejagham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "etx",
+ ReferenceName = "Eten",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "etz",
+ ReferenceName = "Semimi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eus",
+ Part1 = "eu",
+ Part2B = "baq",
+ Part2T = "eus",
+ ReferenceName = "Basque",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eve",
+ ReferenceName = "Even",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "evh",
+ ReferenceName = "Uvbie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "evn",
+ ReferenceName = "Evenki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ewe",
+ Part1 = "ee",
+ Part2B = "ewe",
+ Part2T = "ewe",
+ ReferenceName = "Ewe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ewo",
+ Part2B = "ewo",
+ Part2T = "ewo",
+ ReferenceName = "Ewondo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ext",
+ ReferenceName = "Extremaduran",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eya",
+ ReferenceName = "Eyak",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "eyo",
+ ReferenceName = "Keiyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eza",
+ ReferenceName = "Ezaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "eze",
+ ReferenceName = "Uzekwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "faa",
+ ReferenceName = "Fasu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fab",
+ ReferenceName = "Fa d'Ambu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fad",
+ ReferenceName = "Wagi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "faf",
+ ReferenceName = "Fagani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fag",
+ ReferenceName = "Finongan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fah",
+ ReferenceName = "Baissa Fali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fai",
+ ReferenceName = "Faiwol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "faj",
+ ReferenceName = "Faita",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fak",
+ ReferenceName = "Fang (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fal",
+ ReferenceName = "South Fali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fam",
+ ReferenceName = "Fam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fan",
+ Part2B = "fan",
+ Part2T = "fan",
+ ReferenceName = "Fang (Equatorial Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fao",
+ Part1 = "fo",
+ Part2B = "fao",
+ Part2T = "fao",
+ ReferenceName = "Faroese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fap",
+ ReferenceName = "Paloor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "far",
+ ReferenceName = "Fataleka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fas",
+ Part1 = "fa",
+ Part2B = "per",
+ Part2T = "fas",
+ ReferenceName = "Persian",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fat",
+ Part2B = "fat",
+ Part2T = "fat",
+ ReferenceName = "Fanti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fau",
+ ReferenceName = "Fayu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fax",
+ ReferenceName = "Fala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fay",
+ ReferenceName = "Southwestern Fars",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "faz",
+ ReferenceName = "Northwestern Fars",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fbl",
+ ReferenceName = "West Albay Bikol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fcs",
+ ReferenceName = "Quebec Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fer",
+ ReferenceName = "Feroge",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ffi",
+ ReferenceName = "Foia Foia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ffm",
+ ReferenceName = "Maasina Fulfulde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fgr",
+ ReferenceName = "Fongoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fia",
+ ReferenceName = "Nobiin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fie",
+ ReferenceName = "Fyer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fij",
+ Part1 = "fj",
+ Part2B = "fij",
+ Part2T = "fij",
+ ReferenceName = "Fijian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fil",
+ Part2B = "fil",
+ Part2T = "fil",
+ ReferenceName = "Filipino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fin",
+ Part1 = "fi",
+ Part2B = "fin",
+ Part2T = "fin",
+ ReferenceName = "Finnish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fip",
+ ReferenceName = "Fipa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fir",
+ ReferenceName = "Firan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fit",
+ ReferenceName = "Tornedalen Finnish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fiw",
+ ReferenceName = "Fiwaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fkk",
+ ReferenceName = "Kirya-Konzəl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fkv",
+ ReferenceName = "Kven Finnish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fla",
+ ReferenceName = "Kalispel-Pend d'Oreille",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "flh",
+ ReferenceName = "Foau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fli",
+ ReferenceName = "Fali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fll",
+ ReferenceName = "North Fali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fln",
+ ReferenceName = "Flinders Island",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "flr",
+ ReferenceName = "Fuliiru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fly",
+ ReferenceName = "Flaaitaal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fmp",
+ ReferenceName = "Fe'fe'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fmu",
+ ReferenceName = "Far Western Muria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fnb",
+ ReferenceName = "Fanbak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fng",
+ ReferenceName = "Fanagalo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fni",
+ ReferenceName = "Fania",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fod",
+ ReferenceName = "Foodo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "foi",
+ ReferenceName = "Foi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fom",
+ ReferenceName = "Foma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fon",
+ Part2B = "fon",
+ Part2T = "fon",
+ ReferenceName = "Fon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "for",
+ ReferenceName = "Fore",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fos",
+ ReferenceName = "Siraya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "fpe",
+ ReferenceName = "Fernando Po Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fqs",
+ ReferenceName = "Fas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fra",
+ Part1 = "fr",
+ Part2B = "fre",
+ Part2T = "fra",
+ ReferenceName = "French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "frc",
+ ReferenceName = "Cajun French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "frd",
+ ReferenceName = "Fordata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "frk",
+ ReferenceName = "Frankish",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "frm",
+ Part2B = "frm",
+ Part2T = "frm",
+ ReferenceName = "Middle French (ca. 1400-1600)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "fro",
+ Part2B = "fro",
+ Part2T = "fro",
+ ReferenceName = "Old French (842-ca. 1400)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "frp",
+ ReferenceName = "Arpitan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "frq",
+ ReferenceName = "Forak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "frr",
+ Part2B = "frr",
+ Part2T = "frr",
+ ReferenceName = "Northern Frisian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "frs",
+ Part2B = "frs",
+ Part2T = "frs",
+ ReferenceName = "Eastern Frisian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "frt",
+ ReferenceName = "Fortsenal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fry",
+ Part1 = "fy",
+ Part2B = "fry",
+ Part2T = "fry",
+ ReferenceName = "Western Frisian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fse",
+ ReferenceName = "Finnish Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fsl",
+ ReferenceName = "French Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fss",
+ ReferenceName = "Finland-Swedish Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fub",
+ ReferenceName = "Adamawa Fulfulde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fuc",
+ ReferenceName = "Pulaar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fud",
+ ReferenceName = "East Futuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fue",
+ ReferenceName = "Borgu Fulfulde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fuf",
+ ReferenceName = "Pular",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fuh",
+ ReferenceName = "Western Niger Fulfulde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fui",
+ ReferenceName = "Bagirmi Fulfulde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fuj",
+ ReferenceName = "Ko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ful",
+ Part1 = "ff",
+ Part2B = "ful",
+ Part2T = "ful",
+ ReferenceName = "Fulah",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fum",
+ ReferenceName = "Fum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fun",
+ ReferenceName = "Fulniô",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fuq",
+ ReferenceName = "Central-Eastern Niger Fulfulde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fur",
+ Part2B = "fur",
+ Part2T = "fur",
+ ReferenceName = "Friulian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fut",
+ ReferenceName = "Futuna-Aniwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fuu",
+ ReferenceName = "Furu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fuv",
+ ReferenceName = "Nigerian Fulfulde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fuy",
+ ReferenceName = "Fuyug",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fvr",
+ ReferenceName = "Fur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fwa",
+ ReferenceName = "Fwâi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "fwe",
+ ReferenceName = "Fwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gaa",
+ Part2B = "gaa",
+ Part2T = "gaa",
+ ReferenceName = "Ga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gab",
+ ReferenceName = "Gabri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gac",
+ ReferenceName = "Mixed Great Andamanese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gad",
+ ReferenceName = "Gaddang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gae",
+ ReferenceName = "Guarequena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gaf",
+ ReferenceName = "Gende",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gag",
+ ReferenceName = "Gagauz",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gah",
+ ReferenceName = "Alekano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gai",
+ ReferenceName = "Borei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gaj",
+ ReferenceName = "Gadsup",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gak",
+ ReferenceName = "Gamkonora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gal",
+ ReferenceName = "Galolen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gam",
+ ReferenceName = "Kandawo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gan",
+ ReferenceName = "Gan Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gao",
+ ReferenceName = "Gants",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gap",
+ ReferenceName = "Gal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gaq",
+ ReferenceName = "Gata'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gar",
+ ReferenceName = "Galeya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gas",
+ ReferenceName = "Adiwasi Garasia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gat",
+ ReferenceName = "Kenati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gau",
+ ReferenceName = "Mudhili Gadaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gaw",
+ ReferenceName = "Nobonob",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gax",
+ ReferenceName = "Borana-Arsi-Guji Oromo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gay",
+ Part2B = "gay",
+ Part2T = "gay",
+ ReferenceName = "Gayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gaz",
+ ReferenceName = "West Central Oromo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gba",
+ Part2B = "gba",
+ Part2T = "gba",
+ ReferenceName = "Gbaya (Central African Republic)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbb",
+ ReferenceName = "Kaytetye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbd",
+ ReferenceName = "Karajarri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbe",
+ ReferenceName = "Niksek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbf",
+ ReferenceName = "Gaikundi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbg",
+ ReferenceName = "Gbanziri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbh",
+ ReferenceName = "Defi Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbi",
+ ReferenceName = "Galela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbj",
+ ReferenceName = "Bodo Gadaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbk",
+ ReferenceName = "Gaddi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbl",
+ ReferenceName = "Gamit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbm",
+ ReferenceName = "Garhwali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbn",
+ ReferenceName = "Mo'da",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbo",
+ ReferenceName = "Northern Grebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbp",
+ ReferenceName = "Gbaya-Bossangoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbq",
+ ReferenceName = "Gbaya-Bozoum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbr",
+ ReferenceName = "Gbagyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbs",
+ ReferenceName = "Gbesi Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbu",
+ ReferenceName = "Gagadu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbv",
+ ReferenceName = "Gbanu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbw",
+ ReferenceName = "Gabi-Gabi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbx",
+ ReferenceName = "Eastern Xwla Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gby",
+ ReferenceName = "Gbari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gbz",
+ ReferenceName = "Zoroastrian Dari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gcc",
+ ReferenceName = "Mali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gcd",
+ ReferenceName = "Ganggalida",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gce",
+ ReferenceName = "Galice",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gcf",
+ ReferenceName = "Guadeloupean Creole French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gcl",
+ ReferenceName = "Grenadian Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gcn",
+ ReferenceName = "Gaina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gcr",
+ ReferenceName = "Guianese Creole French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gct",
+ ReferenceName = "Colonia Tovar German",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gda",
+ ReferenceName = "Gade Lohar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdb",
+ ReferenceName = "Pottangi Ollar Gadaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdc",
+ ReferenceName = "Gugu Badhun",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gdd",
+ ReferenceName = "Gedaged",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gde",
+ ReferenceName = "Gude",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdf",
+ ReferenceName = "Guduf-Gava",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdg",
+ ReferenceName = "Ga'dang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdh",
+ ReferenceName = "Gadjerawang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdi",
+ ReferenceName = "Gundi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdj",
+ ReferenceName = "Gurdjar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdk",
+ ReferenceName = "Gadang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdl",
+ ReferenceName = "Dirasha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdm",
+ ReferenceName = "Laal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdn",
+ ReferenceName = "Umanakaina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdo",
+ ReferenceName = "Ghodoberi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdq",
+ ReferenceName = "Mehri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdr",
+ ReferenceName = "Wipi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gds",
+ ReferenceName = "Ghandruk Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdt",
+ ReferenceName = "Kungardutyi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gdu",
+ ReferenceName = "Gudu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gdx",
+ ReferenceName = "Godwari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gea",
+ ReferenceName = "Geruma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "geb",
+ ReferenceName = "Kire",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gec",
+ ReferenceName = "Gboloo Grebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ged",
+ ReferenceName = "Gade",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "geg",
+ ReferenceName = "Gengle",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "geh",
+ ReferenceName = "Hutterite German",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gei",
+ ReferenceName = "Gebe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gej",
+ ReferenceName = "Gen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gek",
+ ReferenceName = "Ywom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gel",
+ ReferenceName = "ut-Ma'in",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "geq",
+ ReferenceName = "Geme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ges",
+ ReferenceName = "Geser-Gorom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gev",
+ ReferenceName = "Eviya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gew",
+ ReferenceName = "Gera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gex",
+ ReferenceName = "Garre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gey",
+ ReferenceName = "Enya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gez",
+ Part2B = "gez",
+ Part2T = "gez",
+ ReferenceName = "Geez",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "gfk",
+ ReferenceName = "Patpatar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gft",
+ ReferenceName = "Gafat",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gga",
+ ReferenceName = "Gao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ggb",
+ ReferenceName = "Gbii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ggd",
+ ReferenceName = "Gugadj",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gge",
+ ReferenceName = "Gurr-goni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ggg",
+ ReferenceName = "Gurgula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ggk",
+ ReferenceName = "Kungarakany",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ggl",
+ ReferenceName = "Ganglau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ggt",
+ ReferenceName = "Gitua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ggu",
+ ReferenceName = "Gagu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ggw",
+ ReferenceName = "Gogodala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gha",
+ ReferenceName = "Ghadamès",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ghc",
+ ReferenceName = "Hiberno-Scottish Gaelic",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ghe",
+ ReferenceName = "Southern Ghale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ghh",
+ ReferenceName = "Northern Ghale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ghk",
+ ReferenceName = "Geko Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ghl",
+ ReferenceName = "Ghulfan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ghn",
+ ReferenceName = "Ghanongga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gho",
+ ReferenceName = "Ghomara",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ghr",
+ ReferenceName = "Ghera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ghs",
+ ReferenceName = "Guhu-Samane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ght",
+ ReferenceName = "Kuke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gia",
+ ReferenceName = "Kija",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gib",
+ ReferenceName = "Gibanawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gic",
+ ReferenceName = "Gail",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gid",
+ ReferenceName = "Gidar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gie",
+ ReferenceName = "Gaɓogbo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gig",
+ ReferenceName = "Goaria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gih",
+ ReferenceName = "Githabul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gil",
+ Part2B = "gil",
+ Part2T = "gil",
+ ReferenceName = "Gilbertese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gim",
+ ReferenceName = "Gimi (Eastern Highlands)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gin",
+ ReferenceName = "Hinukh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gip",
+ ReferenceName = "Gimi (West New Britain)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "giq",
+ ReferenceName = "Green Gelao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gir",
+ ReferenceName = "Red Gelao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gis",
+ ReferenceName = "North Giziga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "git",
+ ReferenceName = "Gitxsan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "giu",
+ ReferenceName = "Mulao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "giw",
+ ReferenceName = "White Gelao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gix",
+ ReferenceName = "Gilima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "giy",
+ ReferenceName = "Giyug",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "giz",
+ ReferenceName = "South Giziga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gji",
+ ReferenceName = "Geji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gjk",
+ ReferenceName = "Kachi Koli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gjm",
+ ReferenceName = "Gunditjmara",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gjn",
+ ReferenceName = "Gonja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gjr",
+ ReferenceName = "Gurindji Kriol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gju",
+ ReferenceName = "Gujari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gka",
+ ReferenceName = "Guya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gkd",
+ ReferenceName = "Magɨ (Madang Province)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gke",
+ ReferenceName = "Ndai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gkn",
+ ReferenceName = "Gokana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gko",
+ ReferenceName = "Kok-Nar",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gkp",
+ ReferenceName = "Guinea Kpelle",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gku",
+ ReferenceName = "ǂUngkue",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gla",
+ Part1 = "gd",
+ Part2B = "gla",
+ Part2T = "gla",
+ ReferenceName = "Scottish Gaelic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "glc",
+ ReferenceName = "Bon Gula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gld",
+ ReferenceName = "Nanai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gle",
+ Part1 = "ga",
+ Part2B = "gle",
+ Part2T = "gle",
+ ReferenceName = "Irish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "glg",
+ Part1 = "gl",
+ Part2B = "glg",
+ Part2T = "glg",
+ ReferenceName = "Galician",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "glh",
+ ReferenceName = "Northwest Pashai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gli",
+ ReferenceName = "Guliguli",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "glj",
+ ReferenceName = "Gula Iro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "glk",
+ ReferenceName = "Gilaki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gll",
+ ReferenceName = "Garlali",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "glo",
+ ReferenceName = "Galambu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "glr",
+ ReferenceName = "Glaro-Twabo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "glu",
+ ReferenceName = "Gula (Chad)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "glv",
+ Part1 = "gv",
+ Part2B = "glv",
+ Part2T = "glv",
+ ReferenceName = "Manx",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "glw",
+ ReferenceName = "Glavda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gly",
+ ReferenceName = "Gule",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gma",
+ ReferenceName = "Gambera",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gmb",
+ ReferenceName = "Gula'alaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gmd",
+ ReferenceName = "Mághdì",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gmg",
+ ReferenceName = "Magɨyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gmh",
+ Part2B = "gmh",
+ Part2T = "gmh",
+ ReferenceName = "Middle High German (ca. 1050-1500)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "gml",
+ ReferenceName = "Middle Low German",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "gmm",
+ ReferenceName = "Gbaya-Mbodomo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gmn",
+ ReferenceName = "Gimnime",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gmu",
+ ReferenceName = "Gumalu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gmv",
+ ReferenceName = "Gamo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gmx",
+ ReferenceName = "Magoma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gmy",
+ ReferenceName = "Mycenaean Greek",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "gmz",
+ ReferenceName = "Mgbolizhia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gna",
+ ReferenceName = "Kaansa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnb",
+ ReferenceName = "Gangte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnc",
+ ReferenceName = "Guanche",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gnd",
+ ReferenceName = "Zulgo-Gemzek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gne",
+ ReferenceName = "Ganang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gng",
+ ReferenceName = "Ngangam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnh",
+ ReferenceName = "Lere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gni",
+ ReferenceName = "Gooniyandi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnj",
+ ReferenceName = "Ngen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnk",
+ ReferenceName = "ǁGana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnl",
+ ReferenceName = "Gangulu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gnm",
+ ReferenceName = "Ginuman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnn",
+ ReferenceName = "Gumatj",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gno",
+ ReferenceName = "Northern Gondi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnq",
+ ReferenceName = "Gana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnr",
+ ReferenceName = "Gureng Gureng",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gnt",
+ ReferenceName = "Guntai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnu",
+ ReferenceName = "Gnau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnw",
+ ReferenceName = "Western Bolivian Guaraní",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gnz",
+ ReferenceName = "Ganzi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goa",
+ ReferenceName = "Guro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gob",
+ ReferenceName = "Playero",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goc",
+ ReferenceName = "Gorakor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "god",
+ ReferenceName = "Godié",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goe",
+ ReferenceName = "Gongduk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gof",
+ ReferenceName = "Gofa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gog",
+ ReferenceName = "Gogo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goh",
+ Part2B = "goh",
+ Part2T = "goh",
+ ReferenceName = "Old High German (ca. 750-1050)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "goi",
+ ReferenceName = "Gobasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goj",
+ ReferenceName = "Gowlan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gok",
+ ReferenceName = "Gowli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gol",
+ ReferenceName = "Gola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gom",
+ ReferenceName = "Goan Konkani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gon",
+ Part2B = "gon",
+ Part2T = "gon",
+ ReferenceName = "Gondi",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goo",
+ ReferenceName = "Gone Dau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gop",
+ ReferenceName = "Yeretuar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goq",
+ ReferenceName = "Gorap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gor",
+ Part2B = "gor",
+ Part2T = "gor",
+ ReferenceName = "Gorontalo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gos",
+ ReferenceName = "Gronings",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "got",
+ Part2B = "got",
+ Part2T = "got",
+ ReferenceName = "Gothic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "gou",
+ ReferenceName = "Gavar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gow",
+ ReferenceName = "Gorowa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gox",
+ ReferenceName = "Gobu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goy",
+ ReferenceName = "Goundo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "goz",
+ ReferenceName = "Gozarkhani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gpa",
+ ReferenceName = "Gupa-Abawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gpe",
+ ReferenceName = "Ghanaian Pidgin English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gpn",
+ ReferenceName = "Taiap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gqa",
+ ReferenceName = "Ga'anda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gqi",
+ ReferenceName = "Guiqiong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gqn",
+ ReferenceName = "Guana (Brazil)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gqr",
+ ReferenceName = "Gor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gqu",
+ ReferenceName = "Qau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gra",
+ ReferenceName = "Rajput Garasia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grb",
+ Part2B = "grb",
+ Part2T = "grb",
+ ReferenceName = "Grebo",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grc",
+ Part2B = "grc",
+ Part2T = "grc",
+ ReferenceName = "Ancient Greek (to 1453)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "grd",
+ ReferenceName = "Guruntum-Mbaaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grg",
+ ReferenceName = "Madi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grh",
+ ReferenceName = "Gbiri-Niragu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gri",
+ ReferenceName = "Ghari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grj",
+ ReferenceName = "Southern Grebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grm",
+ ReferenceName = "Kota Marudu Talantang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grn",
+ Part1 = "gn",
+ Part2B = "grn",
+ Part2T = "grn",
+ ReferenceName = "Guarani",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gro",
+ ReferenceName = "Groma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grq",
+ ReferenceName = "Gorovu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grr",
+ ReferenceName = "Taznatit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grs",
+ ReferenceName = "Gresi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grt",
+ ReferenceName = "Garo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gru",
+ ReferenceName = "Kistane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grv",
+ ReferenceName = "Central Grebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grw",
+ ReferenceName = "Gweda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grx",
+ ReferenceName = "Guriaso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gry",
+ ReferenceName = "Barclayville Grebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "grz",
+ ReferenceName = "Guramalum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gse",
+ ReferenceName = "Ghanaian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gsg",
+ ReferenceName = "German Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gsl",
+ ReferenceName = "Gusilay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gsm",
+ ReferenceName = "Guatemalan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gsn",
+ ReferenceName = "Nema",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gso",
+ ReferenceName = "Southwest Gbaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gsp",
+ ReferenceName = "Wasembo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gss",
+ ReferenceName = "Greek Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gsw",
+ Part2B = "gsw",
+ Part2T = "gsw",
+ ReferenceName = "Swiss German",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gta",
+ ReferenceName = "Guató",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gtu",
+ ReferenceName = "Aghu-Tharnggala",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gua",
+ ReferenceName = "Shiki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gub",
+ ReferenceName = "Guajajára",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guc",
+ ReferenceName = "Wayuu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gud",
+ ReferenceName = "Yocoboué Dida",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gue",
+ ReferenceName = "Gurindji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guf",
+ ReferenceName = "Gupapuyngu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gug",
+ ReferenceName = "Paraguayan Guaraní",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guh",
+ ReferenceName = "Guahibo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gui",
+ ReferenceName = "Eastern Bolivian Guaraní",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guj",
+ Part1 = "gu",
+ Part2B = "guj",
+ Part2T = "guj",
+ ReferenceName = "Gujarati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guk",
+ ReferenceName = "Gumuz",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gul",
+ ReferenceName = "Sea Island Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gum",
+ ReferenceName = "Guambiano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gun",
+ ReferenceName = "Mbyá Guaraní",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guo",
+ ReferenceName = "Guayabero",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gup",
+ ReferenceName = "Gunwinggu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guq",
+ ReferenceName = "Aché",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gur",
+ ReferenceName = "Farefare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gus",
+ ReferenceName = "Guinean Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gut",
+ ReferenceName = "Maléku Jaíka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guu",
+ ReferenceName = "Yanomamö",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guw",
+ ReferenceName = "Gun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gux",
+ ReferenceName = "Gourmanchéma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "guz",
+ ReferenceName = "Gusii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gva",
+ ReferenceName = "Guana (Paraguay)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvc",
+ ReferenceName = "Guanano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gve",
+ ReferenceName = "Duwet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvf",
+ ReferenceName = "Golin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvj",
+ ReferenceName = "Guajá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvl",
+ ReferenceName = "Gulay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvm",
+ ReferenceName = "Gurmana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvn",
+ ReferenceName = "Kuku-Yalanji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvo",
+ ReferenceName = "Gavião Do Jiparaná",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvp",
+ ReferenceName = "Pará Gavião",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvr",
+ ReferenceName = "Gurung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvs",
+ ReferenceName = "Gumawana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gvy",
+ ReferenceName = "Guyani",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gwa",
+ ReferenceName = "Mbato",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwb",
+ ReferenceName = "Gwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwc",
+ ReferenceName = "Kalami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwd",
+ ReferenceName = "Gawwada",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwe",
+ ReferenceName = "Gweno",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwf",
+ ReferenceName = "Gowro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwg",
+ ReferenceName = "Moo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwi",
+ Part2B = "gwi",
+ Part2T = "gwi",
+ ReferenceName = "Gwichʼin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwj",
+ ReferenceName = "ǀGwi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwm",
+ ReferenceName = "Awngthim",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gwn",
+ ReferenceName = "Gwandara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwr",
+ ReferenceName = "Gwere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwt",
+ ReferenceName = "Gawar-Bati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwu",
+ ReferenceName = "Guwamu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gww",
+ ReferenceName = "Kwini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gwx",
+ ReferenceName = "Gua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gxx",
+ ReferenceName = "Wè Southern",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gya",
+ ReferenceName = "Northwest Gbaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyb",
+ ReferenceName = "Garus",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyd",
+ ReferenceName = "Kayardild",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gye",
+ ReferenceName = "Gyem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyf",
+ ReferenceName = "Gungabula",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gyg",
+ ReferenceName = "Gbayi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyi",
+ ReferenceName = "Gyele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyl",
+ ReferenceName = "Gayil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gym",
+ ReferenceName = "Ngäbere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyn",
+ ReferenceName = "Guyanese Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyo",
+ ReferenceName = "Gyalsumdo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyr",
+ ReferenceName = "Guarayu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gyy",
+ ReferenceName = "Gunya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "gza",
+ ReferenceName = "Ganza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gzi",
+ ReferenceName = "Gazi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "gzn",
+ ReferenceName = "Gane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "haa",
+ ReferenceName = "Han",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hab",
+ ReferenceName = "Hanoi Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hac",
+ ReferenceName = "Gurani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "had",
+ ReferenceName = "Hatam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hae",
+ ReferenceName = "Eastern Oromo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "haf",
+ ReferenceName = "Haiphong Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hag",
+ ReferenceName = "Hanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hah",
+ ReferenceName = "Hahon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hai",
+ Part2B = "hai",
+ Part2T = "hai",
+ ReferenceName = "Haida",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "haj",
+ ReferenceName = "Hajong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hak",
+ ReferenceName = "Hakka Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hal",
+ ReferenceName = "Halang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ham",
+ ReferenceName = "Hewa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "han",
+ ReferenceName = "Hangaza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hao",
+ ReferenceName = "Hakö",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hap",
+ ReferenceName = "Hupla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "haq",
+ ReferenceName = "Ha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "har",
+ ReferenceName = "Harari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "has",
+ ReferenceName = "Haisla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hat",
+ Part1 = "ht",
+ Part2B = "hat",
+ Part2T = "hat",
+ ReferenceName = "Haitian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hau",
+ Part1 = "ha",
+ Part2B = "hau",
+ Part2T = "hau",
+ ReferenceName = "Hausa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hav",
+ ReferenceName = "Havu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "haw",
+ Part2B = "haw",
+ Part2T = "haw",
+ ReferenceName = "Hawaiian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hax",
+ ReferenceName = "Southern Haida",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hay",
+ ReferenceName = "Haya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "haz",
+ ReferenceName = "Hazaragi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hba",
+ ReferenceName = "Hamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hbb",
+ ReferenceName = "Huba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hbn",
+ ReferenceName = "Heiban",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hbo",
+ ReferenceName = "Ancient Hebrew",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "hbs",
+ Part1 = "sh",
+ ReferenceName = "Serbo-Croatian",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hbu",
+ ReferenceName = "Habu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hca",
+ ReferenceName = "Andaman Creole Hindi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hch",
+ ReferenceName = "Huichol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hdn",
+ ReferenceName = "Northern Haida",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hds",
+ ReferenceName = "Honduras Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hdy",
+ ReferenceName = "Hadiyya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hea",
+ ReferenceName = "Northern Qiandong Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "heb",
+ Part1 = "he",
+ Part2B = "heb",
+ Part2T = "heb",
+ ReferenceName = "Hebrew",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hed",
+ ReferenceName = "Herdé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "heg",
+ ReferenceName = "Helong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "heh",
+ ReferenceName = "Hehe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hei",
+ ReferenceName = "Heiltsuk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hem",
+ ReferenceName = "Hemba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "her",
+ Part1 = "hz",
+ Part2B = "her",
+ Part2T = "her",
+ ReferenceName = "Herero",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hgm",
+ ReferenceName = "Haiǁom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hgw",
+ ReferenceName = "Haigwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hhi",
+ ReferenceName = "Hoia Hoia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hhr",
+ ReferenceName = "Kerak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hhy",
+ ReferenceName = "Hoyahoya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hia",
+ ReferenceName = "Lamang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hib",
+ ReferenceName = "Hibito",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hid",
+ ReferenceName = "Hidatsa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hif",
+ ReferenceName = "Fiji Hindi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hig",
+ ReferenceName = "Kamwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hih",
+ ReferenceName = "Pamosu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hii",
+ ReferenceName = "Hinduri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hij",
+ ReferenceName = "Hijuk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hik",
+ ReferenceName = "Seit-Kaitetu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hil",
+ Part2B = "hil",
+ Part2T = "hil",
+ ReferenceName = "Hiligaynon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hin",
+ Part1 = "hi",
+ Part2B = "hin",
+ Part2T = "hin",
+ ReferenceName = "Hindi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hio",
+ ReferenceName = "Tsoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hir",
+ ReferenceName = "Himarimã",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hit",
+ Part2B = "hit",
+ Part2T = "hit",
+ ReferenceName = "Hittite",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "hiw",
+ ReferenceName = "Hiw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hix",
+ ReferenceName = "Hixkaryána",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hji",
+ ReferenceName = "Haji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hka",
+ ReferenceName = "Kahe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hke",
+ ReferenceName = "Hunde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hkk",
+ ReferenceName = "Hunjara-Kaina Ke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hkn",
+ ReferenceName = "Mel-Khaonh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hks",
+ ReferenceName = "Hong Kong Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hla",
+ ReferenceName = "Halia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hlb",
+ ReferenceName = "Halbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hld",
+ ReferenceName = "Halang Doan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hle",
+ ReferenceName = "Hlersu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hlt",
+ ReferenceName = "Matu Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hlu",
+ ReferenceName = "Hieroglyphic Luwian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "hma",
+ ReferenceName = "Southern Mashan Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmb",
+ ReferenceName = "Humburi Senni Songhay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmc",
+ ReferenceName = "Central Huishui Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmd",
+ ReferenceName = "Large Flowery Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hme",
+ ReferenceName = "Eastern Huishui Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmf",
+ ReferenceName = "Hmong Don",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmg",
+ ReferenceName = "Southwestern Guiyang Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmh",
+ ReferenceName = "Southwestern Huishui Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmi",
+ ReferenceName = "Northern Huishui Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmj",
+ ReferenceName = "Ge",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmk",
+ ReferenceName = "Maek",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "hml",
+ ReferenceName = "Luopohe Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmm",
+ ReferenceName = "Central Mashan Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmn",
+ Part2B = "hmn",
+ Part2T = "hmn",
+ ReferenceName = "Hmong",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmo",
+ Part1 = "ho",
+ Part2B = "hmo",
+ Part2T = "hmo",
+ ReferenceName = "Hiri Motu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmp",
+ ReferenceName = "Northern Mashan Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmq",
+ ReferenceName = "Eastern Qiandong Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmr",
+ ReferenceName = "Hmar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hms",
+ ReferenceName = "Southern Qiandong Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmt",
+ ReferenceName = "Hamtai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmu",
+ ReferenceName = "Hamap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmv",
+ ReferenceName = "Hmong Dô",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmw",
+ ReferenceName = "Western Mashan Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmy",
+ ReferenceName = "Southern Guiyang Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hmz",
+ ReferenceName = "Hmong Shua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hna",
+ ReferenceName = "Mina (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hnd",
+ ReferenceName = "Southern Hindko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hne",
+ ReferenceName = "Chhattisgarhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hnh",
+ ReferenceName = "ǁAni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hni",
+ ReferenceName = "Hani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hnj",
+ ReferenceName = "Hmong Njua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hnn",
+ ReferenceName = "Hanunoo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hno",
+ ReferenceName = "Northern Hindko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hns",
+ ReferenceName = "Caribbean Hindustani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hnu",
+ ReferenceName = "Hung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hoa",
+ ReferenceName = "Hoava",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hob",
+ ReferenceName = "Mari (Madang Province)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hoc",
+ ReferenceName = "Ho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hod",
+ ReferenceName = "Holma",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hoe",
+ ReferenceName = "Horom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hoh",
+ ReferenceName = "Hobyót",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hoi",
+ ReferenceName = "Holikachuk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hoj",
+ ReferenceName = "Hadothi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hol",
+ ReferenceName = "Holu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hom",
+ ReferenceName = "Homa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hoo",
+ ReferenceName = "Holoholo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hop",
+ ReferenceName = "Hopi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hor",
+ ReferenceName = "Horo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hos",
+ ReferenceName = "Ho Chi Minh City Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hot",
+ ReferenceName = "Hote",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hov",
+ ReferenceName = "Hovongan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "how",
+ ReferenceName = "Honi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hoy",
+ ReferenceName = "Holiya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hoz",
+ ReferenceName = "Hozo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hpo",
+ ReferenceName = "Hpon",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hps",
+ ReferenceName = "Hawai'i Sign Language (HSL)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hra",
+ ReferenceName = "Hrangkhol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hrc",
+ ReferenceName = "Niwer Mil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hre",
+ ReferenceName = "Hre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hrk",
+ ReferenceName = "Haruku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hrm",
+ ReferenceName = "Horned Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hro",
+ ReferenceName = "Haroi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hrp",
+ ReferenceName = "Nhirrpi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hrt",
+ ReferenceName = "Hértevin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hru",
+ ReferenceName = "Hruso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hrv",
+ Part1 = "hr",
+ Part2B = "hrv",
+ Part2T = "hrv",
+ ReferenceName = "Croatian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hrw",
+ ReferenceName = "Warwar Feni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hrx",
+ ReferenceName = "Hunsrik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hrz",
+ ReferenceName = "Harzani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hsb",
+ Part2B = "hsb",
+ Part2T = "hsb",
+ ReferenceName = "Upper Sorbian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hsh",
+ ReferenceName = "Hungarian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hsl",
+ ReferenceName = "Hausa Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hsn",
+ ReferenceName = "Xiang Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hss",
+ ReferenceName = "Harsusi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hti",
+ ReferenceName = "Hoti",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hto",
+ ReferenceName = "Minica Huitoto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hts",
+ ReferenceName = "Hadza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "htu",
+ ReferenceName = "Hitu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "htx",
+ ReferenceName = "Middle Hittite",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "hub",
+ ReferenceName = "Huambisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huc",
+ ReferenceName = "ǂHua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hud",
+ ReferenceName = "Huaulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hue",
+ ReferenceName = "San Francisco Del Mar Huave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huf",
+ ReferenceName = "Humene",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hug",
+ ReferenceName = "Huachipaeri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huh",
+ ReferenceName = "Huilliche",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hui",
+ ReferenceName = "Huli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huj",
+ ReferenceName = "Northern Guiyang Hmong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huk",
+ ReferenceName = "Hulung",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hul",
+ ReferenceName = "Hula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hum",
+ ReferenceName = "Hungana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hun",
+ Part1 = "hu",
+ Part2B = "hun",
+ Part2T = "hun",
+ ReferenceName = "Hungarian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huo",
+ ReferenceName = "Hu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hup",
+ Part2B = "hup",
+ Part2T = "hup",
+ ReferenceName = "Hupa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huq",
+ ReferenceName = "Tsat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hur",
+ ReferenceName = "Halkomelem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hus",
+ ReferenceName = "Huastec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hut",
+ ReferenceName = "Humla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huu",
+ ReferenceName = "Murui Huitoto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huv",
+ ReferenceName = "San Mateo Del Mar Huave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huw",
+ ReferenceName = "Hukumina",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "hux",
+ ReferenceName = "Nüpode Huitoto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huy",
+ ReferenceName = "Hulaulá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "huz",
+ ReferenceName = "Hunzib",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hvc",
+ ReferenceName = "Haitian Vodoun Culture Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hve",
+ ReferenceName = "San Dionisio Del Mar Huave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hvk",
+ ReferenceName = "Haveke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hvn",
+ ReferenceName = "Sabu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hvv",
+ ReferenceName = "Santa María Del Mar Huave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hwa",
+ ReferenceName = "Wané",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hwc",
+ ReferenceName = "Hawai'i Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hwo",
+ ReferenceName = "Hwana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hya",
+ ReferenceName = "Hya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hye",
+ Part1 = "hy",
+ Part2B = "arm",
+ Part2T = "hye",
+ ReferenceName = "Armenian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "hyw",
+ ReferenceName = "Western Armenian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iai",
+ ReferenceName = "Iaai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ian",
+ ReferenceName = "Iatmul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iar",
+ ReferenceName = "Purari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iba",
+ Part2B = "iba",
+ Part2T = "iba",
+ ReferenceName = "Iban",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibb",
+ ReferenceName = "Ibibio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibd",
+ ReferenceName = "Iwaidja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibe",
+ ReferenceName = "Akpes",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibg",
+ ReferenceName = "Ibanag",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibh",
+ ReferenceName = "Bih",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibl",
+ ReferenceName = "Ibaloi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibm",
+ ReferenceName = "Agoi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibn",
+ ReferenceName = "Ibino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibo",
+ Part1 = "ig",
+ Part2B = "ibo",
+ Part2T = "ibo",
+ ReferenceName = "Igbo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibr",
+ ReferenceName = "Ibuoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ibu",
+ ReferenceName = "Ibu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iby",
+ ReferenceName = "Ibani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ica",
+ ReferenceName = "Ede Ica",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ich",
+ ReferenceName = "Etkywan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "icl",
+ ReferenceName = "Icelandic Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "icr",
+ ReferenceName = "Islander Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ida",
+ ReferenceName = "Idakho-Isukha-Tiriki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "idb",
+ ReferenceName = "Indo-Portuguese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "idc",
+ ReferenceName = "Idon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "idd",
+ ReferenceName = "Ede Idaca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ide",
+ ReferenceName = "Idere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "idi",
+ ReferenceName = "Idi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ido",
+ Part1 = "io",
+ Part2B = "ido",
+ Part2T = "ido",
+ ReferenceName = "Ido",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "idr",
+ ReferenceName = "Indri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ids",
+ ReferenceName = "Idesa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "idt",
+ ReferenceName = "Idaté",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "idu",
+ ReferenceName = "Idoma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ifa",
+ ReferenceName = "Amganad Ifugao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ifb",
+ ReferenceName = "Batad Ifugao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ife",
+ ReferenceName = "Ifè",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iff",
+ ReferenceName = "Ifo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ifk",
+ ReferenceName = "Tuwali Ifugao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ifm",
+ ReferenceName = "Teke-Fuumu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ifu",
+ ReferenceName = "Mayoyao Ifugao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ify",
+ ReferenceName = "Keley-I Kallahan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "igb",
+ ReferenceName = "Ebira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ige",
+ ReferenceName = "Igede",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "igg",
+ ReferenceName = "Igana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "igl",
+ ReferenceName = "Igala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "igm",
+ ReferenceName = "Kanggape",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ign",
+ ReferenceName = "Ignaciano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "igo",
+ ReferenceName = "Isebe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "igs",
+ ReferenceName = "Interglossa",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "igw",
+ ReferenceName = "Igwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ihb",
+ ReferenceName = "Iha Based Pidgin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ihi",
+ ReferenceName = "Ihievbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ihp",
+ ReferenceName = "Iha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ihw",
+ ReferenceName = "Bidhawal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "iii",
+ Part1 = "ii",
+ Part2B = "iii",
+ Part2T = "iii",
+ ReferenceName = "Sichuan Yi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iin",
+ ReferenceName = "Thiin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ijc",
+ ReferenceName = "Izon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ije",
+ ReferenceName = "Biseni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ijj",
+ ReferenceName = "Ede Ije",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ijn",
+ ReferenceName = "Kalabari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ijs",
+ ReferenceName = "Southeast Ijo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ike",
+ ReferenceName = "Eastern Canadian Inuktitut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iki",
+ ReferenceName = "Iko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikk",
+ ReferenceName = "Ika",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikl",
+ ReferenceName = "Ikulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iko",
+ ReferenceName = "Olulumo-Ikom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikp",
+ ReferenceName = "Ikpeshi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikr",
+ ReferenceName = "Ikaranggal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "iks",
+ ReferenceName = "Inuit Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikt",
+ ReferenceName = "Inuinnaqtun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iku",
+ Part1 = "iu",
+ Part2B = "iku",
+ Part2T = "iku",
+ ReferenceName = "Inuktitut",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikv",
+ ReferenceName = "Iku-Gora-Ankwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikw",
+ ReferenceName = "Ikwere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikx",
+ ReferenceName = "Ik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ikz",
+ ReferenceName = "Ikizu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ila",
+ ReferenceName = "Ile Ape",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ilb",
+ ReferenceName = "Ila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ile",
+ Part1 = "ie",
+ Part2B = "ile",
+ Part2T = "ile",
+ ReferenceName = "Interlingue",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "ilg",
+ ReferenceName = "Garig-Ilgar",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ili",
+ ReferenceName = "Ili Turki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ilk",
+ ReferenceName = "Ilongot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ilm",
+ ReferenceName = "Iranun (Malaysia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ilo",
+ Part2B = "ilo",
+ Part2T = "ilo",
+ ReferenceName = "Iloko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ilp",
+ ReferenceName = "Iranun (Philippines)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ils",
+ ReferenceName = "International Sign",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ilu",
+ ReferenceName = "Ili'uun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ilv",
+ ReferenceName = "Ilue",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ima",
+ ReferenceName = "Mala Malasar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "imi",
+ ReferenceName = "Anamgura",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iml",
+ ReferenceName = "Miluk",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "imn",
+ ReferenceName = "Imonda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "imo",
+ ReferenceName = "Imbongu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "imr",
+ ReferenceName = "Imroing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ims",
+ ReferenceName = "Marsian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "imy",
+ ReferenceName = "Milyan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ina",
+ Part1 = "ia",
+ Part2B = "ina",
+ Part2T = "ina",
+ ReferenceName = "Interlingua (International Auxiliary Language Association)",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "inb",
+ ReferenceName = "Inga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ind",
+ Part1 = "id",
+ Part2B = "ind",
+ Part2T = "ind",
+ ReferenceName = "Indonesian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ing",
+ ReferenceName = "Degexit'an",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "inh",
+ Part2B = "inh",
+ Part2T = "inh",
+ ReferenceName = "Ingush",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "inj",
+ ReferenceName = "Jungle Inga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "inl",
+ ReferenceName = "Indonesian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "inm",
+ ReferenceName = "Minaean",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "inn",
+ ReferenceName = "Isinai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ino",
+ ReferenceName = "Inoke-Yate",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "inp",
+ ReferenceName = "Iñapari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ins",
+ ReferenceName = "Indian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "int",
+ ReferenceName = "Intha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "inz",
+ ReferenceName = "Ineseño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ior",
+ ReferenceName = "Inor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iou",
+ ReferenceName = "Tuma-Irumu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iow",
+ ReferenceName = "Iowa-Oto",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ipi",
+ ReferenceName = "Ipili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ipk",
+ Part1 = "ik",
+ Part2B = "ipk",
+ Part2T = "ipk",
+ ReferenceName = "Inupiaq",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ipo",
+ ReferenceName = "Ipiko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iqu",
+ ReferenceName = "Iquito",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iqw",
+ ReferenceName = "Ikwo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ire",
+ ReferenceName = "Iresim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "irh",
+ ReferenceName = "Irarutu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iri",
+ ReferenceName = "Rigwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "irk",
+ ReferenceName = "Iraqw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "irn",
+ ReferenceName = "Irántxe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "irr",
+ ReferenceName = "Ir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iru",
+ ReferenceName = "Irula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "irx",
+ ReferenceName = "Kamberau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iry",
+ ReferenceName = "Iraya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isa",
+ ReferenceName = "Isabi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isc",
+ ReferenceName = "Isconahua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isd",
+ ReferenceName = "Isnag",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ise",
+ ReferenceName = "Italian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isg",
+ ReferenceName = "Irish Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ish",
+ ReferenceName = "Esan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isi",
+ ReferenceName = "Nkem-Nkum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isk",
+ ReferenceName = "Ishkashimi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isl",
+ Part1 = "is",
+ Part2B = "ice",
+ Part2T = "isl",
+ ReferenceName = "Icelandic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ism",
+ ReferenceName = "Masimasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isn",
+ ReferenceName = "Isanzu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iso",
+ ReferenceName = "Isoko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isr",
+ ReferenceName = "Israeli Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ist",
+ ReferenceName = "Istriot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "isu",
+ ReferenceName = "Isu (Menchum Division)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ita",
+ Part1 = "it",
+ Part2B = "ita",
+ Part2T = "ita",
+ ReferenceName = "Italian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itb",
+ ReferenceName = "Binongan Itneg",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itd",
+ ReferenceName = "Southern Tidung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ite",
+ ReferenceName = "Itene",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "iti",
+ ReferenceName = "Inlaod Itneg",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itk",
+ ReferenceName = "Judeo-Italian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itl",
+ ReferenceName = "Itelmen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itm",
+ ReferenceName = "Itu Mbon Uzo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ito",
+ ReferenceName = "Itonama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itr",
+ ReferenceName = "Iteri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "its",
+ ReferenceName = "Isekiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itt",
+ ReferenceName = "Maeng Itneg",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itv",
+ ReferenceName = "Itawit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itw",
+ ReferenceName = "Ito",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itx",
+ ReferenceName = "Itik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ity",
+ ReferenceName = "Moyadan Itneg",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "itz",
+ ReferenceName = "Itzá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ium",
+ ReferenceName = "Iu Mien",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ivb",
+ ReferenceName = "Ibatan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ivv",
+ ReferenceName = "Ivatan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iwk",
+ ReferenceName = "I-Wak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iwm",
+ ReferenceName = "Iwam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iwo",
+ ReferenceName = "Iwur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iws",
+ ReferenceName = "Sepik Iwam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ixc",
+ ReferenceName = "Ixcatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ixl",
+ ReferenceName = "Ixil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iya",
+ ReferenceName = "Iyayu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iyo",
+ ReferenceName = "Mesaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "iyx",
+ ReferenceName = "Yaka (Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "izh",
+ ReferenceName = "Ingrian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "izr",
+ ReferenceName = "Izere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "izz",
+ ReferenceName = "Izii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jaa",
+ ReferenceName = "Jamamadí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jab",
+ ReferenceName = "Hyam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jac",
+ ReferenceName = "Popti'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jad",
+ ReferenceName = "Jahanka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jae",
+ ReferenceName = "Yabem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jaf",
+ ReferenceName = "Jara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jah",
+ ReferenceName = "Jah Hut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jaj",
+ ReferenceName = "Zazao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jak",
+ ReferenceName = "Jakun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jal",
+ ReferenceName = "Yalahatan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jam",
+ ReferenceName = "Jamaican Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jan",
+ ReferenceName = "Jandai",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "jao",
+ ReferenceName = "Yanyuwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jaq",
+ ReferenceName = "Yaqay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jas",
+ ReferenceName = "New Caledonian Javanese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jat",
+ ReferenceName = "Jakati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jau",
+ ReferenceName = "Yaur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jav",
+ Part1 = "jv",
+ Part2B = "jav",
+ Part2T = "jav",
+ ReferenceName = "Javanese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jax",
+ ReferenceName = "Jambi Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jay",
+ ReferenceName = "Yan-nhangu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jaz",
+ ReferenceName = "Jawe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jbe",
+ ReferenceName = "Judeo-Berber",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jbi",
+ ReferenceName = "Badjiri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "jbj",
+ ReferenceName = "Arandai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jbk",
+ ReferenceName = "Barikewa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jbn",
+ ReferenceName = "Nafusi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jbo",
+ Part2B = "jbo",
+ Part2T = "jbo",
+ ReferenceName = "Lojban",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "jbr",
+ ReferenceName = "Jofotek-Bromnya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jbt",
+ ReferenceName = "Jabutí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jbu",
+ ReferenceName = "Jukun Takum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jbw",
+ ReferenceName = "Yawijibaya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "jcs",
+ ReferenceName = "Jamaican Country Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jct",
+ ReferenceName = "Krymchak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jda",
+ ReferenceName = "Jad",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jdg",
+ ReferenceName = "Jadgali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jdt",
+ ReferenceName = "Judeo-Tat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jeb",
+ ReferenceName = "Jebero",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jee",
+ ReferenceName = "Jerung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jeh",
+ ReferenceName = "Jeh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jei",
+ ReferenceName = "Yei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jek",
+ ReferenceName = "Jeri Kuo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jel",
+ ReferenceName = "Yelmek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jen",
+ ReferenceName = "Dza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jer",
+ ReferenceName = "Jere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jet",
+ ReferenceName = "Manem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jeu",
+ ReferenceName = "Jonkor Bourmataguil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jgb",
+ ReferenceName = "Ngbee",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "jge",
+ ReferenceName = "Judeo-Georgian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jgk",
+ ReferenceName = "Gwak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jgo",
+ ReferenceName = "Ngomba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jhi",
+ ReferenceName = "Jehai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jhs",
+ ReferenceName = "Jhankot Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jia",
+ ReferenceName = "Jina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jib",
+ ReferenceName = "Jibu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jic",
+ ReferenceName = "Tol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jid",
+ ReferenceName = "Bu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jie",
+ ReferenceName = "Jilbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jig",
+ ReferenceName = "Jingulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jih",
+ ReferenceName = "sTodsde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jii",
+ ReferenceName = "Jiiddu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jil",
+ ReferenceName = "Jilim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jim",
+ ReferenceName = "Jimi (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jio",
+ ReferenceName = "Jiamao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jiq",
+ ReferenceName = "Guanyinqiao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jit",
+ ReferenceName = "Jita",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jiu",
+ ReferenceName = "Youle Jinuo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jiv",
+ ReferenceName = "Shuar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jiy",
+ ReferenceName = "Buyuan Jinuo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jje",
+ ReferenceName = "Jejueo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jjr",
+ ReferenceName = "Bankal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jka",
+ ReferenceName = "Kaera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jkm",
+ ReferenceName = "Mobwa Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jko",
+ ReferenceName = "Kubo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jkp",
+ ReferenceName = "Paku Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jkr",
+ ReferenceName = "Koro (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jku",
+ ReferenceName = "Labir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jle",
+ ReferenceName = "Ngile",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jls",
+ ReferenceName = "Jamaican Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jma",
+ ReferenceName = "Dima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jmb",
+ ReferenceName = "Zumbun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jmc",
+ ReferenceName = "Machame",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jmd",
+ ReferenceName = "Yamdena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jmi",
+ ReferenceName = "Jimi (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jml",
+ ReferenceName = "Jumli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jmn",
+ ReferenceName = "Makuri Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jmr",
+ ReferenceName = "Kamara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jms",
+ ReferenceName = "Mashi (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jmw",
+ ReferenceName = "Mouwase",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jmx",
+ ReferenceName = "Western Juxtlahuaca Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jna",
+ ReferenceName = "Jangshung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jnd",
+ ReferenceName = "Jandavra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jng",
+ ReferenceName = "Yangman",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "jni",
+ ReferenceName = "Janji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jnj",
+ ReferenceName = "Yemsa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jnl",
+ ReferenceName = "Rawat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jns",
+ ReferenceName = "Jaunsari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "job",
+ ReferenceName = "Joba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jod",
+ ReferenceName = "Wojenaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jog",
+ ReferenceName = "Jogi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jor",
+ ReferenceName = "Jorá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "jos",
+ ReferenceName = "Jordanian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jow",
+ ReferenceName = "Jowulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jpa",
+ ReferenceName = "Jewish Palestinian Aramaic",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "jpn",
+ Part1 = "ja",
+ Part2B = "jpn",
+ Part2T = "jpn",
+ ReferenceName = "Japanese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jpr",
+ Part2B = "jpr",
+ Part2T = "jpr",
+ ReferenceName = "Judeo-Persian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jqr",
+ ReferenceName = "Jaqaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jra",
+ ReferenceName = "Jarai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jrb",
+ Part2B = "jrb",
+ Part2T = "jrb",
+ ReferenceName = "Judeo-Arabic",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jrr",
+ ReferenceName = "Jiru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jrt",
+ ReferenceName = "Jorto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jru",
+ ReferenceName = "Japrería",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jsl",
+ ReferenceName = "Japanese Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jua",
+ ReferenceName = "Júma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jub",
+ ReferenceName = "Wannu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "juc",
+ ReferenceName = "Jurchen",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "jud",
+ ReferenceName = "Worodougou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "juh",
+ ReferenceName = "Hõne",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jui",
+ ReferenceName = "Ngadjuri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "juk",
+ ReferenceName = "Wapan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jul",
+ ReferenceName = "Jirel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jum",
+ ReferenceName = "Jumjum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jun",
+ ReferenceName = "Juang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "juo",
+ ReferenceName = "Jiba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jup",
+ ReferenceName = "Hupdë",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jur",
+ ReferenceName = "Jurúna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jus",
+ ReferenceName = "Jumla Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jut",
+ ReferenceName = "Jutish",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "juu",
+ ReferenceName = "Ju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "juw",
+ ReferenceName = "Wãpha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "juy",
+ ReferenceName = "Juray",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jvd",
+ ReferenceName = "Javindo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jvn",
+ ReferenceName = "Caribbean Javanese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jwi",
+ ReferenceName = "Jwira-Pepesa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jya",
+ ReferenceName = "Jiarong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jye",
+ ReferenceName = "Judeo-Yemeni Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "jyy",
+ ReferenceName = "Jaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kaa",
+ Part2B = "kaa",
+ Part2T = "kaa",
+ ReferenceName = "Kara-Kalpak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kab",
+ Part2B = "kab",
+ Part2T = "kab",
+ ReferenceName = "Kabyle",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kac",
+ Part2B = "kac",
+ Part2T = "kac",
+ ReferenceName = "Kachin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kad",
+ ReferenceName = "Adara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kae",
+ ReferenceName = "Ketangalan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kaf",
+ ReferenceName = "Katso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kag",
+ ReferenceName = "Kajaman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kah",
+ ReferenceName = "Kara (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kai",
+ ReferenceName = "Karekare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kaj",
+ ReferenceName = "Jju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kak",
+ ReferenceName = "Kalanguya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kal",
+ Part1 = "kl",
+ Part2B = "kal",
+ Part2T = "kal",
+ ReferenceName = "Kalaallisut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kam",
+ Part2B = "kam",
+ Part2T = "kam",
+ ReferenceName = "Kamba (Kenya)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kan",
+ Part1 = "kn",
+ Part2B = "kan",
+ Part2T = "kan",
+ ReferenceName = "Kannada",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kao",
+ ReferenceName = "Xaasongaxango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kap",
+ ReferenceName = "Bezhta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kaq",
+ ReferenceName = "Capanahua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kas",
+ Part1 = "ks",
+ Part2B = "kas",
+ Part2T = "kas",
+ ReferenceName = "Kashmiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kat",
+ Part1 = "ka",
+ Part2B = "geo",
+ Part2T = "kat",
+ ReferenceName = "Georgian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kau",
+ Part1 = "kr",
+ Part2B = "kau",
+ Part2T = "kau",
+ ReferenceName = "Kanuri",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kav",
+ ReferenceName = "Katukína",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kaw",
+ Part2B = "kaw",
+ Part2T = "kaw",
+ ReferenceName = "Kawi",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "kax",
+ ReferenceName = "Kao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kay",
+ ReferenceName = "Kamayurá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kaz",
+ Part1 = "kk",
+ Part2B = "kaz",
+ Part2T = "kaz",
+ ReferenceName = "Kazakh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kba",
+ ReferenceName = "Kalarko",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kbb",
+ ReferenceName = "Kaxuiâna",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kbc",
+ ReferenceName = "Kadiwéu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbd",
+ Part2B = "kbd",
+ Part2T = "kbd",
+ ReferenceName = "Kabardian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbe",
+ ReferenceName = "Kanju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbg",
+ ReferenceName = "Khamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbh",
+ ReferenceName = "Camsá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbi",
+ ReferenceName = "Kaptiau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbj",
+ ReferenceName = "Kari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbk",
+ ReferenceName = "Grass Koiari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbl",
+ ReferenceName = "Kanembu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbm",
+ ReferenceName = "Iwal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbn",
+ ReferenceName = "Kare (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbo",
+ ReferenceName = "Keliko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbp",
+ ReferenceName = "Kabiyè",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbq",
+ ReferenceName = "Kamano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbr",
+ ReferenceName = "Kafa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbs",
+ ReferenceName = "Kande",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbt",
+ ReferenceName = "Abadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbu",
+ ReferenceName = "Kabutra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbv",
+ ReferenceName = "Dera (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbw",
+ ReferenceName = "Kaiep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbx",
+ ReferenceName = "Ap Ma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kby",
+ ReferenceName = "Manga Kanuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kbz",
+ ReferenceName = "Duhwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kca",
+ ReferenceName = "Khanty",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcb",
+ ReferenceName = "Kawacha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcc",
+ ReferenceName = "Lubila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcd",
+ ReferenceName = "Ngkâlmpw Kanum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kce",
+ ReferenceName = "Kaivi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcf",
+ ReferenceName = "Ukaan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcg",
+ ReferenceName = "Tyap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kch",
+ ReferenceName = "Vono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kci",
+ ReferenceName = "Kamantan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcj",
+ ReferenceName = "Kobiana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kck",
+ ReferenceName = "Kalanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcl",
+ ReferenceName = "Kela (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcm",
+ ReferenceName = "Gula (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcn",
+ ReferenceName = "Nubi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kco",
+ ReferenceName = "Kinalakna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcp",
+ ReferenceName = "Kanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcq",
+ ReferenceName = "Kamo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcr",
+ ReferenceName = "Katla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcs",
+ ReferenceName = "Koenoem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kct",
+ ReferenceName = "Kaian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcu",
+ ReferenceName = "Kami (Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcv",
+ ReferenceName = "Kete",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcw",
+ ReferenceName = "Kabwari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcx",
+ ReferenceName = "Kachama-Ganjule",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcy",
+ ReferenceName = "Korandje",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kcz",
+ ReferenceName = "Konongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kda",
+ ReferenceName = "Worimi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kdc",
+ ReferenceName = "Kutu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdd",
+ ReferenceName = "Yankunytjatjara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kde",
+ ReferenceName = "Makonde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdf",
+ ReferenceName = "Mamusi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdg",
+ ReferenceName = "Seba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdh",
+ ReferenceName = "Tem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdi",
+ ReferenceName = "Kumam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdj",
+ ReferenceName = "Karamojong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdk",
+ ReferenceName = "Numèè",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdl",
+ ReferenceName = "Tsikimba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdm",
+ ReferenceName = "Kagoma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdn",
+ ReferenceName = "Kunda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdp",
+ ReferenceName = "Kaningdon-Nindem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdq",
+ ReferenceName = "Koch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdr",
+ ReferenceName = "Karaim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdt",
+ ReferenceName = "Kuy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdu",
+ ReferenceName = "Kadaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdw",
+ ReferenceName = "Koneraw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdx",
+ ReferenceName = "Kam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdy",
+ ReferenceName = "Keder",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kdz",
+ ReferenceName = "Kwaja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kea",
+ ReferenceName = "Kabuverdianu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "keb",
+ ReferenceName = "Kélé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kec",
+ ReferenceName = "Keiga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ked",
+ ReferenceName = "Kerewe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kee",
+ ReferenceName = "Eastern Keres",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kef",
+ ReferenceName = "Kpessi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "keg",
+ ReferenceName = "Tese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "keh",
+ ReferenceName = "Keak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kei",
+ ReferenceName = "Kei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kej",
+ ReferenceName = "Kadar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kek",
+ ReferenceName = "Kekchí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kel",
+ ReferenceName = "Kela (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kem",
+ ReferenceName = "Kemak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ken",
+ ReferenceName = "Kenyang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "keo",
+ ReferenceName = "Kakwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kep",
+ ReferenceName = "Kaikadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "keq",
+ ReferenceName = "Kamar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ker",
+ ReferenceName = "Kera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kes",
+ ReferenceName = "Kugbo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ket",
+ ReferenceName = "Ket",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "keu",
+ ReferenceName = "Akebu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kev",
+ ReferenceName = "Kanikkaran",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kew",
+ ReferenceName = "West Kewa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kex",
+ ReferenceName = "Kukna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "key",
+ ReferenceName = "Kupia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kez",
+ ReferenceName = "Kukele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfa",
+ ReferenceName = "Kodava",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfb",
+ ReferenceName = "Northwestern Kolami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfc",
+ ReferenceName = "Konda-Dora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfd",
+ ReferenceName = "Korra Koraga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfe",
+ ReferenceName = "Kota (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kff",
+ ReferenceName = "Koya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfg",
+ ReferenceName = "Kudiya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfh",
+ ReferenceName = "Kurichiya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfi",
+ ReferenceName = "Kannada Kurumba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfj",
+ ReferenceName = "Kemiehua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfk",
+ ReferenceName = "Kinnauri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfl",
+ ReferenceName = "Kung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfm",
+ ReferenceName = "Khunsari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfn",
+ ReferenceName = "Kuk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfo",
+ ReferenceName = "Koro (Côte d'Ivoire)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfp",
+ ReferenceName = "Korwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfq",
+ ReferenceName = "Korku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfr",
+ ReferenceName = "Kachhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfs",
+ ReferenceName = "Bilaspuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kft",
+ ReferenceName = "Kanjari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfu",
+ ReferenceName = "Katkari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfv",
+ ReferenceName = "Kurmukar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfw",
+ ReferenceName = "Kharam Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfx",
+ ReferenceName = "Kullu Pahari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfy",
+ ReferenceName = "Kumaoni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kfz",
+ ReferenceName = "Koromfé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kga",
+ ReferenceName = "Koyaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgb",
+ ReferenceName = "Kawe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kge",
+ ReferenceName = "Komering",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgf",
+ ReferenceName = "Kube",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgg",
+ ReferenceName = "Kusunda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgi",
+ ReferenceName = "Selangor Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgj",
+ ReferenceName = "Gamale Kham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgk",
+ ReferenceName = "Kaiwá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgl",
+ ReferenceName = "Kunggari",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kgm",
+ ReferenceName = "Karipúna",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kgn",
+ ReferenceName = "Karingani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgo",
+ ReferenceName = "Krongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgp",
+ ReferenceName = "Kaingang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgq",
+ ReferenceName = "Kamoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgr",
+ ReferenceName = "Abun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgs",
+ ReferenceName = "Kumbainggar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgt",
+ ReferenceName = "Somyev",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgu",
+ ReferenceName = "Kobol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgv",
+ ReferenceName = "Karas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgw",
+ ReferenceName = "Karon Dori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgx",
+ ReferenceName = "Kamaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kgy",
+ ReferenceName = "Kyerung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kha",
+ Part2B = "kha",
+ Part2T = "kha",
+ ReferenceName = "Khasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khb",
+ ReferenceName = "Lü",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khc",
+ ReferenceName = "Tukang Besi North",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khd",
+ ReferenceName = "Bädi Kanum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khe",
+ ReferenceName = "Korowai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khf",
+ ReferenceName = "Khuen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khg",
+ ReferenceName = "Khams Tibetan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khh",
+ ReferenceName = "Kehu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khj",
+ ReferenceName = "Kuturmi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khk",
+ ReferenceName = "Halh Mongolian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khl",
+ ReferenceName = "Lusi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khm",
+ Part1 = "km",
+ Part2B = "khm",
+ Part2T = "khm",
+ ReferenceName = "Khmer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khn",
+ ReferenceName = "Khandesi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kho",
+ Part2B = "kho",
+ Part2T = "kho",
+ ReferenceName = "Khotanese",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "khp",
+ ReferenceName = "Kapori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khq",
+ ReferenceName = "Koyra Chiini Songhay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khr",
+ ReferenceName = "Kharia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khs",
+ ReferenceName = "Kasua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kht",
+ ReferenceName = "Khamti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khu",
+ ReferenceName = "Nkhumbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khv",
+ ReferenceName = "Khvarshi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khw",
+ ReferenceName = "Khowar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khx",
+ ReferenceName = "Kanu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khy",
+ ReferenceName = "Kele (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "khz",
+ ReferenceName = "Keapara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kia",
+ ReferenceName = "Kim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kib",
+ ReferenceName = "Koalib",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kic",
+ ReferenceName = "Kickapoo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kid",
+ ReferenceName = "Koshin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kie",
+ ReferenceName = "Kibet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kif",
+ ReferenceName = "Eastern Parbate Kham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kig",
+ ReferenceName = "Kimaama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kih",
+ ReferenceName = "Kilmeri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kii",
+ ReferenceName = "Kitsai",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kij",
+ ReferenceName = "Kilivila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kik",
+ Part1 = "ki",
+ Part2B = "kik",
+ Part2T = "kik",
+ ReferenceName = "Kikuyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kil",
+ ReferenceName = "Kariya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kim",
+ ReferenceName = "Karagas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kin",
+ Part1 = "rw",
+ Part2B = "kin",
+ Part2T = "kin",
+ ReferenceName = "Kinyarwanda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kio",
+ ReferenceName = "Kiowa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kip",
+ ReferenceName = "Sheshi Kham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kiq",
+ ReferenceName = "Kosadle",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kir",
+ Part1 = "ky",
+ Part2B = "kir",
+ Part2T = "kir",
+ ReferenceName = "Kirghiz",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kis",
+ ReferenceName = "Kis",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kit",
+ ReferenceName = "Agob",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kiu",
+ ReferenceName = "Kirmanjki (individual language)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kiv",
+ ReferenceName = "Kimbu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kiw",
+ ReferenceName = "Northeast Kiwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kix",
+ ReferenceName = "Khiamniungan Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kiy",
+ ReferenceName = "Kirikiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kiz",
+ ReferenceName = "Kisi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kja",
+ ReferenceName = "Mlap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjb",
+ ReferenceName = "Q'anjob'al",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjc",
+ ReferenceName = "Coastal Konjo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjd",
+ ReferenceName = "Southern Kiwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kje",
+ ReferenceName = "Kisar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjf",
+ ReferenceName = "Khalaj",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjg",
+ ReferenceName = "Khmu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjh",
+ ReferenceName = "Khakas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kji",
+ ReferenceName = "Zabana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjj",
+ ReferenceName = "Khinalugh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjk",
+ ReferenceName = "Highland Konjo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjl",
+ ReferenceName = "Western Parbate Kham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjm",
+ ReferenceName = "Kháng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjn",
+ ReferenceName = "Kunjen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjo",
+ ReferenceName = "Harijan Kinnauri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjp",
+ ReferenceName = "Pwo Eastern Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjq",
+ ReferenceName = "Western Keres",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjr",
+ ReferenceName = "Kurudu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjs",
+ ReferenceName = "East Kewa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjt",
+ ReferenceName = "Phrae Pwo Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kju",
+ ReferenceName = "Kashaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjv",
+ ReferenceName = "Kaikavian Literary Language",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "kjx",
+ ReferenceName = "Ramopa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjy",
+ ReferenceName = "Erave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kjz",
+ ReferenceName = "Bumthangkha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kka",
+ ReferenceName = "Kakanda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkb",
+ ReferenceName = "Kwerisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkc",
+ ReferenceName = "Odoodee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkd",
+ ReferenceName = "Kinuku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kke",
+ ReferenceName = "Kakabe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkf",
+ ReferenceName = "Kalaktang Monpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkg",
+ ReferenceName = "Mabaka Valley Kalinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkh",
+ ReferenceName = "Khün",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kki",
+ ReferenceName = "Kagulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkj",
+ ReferenceName = "Kako",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkk",
+ ReferenceName = "Kokota",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkl",
+ ReferenceName = "Kosarek Yale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkm",
+ ReferenceName = "Kiong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkn",
+ ReferenceName = "Kon Keu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kko",
+ ReferenceName = "Karko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkp",
+ ReferenceName = "Gugubera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkq",
+ ReferenceName = "Kaiku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkr",
+ ReferenceName = "Kir-Balar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kks",
+ ReferenceName = "Giiwo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkt",
+ ReferenceName = "Koi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kku",
+ ReferenceName = "Tumi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkv",
+ ReferenceName = "Kangean",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkw",
+ ReferenceName = "Teke-Kukuya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkx",
+ ReferenceName = "Kohin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kky",
+ ReferenceName = "Guugu Yimidhirr",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kkz",
+ ReferenceName = "Kaska",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kla",
+ ReferenceName = "Klamath-Modoc",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "klb",
+ ReferenceName = "Kiliwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klc",
+ ReferenceName = "Kolbila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kld",
+ ReferenceName = "Gamilaraay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kle",
+ ReferenceName = "Kulung (Nepal)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klf",
+ ReferenceName = "Kendeje",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klg",
+ ReferenceName = "Tagakaulo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klh",
+ ReferenceName = "Weliki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kli",
+ ReferenceName = "Kalumpang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klj",
+ ReferenceName = "Turkic Khalaj",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klk",
+ ReferenceName = "Kono (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kll",
+ ReferenceName = "Kagan Kalagan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klm",
+ ReferenceName = "Migum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kln",
+ ReferenceName = "Kalenjin",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klo",
+ ReferenceName = "Kapya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klp",
+ ReferenceName = "Kamasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klq",
+ ReferenceName = "Rumu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klr",
+ ReferenceName = "Khaling",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kls",
+ ReferenceName = "Kalasha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klt",
+ ReferenceName = "Nukna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klu",
+ ReferenceName = "Klao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klv",
+ ReferenceName = "Maskelynes",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klw",
+ ReferenceName = "Tado",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klx",
+ ReferenceName = "Koluwawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kly",
+ ReferenceName = "Kalao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "klz",
+ ReferenceName = "Kabola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kma",
+ ReferenceName = "Konni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmb",
+ Part2B = "kmb",
+ Part2T = "kmb",
+ ReferenceName = "Kimbundu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmc",
+ ReferenceName = "Southern Dong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmd",
+ ReferenceName = "Majukayang Kalinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kme",
+ ReferenceName = "Bakole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmf",
+ ReferenceName = "Kare (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmg",
+ ReferenceName = "Kâte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmh",
+ ReferenceName = "Kalam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmi",
+ ReferenceName = "Kami (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmj",
+ ReferenceName = "Kumarbhag Paharia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmk",
+ ReferenceName = "Limos Kalinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kml",
+ ReferenceName = "Tanudan Kalinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmm",
+ ReferenceName = "Kom (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmn",
+ ReferenceName = "Awtuw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmo",
+ ReferenceName = "Kwoma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmp",
+ ReferenceName = "Gimme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmq",
+ ReferenceName = "Kwama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmr",
+ ReferenceName = "Northern Kurdish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kms",
+ ReferenceName = "Kamasau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmt",
+ ReferenceName = "Kemtuik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmu",
+ ReferenceName = "Kanite",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmv",
+ ReferenceName = "Karipúna Creole French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmw",
+ ReferenceName = "Komo (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmx",
+ ReferenceName = "Waboda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmy",
+ ReferenceName = "Koma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kmz",
+ ReferenceName = "Khorasani Turkish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kna",
+ ReferenceName = "Dera (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knb",
+ ReferenceName = "Lubuagan Kalinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knc",
+ ReferenceName = "Central Kanuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knd",
+ ReferenceName = "Konda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kne",
+ ReferenceName = "Kankanaey",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knf",
+ ReferenceName = "Mankanya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kng",
+ ReferenceName = "Koongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kni",
+ ReferenceName = "Kanufi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knj",
+ ReferenceName = "Western Kanjobal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knk",
+ ReferenceName = "Kuranko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knl",
+ ReferenceName = "Keninjal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knm",
+ ReferenceName = "Kanamarí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knn",
+ ReferenceName = "Konkani (individual language)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kno",
+ ReferenceName = "Kono (Sierra Leone)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knp",
+ ReferenceName = "Kwanja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knq",
+ ReferenceName = "Kintaq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knr",
+ ReferenceName = "Kaningra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kns",
+ ReferenceName = "Kensiu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knt",
+ ReferenceName = "Panoan Katukína",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knu",
+ ReferenceName = "Kono (Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knv",
+ ReferenceName = "Tabo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knw",
+ ReferenceName = "Kung-Ekoka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knx",
+ ReferenceName = "Kendayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kny",
+ ReferenceName = "Kanyok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "knz",
+ ReferenceName = "Kalamsé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koa",
+ ReferenceName = "Konomala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koc",
+ ReferenceName = "Kpati",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kod",
+ ReferenceName = "Kodi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koe",
+ ReferenceName = "Kacipo-Balesi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kof",
+ ReferenceName = "Kubi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kog",
+ ReferenceName = "Cogui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koh",
+ ReferenceName = "Koyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koi",
+ ReferenceName = "Komi-Permyak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kok",
+ Part2B = "kok",
+ Part2T = "kok",
+ ReferenceName = "Konkani (macrolanguage)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kol",
+ ReferenceName = "Kol (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kom",
+ Part1 = "kv",
+ Part2B = "kom",
+ Part2T = "kom",
+ ReferenceName = "Komi",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kon",
+ Part1 = "kg",
+ Part2B = "kon",
+ Part2T = "kon",
+ ReferenceName = "Kongo",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koo",
+ ReferenceName = "Konzo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kop",
+ ReferenceName = "Waube",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koq",
+ ReferenceName = "Kota (Gabon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kor",
+ Part1 = "ko",
+ Part2B = "kor",
+ Part2T = "kor",
+ ReferenceName = "Korean",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kos",
+ Part2B = "kos",
+ Part2T = "kos",
+ ReferenceName = "Kosraean",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kot",
+ ReferenceName = "Lagwan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kou",
+ ReferenceName = "Koke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kov",
+ ReferenceName = "Kudu-Camo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kow",
+ ReferenceName = "Kugama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koy",
+ ReferenceName = "Koyukon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "koz",
+ ReferenceName = "Korak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpa",
+ ReferenceName = "Kutto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpb",
+ ReferenceName = "Mullu Kurumba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpc",
+ ReferenceName = "Curripaco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpd",
+ ReferenceName = "Koba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpe",
+ Part2B = "kpe",
+ Part2T = "kpe",
+ ReferenceName = "Kpelle",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpf",
+ ReferenceName = "Komba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpg",
+ ReferenceName = "Kapingamarangi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kph",
+ ReferenceName = "Kplang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpi",
+ ReferenceName = "Kofei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpj",
+ ReferenceName = "Karajá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpk",
+ ReferenceName = "Kpan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpl",
+ ReferenceName = "Kpala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpm",
+ ReferenceName = "Koho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpn",
+ ReferenceName = "Kepkiriwát",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kpo",
+ ReferenceName = "Ikposo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpq",
+ ReferenceName = "Korupun-Sela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpr",
+ ReferenceName = "Korafe-Yegha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kps",
+ ReferenceName = "Tehit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpt",
+ ReferenceName = "Karata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpu",
+ ReferenceName = "Kafoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpv",
+ ReferenceName = "Komi-Zyrian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpw",
+ ReferenceName = "Kobon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpx",
+ ReferenceName = "Mountain Koiali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpy",
+ ReferenceName = "Koryak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kpz",
+ ReferenceName = "Kupsabiny",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqa",
+ ReferenceName = "Mum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqb",
+ ReferenceName = "Kovai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqc",
+ ReferenceName = "Doromu-Koki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqd",
+ ReferenceName = "Koy Sanjaq Surat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqe",
+ ReferenceName = "Kalagan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqf",
+ ReferenceName = "Kakabai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqg",
+ ReferenceName = "Khe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqh",
+ ReferenceName = "Kisankasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqi",
+ ReferenceName = "Koitabu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqj",
+ ReferenceName = "Koromira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqk",
+ ReferenceName = "Kotafon Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kql",
+ ReferenceName = "Kyenele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqm",
+ ReferenceName = "Khisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqn",
+ ReferenceName = "Kaonde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqo",
+ ReferenceName = "Eastern Krahn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqp",
+ ReferenceName = "Kimré",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqq",
+ ReferenceName = "Krenak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqr",
+ ReferenceName = "Kimaragang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqs",
+ ReferenceName = "Northern Kissi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqt",
+ ReferenceName = "Klias River Kadazan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqu",
+ ReferenceName = "Seroa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kqv",
+ ReferenceName = "Okolod",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqw",
+ ReferenceName = "Kandas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqx",
+ ReferenceName = "Mser",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqy",
+ ReferenceName = "Koorete",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kqz",
+ ReferenceName = "Korana",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kra",
+ ReferenceName = "Kumhali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krb",
+ ReferenceName = "Karkin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "krc",
+ Part2B = "krc",
+ Part2T = "krc",
+ ReferenceName = "Karachay-Balkar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krd",
+ ReferenceName = "Kairui-Midiki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kre",
+ ReferenceName = "Panará",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krf",
+ ReferenceName = "Koro (Vanuatu)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krh",
+ ReferenceName = "Kurama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kri",
+ ReferenceName = "Krio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krj",
+ ReferenceName = "Kinaray-A",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krk",
+ ReferenceName = "Kerek",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "krl",
+ Part2B = "krl",
+ Part2T = "krl",
+ ReferenceName = "Karelian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krn",
+ ReferenceName = "Sapo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krp",
+ ReferenceName = "Korop",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krr",
+ ReferenceName = "Krung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krs",
+ ReferenceName = "Gbaya (Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krt",
+ ReferenceName = "Tumari Kanuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kru",
+ Part2B = "kru",
+ Part2T = "kru",
+ ReferenceName = "Kurukh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krv",
+ ReferenceName = "Kavet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krw",
+ ReferenceName = "Western Krahn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krx",
+ ReferenceName = "Karon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kry",
+ ReferenceName = "Kryts",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "krz",
+ ReferenceName = "Sota Kanum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksa",
+ ReferenceName = "Shuwa-Zamani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksb",
+ ReferenceName = "Shambala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksc",
+ ReferenceName = "Southern Kalinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksd",
+ ReferenceName = "Kuanua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kse",
+ ReferenceName = "Kuni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksf",
+ ReferenceName = "Bafia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksg",
+ ReferenceName = "Kusaghe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksh",
+ ReferenceName = "Kölsch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksi",
+ ReferenceName = "Krisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksj",
+ ReferenceName = "Uare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksk",
+ ReferenceName = "Kansa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksl",
+ ReferenceName = "Kumalu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksm",
+ ReferenceName = "Kumba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksn",
+ ReferenceName = "Kasiguranin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kso",
+ ReferenceName = "Kofa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksp",
+ ReferenceName = "Kaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksq",
+ ReferenceName = "Kwaami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksr",
+ ReferenceName = "Borong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kss",
+ ReferenceName = "Southern Kisi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kst",
+ ReferenceName = "Winyé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksu",
+ ReferenceName = "Khamyang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksv",
+ ReferenceName = "Kusu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksw",
+ ReferenceName = "S'gaw Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksx",
+ ReferenceName = "Kedang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksy",
+ ReferenceName = "Kharia Thar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ksz",
+ ReferenceName = "Kodaku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kta",
+ ReferenceName = "Katua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktb",
+ ReferenceName = "Kambaata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktc",
+ ReferenceName = "Kholok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktd",
+ ReferenceName = "Kokata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kte",
+ ReferenceName = "Nubri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktf",
+ ReferenceName = "Kwami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktg",
+ ReferenceName = "Kalkutung",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kth",
+ ReferenceName = "Karanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kti",
+ ReferenceName = "North Muyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktj",
+ ReferenceName = "Plapo Krumen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktk",
+ ReferenceName = "Kaniet",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ktl",
+ ReferenceName = "Koroshi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktm",
+ ReferenceName = "Kurti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktn",
+ ReferenceName = "Karitiâna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kto",
+ ReferenceName = "Kuot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktp",
+ ReferenceName = "Kaduo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktq",
+ ReferenceName = "Katabaga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kts",
+ ReferenceName = "South Muyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktt",
+ ReferenceName = "Ketum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktu",
+ ReferenceName = "Kituba (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktv",
+ ReferenceName = "Eastern Katu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktw",
+ ReferenceName = "Kato",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ktx",
+ ReferenceName = "Kaxararí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kty",
+ ReferenceName = "Kango (Bas-Uélé District)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ktz",
+ ReferenceName = "Juǀʼhoan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kua",
+ Part1 = "kj",
+ Part2B = "kua",
+ Part2T = "kua",
+ ReferenceName = "Kuanyama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kub",
+ ReferenceName = "Kutep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuc",
+ ReferenceName = "Kwinsu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kud",
+ ReferenceName = "'Auhelawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kue",
+ ReferenceName = "Kuman (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuf",
+ ReferenceName = "Western Katu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kug",
+ ReferenceName = "Kupa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuh",
+ ReferenceName = "Kushi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kui",
+ ReferenceName = "Kuikúro-Kalapálo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuj",
+ ReferenceName = "Kuria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuk",
+ ReferenceName = "Kepo'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kul",
+ ReferenceName = "Kulere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kum",
+ Part2B = "kum",
+ Part2T = "kum",
+ ReferenceName = "Kumyk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kun",
+ ReferenceName = "Kunama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuo",
+ ReferenceName = "Kumukio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kup",
+ ReferenceName = "Kunimaipa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuq",
+ ReferenceName = "Karipuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kur",
+ Part1 = "ku",
+ Part2B = "kur",
+ Part2T = "kur",
+ ReferenceName = "Kurdish",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kus",
+ ReferenceName = "Kusaal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kut",
+ Part2B = "kut",
+ Part2T = "kut",
+ ReferenceName = "Kutenai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuu",
+ ReferenceName = "Upper Kuskokwim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuv",
+ ReferenceName = "Kur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuw",
+ ReferenceName = "Kpagua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kux",
+ ReferenceName = "Kukatja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuy",
+ ReferenceName = "Kuuku-Ya'u",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kuz",
+ ReferenceName = "Kunza",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kva",
+ ReferenceName = "Bagvalal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvb",
+ ReferenceName = "Kubu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvc",
+ ReferenceName = "Kove",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvd",
+ ReferenceName = "Kui (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kve",
+ ReferenceName = "Kalabakan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvf",
+ ReferenceName = "Kabalai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvg",
+ ReferenceName = "Kuni-Boazi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvh",
+ ReferenceName = "Komodo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvi",
+ ReferenceName = "Kwang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvj",
+ ReferenceName = "Psikye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvk",
+ ReferenceName = "Korean Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvl",
+ ReferenceName = "Kayaw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvm",
+ ReferenceName = "Kendem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvn",
+ ReferenceName = "Border Kuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvo",
+ ReferenceName = "Dobel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvp",
+ ReferenceName = "Kompane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvq",
+ ReferenceName = "Geba Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvr",
+ ReferenceName = "Kerinci",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvt",
+ ReferenceName = "Lahta Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvu",
+ ReferenceName = "Yinbaw Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvv",
+ ReferenceName = "Kola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvw",
+ ReferenceName = "Wersing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvx",
+ ReferenceName = "Parkari Koli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvy",
+ ReferenceName = "Yintale Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kvz",
+ ReferenceName = "Tsakwambo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwa",
+ ReferenceName = "Dâw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwb",
+ ReferenceName = "Kwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwc",
+ ReferenceName = "Likwala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwd",
+ ReferenceName = "Kwaio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwe",
+ ReferenceName = "Kwerba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwf",
+ ReferenceName = "Kwara'ae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwg",
+ ReferenceName = "Sara Kaba Deme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwh",
+ ReferenceName = "Kowiai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwi",
+ ReferenceName = "Awa-Cuaiquer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwj",
+ ReferenceName = "Kwanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwk",
+ ReferenceName = "Kwakiutl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwl",
+ ReferenceName = "Kofyar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwm",
+ ReferenceName = "Kwambi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwn",
+ ReferenceName = "Kwangali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwo",
+ ReferenceName = "Kwomtari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwp",
+ ReferenceName = "Kodia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwr",
+ ReferenceName = "Kwer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kws",
+ ReferenceName = "Kwese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwt",
+ ReferenceName = "Kwesten",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwu",
+ ReferenceName = "Kwakum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwv",
+ ReferenceName = "Sara Kaba Náà",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kww",
+ ReferenceName = "Kwinti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwx",
+ ReferenceName = "Khirwar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwy",
+ ReferenceName = "San Salvador Kongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kwz",
+ ReferenceName = "Kwadi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kxa",
+ ReferenceName = "Kairiru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxb",
+ ReferenceName = "Krobu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxc",
+ ReferenceName = "Konso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxd",
+ ReferenceName = "Brunei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxf",
+ ReferenceName = "Manumanaw Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxh",
+ ReferenceName = "Karo (Ethiopia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxi",
+ ReferenceName = "Keningau Murut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxj",
+ ReferenceName = "Kulfa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxk",
+ ReferenceName = "Zayein Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxl",
+ ReferenceName = "Nepali Kurux",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxm",
+ ReferenceName = "Northern Khmer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxn",
+ ReferenceName = "Kanowit-Tanjong Melanau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxo",
+ ReferenceName = "Kanoé",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kxp",
+ ReferenceName = "Wadiyara Koli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxq",
+ ReferenceName = "Smärky Kanum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxr",
+ ReferenceName = "Koro (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxs",
+ ReferenceName = "Kangjia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxt",
+ ReferenceName = "Koiwat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxu",
+ ReferenceName = "Kui (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxv",
+ ReferenceName = "Kuvi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxw",
+ ReferenceName = "Konai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxx",
+ ReferenceName = "Likuba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxy",
+ ReferenceName = "Kayong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kxz",
+ ReferenceName = "Kerewo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kya",
+ ReferenceName = "Kwaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyb",
+ ReferenceName = "Butbut Kalinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyc",
+ ReferenceName = "Kyaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyd",
+ ReferenceName = "Karey",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kye",
+ ReferenceName = "Krache",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyf",
+ ReferenceName = "Kouya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyg",
+ ReferenceName = "Keyagana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyh",
+ ReferenceName = "Karok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyi",
+ ReferenceName = "Kiput",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyj",
+ ReferenceName = "Karao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyk",
+ ReferenceName = "Kamayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyl",
+ ReferenceName = "Kalapuya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kym",
+ ReferenceName = "Kpatili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyn",
+ ReferenceName = "Northern Binukidnon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyo",
+ ReferenceName = "Kelon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyp",
+ ReferenceName = "Kang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyq",
+ ReferenceName = "Kenga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyr",
+ ReferenceName = "Kuruáya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kys",
+ ReferenceName = "Baram Kayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyt",
+ ReferenceName = "Kayagar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyu",
+ ReferenceName = "Western Kayah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyv",
+ ReferenceName = "Kayort",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyw",
+ ReferenceName = "Kudmali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyx",
+ ReferenceName = "Rapoisi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyy",
+ ReferenceName = "Kambaira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kyz",
+ ReferenceName = "Kayabí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kza",
+ ReferenceName = "Western Karaboro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzb",
+ ReferenceName = "Kaibobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzc",
+ ReferenceName = "Bondoukou Kulango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzd",
+ ReferenceName = "Kadai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kze",
+ ReferenceName = "Kosena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzf",
+ ReferenceName = "Da'a Kaili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzg",
+ ReferenceName = "Kikai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzi",
+ ReferenceName = "Kelabit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzk",
+ ReferenceName = "Kazukuru",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kzl",
+ ReferenceName = "Kayeli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzm",
+ ReferenceName = "Kais",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzn",
+ ReferenceName = "Kokola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzo",
+ ReferenceName = "Kaningi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzp",
+ ReferenceName = "Kaidipang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzq",
+ ReferenceName = "Kaike",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzr",
+ ReferenceName = "Karang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzs",
+ ReferenceName = "Sugut Dusun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzu",
+ ReferenceName = "Kayupulau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzv",
+ ReferenceName = "Komyandaret",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzw",
+ ReferenceName = "Karirí-Xocó",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kzx",
+ ReferenceName = "Kamarian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "kzy",
+ ReferenceName = "Kango (Tshopo District)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "kzz",
+ ReferenceName = "Kalabra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "laa",
+ ReferenceName = "Southern Subanen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lab",
+ ReferenceName = "Linear A",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "lac",
+ ReferenceName = "Lacandon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lad",
+ Part2B = "lad",
+ Part2T = "lad",
+ ReferenceName = "Ladino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lae",
+ ReferenceName = "Pattani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "laf",
+ ReferenceName = "Lafofa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lag",
+ ReferenceName = "Langi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lah",
+ Part2B = "lah",
+ Part2T = "lah",
+ ReferenceName = "Lahnda",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lai",
+ ReferenceName = "Lambya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "laj",
+ ReferenceName = "Lango (Uganda)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lak",
+ ReferenceName = "Laka (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lal",
+ ReferenceName = "Lalia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lam",
+ Part2B = "lam",
+ Part2T = "lam",
+ ReferenceName = "Lamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lan",
+ ReferenceName = "Laru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lao",
+ Part1 = "lo",
+ Part2B = "lao",
+ Part2T = "lao",
+ ReferenceName = "Lao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lap",
+ ReferenceName = "Laka (Chad)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "laq",
+ ReferenceName = "Qabiao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lar",
+ ReferenceName = "Larteh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "las",
+ ReferenceName = "Lama (Togo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lat",
+ Part1 = "la",
+ Part2B = "lat",
+ Part2T = "lat",
+ ReferenceName = "Latin",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "lau",
+ ReferenceName = "Laba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lav",
+ Part1 = "lv",
+ Part2B = "lav",
+ Part2T = "lav",
+ ReferenceName = "Latvian",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "law",
+ ReferenceName = "Lauje",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lax",
+ ReferenceName = "Tiwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lay",
+ ReferenceName = "Lama Bai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "laz",
+ ReferenceName = "Aribwatsa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lbb",
+ ReferenceName = "Label",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbc",
+ ReferenceName = "Lakkia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbe",
+ ReferenceName = "Lak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbf",
+ ReferenceName = "Tinani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbg",
+ ReferenceName = "Laopang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbi",
+ ReferenceName = "La'bi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbj",
+ ReferenceName = "Ladakhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbk",
+ ReferenceName = "Central Bontok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbl",
+ ReferenceName = "Libon Bikol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbm",
+ ReferenceName = "Lodhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbn",
+ ReferenceName = "Rmeet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbo",
+ ReferenceName = "Laven",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbq",
+ ReferenceName = "Wampar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbr",
+ ReferenceName = "Lohorung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbs",
+ ReferenceName = "Libyan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbt",
+ ReferenceName = "Lachi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbu",
+ ReferenceName = "Labu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbv",
+ ReferenceName = "Lavatbura-Lamusong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbw",
+ ReferenceName = "Tolaki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lbx",
+ ReferenceName = "Lawangan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lby",
+ ReferenceName = "Lamalama",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lbz",
+ ReferenceName = "Lardil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lcc",
+ ReferenceName = "Legenyem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lcd",
+ ReferenceName = "Lola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lce",
+ ReferenceName = "Loncong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lcf",
+ ReferenceName = "Lubu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lch",
+ ReferenceName = "Luchazi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lcl",
+ ReferenceName = "Lisela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lcm",
+ ReferenceName = "Tungag",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lcp",
+ ReferenceName = "Western Lawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lcq",
+ ReferenceName = "Luhu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lcs",
+ ReferenceName = "Lisabata-Nuniali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lda",
+ ReferenceName = "Kla-Dan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldb",
+ ReferenceName = "Dũya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldd",
+ ReferenceName = "Luri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldg",
+ ReferenceName = "Lenyima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldh",
+ ReferenceName = "Lamja-Dengsa-Tola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldi",
+ ReferenceName = "Laari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldj",
+ ReferenceName = "Lemoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldk",
+ ReferenceName = "Leelau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldl",
+ ReferenceName = "Kaan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldm",
+ ReferenceName = "Landoma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldn",
+ ReferenceName = "Láadan",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "ldo",
+ ReferenceName = "Loo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldp",
+ ReferenceName = "Tso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ldq",
+ ReferenceName = "Lufu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lea",
+ ReferenceName = "Lega-Shabunda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "leb",
+ ReferenceName = "Lala-Bisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lec",
+ ReferenceName = "Leco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "led",
+ ReferenceName = "Lendu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lee",
+ ReferenceName = "Lyélé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lef",
+ ReferenceName = "Lelemi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "leh",
+ ReferenceName = "Lenje",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lei",
+ ReferenceName = "Lemio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lej",
+ ReferenceName = "Lengola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lek",
+ ReferenceName = "Leipon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lel",
+ ReferenceName = "Lele (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lem",
+ ReferenceName = "Nomaande",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "len",
+ ReferenceName = "Lenca",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "leo",
+ ReferenceName = "Leti (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lep",
+ ReferenceName = "Lepcha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "leq",
+ ReferenceName = "Lembena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ler",
+ ReferenceName = "Lenkau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "les",
+ ReferenceName = "Lese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "let",
+ ReferenceName = "Lesing-Gelimi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "leu",
+ ReferenceName = "Kara (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lev",
+ ReferenceName = "Lamma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lew",
+ ReferenceName = "Ledo Kaili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lex",
+ ReferenceName = "Luang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ley",
+ ReferenceName = "Lemolang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lez",
+ Part2B = "lez",
+ Part2T = "lez",
+ ReferenceName = "Lezghian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lfa",
+ ReferenceName = "Lefa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lfn",
+ ReferenceName = "Lingua Franca Nova",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "lga",
+ ReferenceName = "Lungga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgb",
+ ReferenceName = "Laghu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgg",
+ ReferenceName = "Lugbara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgh",
+ ReferenceName = "Laghuu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgi",
+ ReferenceName = "Lengilu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgk",
+ ReferenceName = "Lingarak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgl",
+ ReferenceName = "Wala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgm",
+ ReferenceName = "Lega-Mwenga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgn",
+ ReferenceName = "T'apo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgq",
+ ReferenceName = "Logba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgr",
+ ReferenceName = "Lengo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgt",
+ ReferenceName = "Pahi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgu",
+ ReferenceName = "Longgu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lgz",
+ ReferenceName = "Ligenza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lha",
+ ReferenceName = "Laha (Viet Nam)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lhh",
+ ReferenceName = "Laha (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lhi",
+ ReferenceName = "Lahu Shi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lhl",
+ ReferenceName = "Lahul Lohar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lhm",
+ ReferenceName = "Lhomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lhn",
+ ReferenceName = "Lahanan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lhp",
+ ReferenceName = "Lhokpu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lhs",
+ ReferenceName = "Mlahsö",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lht",
+ ReferenceName = "Lo-Toga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lhu",
+ ReferenceName = "Lahu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lia",
+ ReferenceName = "West-Central Limba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lib",
+ ReferenceName = "Likum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lic",
+ ReferenceName = "Hlai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lid",
+ ReferenceName = "Nyindrou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lie",
+ ReferenceName = "Likila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lif",
+ ReferenceName = "Limbu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lig",
+ ReferenceName = "Ligbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lih",
+ ReferenceName = "Lihir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lij",
+ ReferenceName = "Ligurian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lik",
+ ReferenceName = "Lika",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lil",
+ ReferenceName = "Lillooet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lim",
+ Part1 = "li",
+ Part2B = "lim",
+ Part2T = "lim",
+ ReferenceName = "Limburgan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lin",
+ Part1 = "ln",
+ Part2B = "lin",
+ Part2T = "lin",
+ ReferenceName = "Lingala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lio",
+ ReferenceName = "Liki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lip",
+ ReferenceName = "Sekpele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "liq",
+ ReferenceName = "Libido",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lir",
+ ReferenceName = "Liberian English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lis",
+ ReferenceName = "Lisu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lit",
+ Part1 = "lt",
+ Part2B = "lit",
+ Part2T = "lit",
+ ReferenceName = "Lithuanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "liu",
+ ReferenceName = "Logorik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "liv",
+ ReferenceName = "Liv",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "liw",
+ ReferenceName = "Col",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lix",
+ ReferenceName = "Liabuku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "liy",
+ ReferenceName = "Banda-Bambari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "liz",
+ ReferenceName = "Libinza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lja",
+ ReferenceName = "Golpa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lje",
+ ReferenceName = "Rampi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lji",
+ ReferenceName = "Laiyolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ljl",
+ ReferenceName = "Li'o",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ljp",
+ ReferenceName = "Lampung Api",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ljw",
+ ReferenceName = "Yirandali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ljx",
+ ReferenceName = "Yuru",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lka",
+ ReferenceName = "Lakalei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkb",
+ ReferenceName = "Kabras",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkc",
+ ReferenceName = "Kucong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkd",
+ ReferenceName = "Lakondê",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lke",
+ ReferenceName = "Kenyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkh",
+ ReferenceName = "Lakha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lki",
+ ReferenceName = "Laki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkj",
+ ReferenceName = "Remun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkl",
+ ReferenceName = "Laeko-Libuat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkm",
+ ReferenceName = "Kalaamaya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lkn",
+ ReferenceName = "Lakon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lko",
+ ReferenceName = "Khayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkr",
+ ReferenceName = "Päri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lks",
+ ReferenceName = "Kisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lkt",
+ ReferenceName = "Lakota",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lku",
+ ReferenceName = "Kungkari",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lky",
+ ReferenceName = "Lokoya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lla",
+ ReferenceName = "Lala-Roba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llb",
+ ReferenceName = "Lolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llc",
+ ReferenceName = "Lele (Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lld",
+ ReferenceName = "Ladin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lle",
+ ReferenceName = "Lele (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llf",
+ ReferenceName = "Hermit",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "llg",
+ ReferenceName = "Lole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llh",
+ ReferenceName = "Lamu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lli",
+ ReferenceName = "Teke-Laali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llj",
+ ReferenceName = "Ladji Ladji",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "llk",
+ ReferenceName = "Lelak",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lll",
+ ReferenceName = "Lilau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llm",
+ ReferenceName = "Lasalimu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lln",
+ ReferenceName = "Lele (Chad)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llp",
+ ReferenceName = "North Efate",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llq",
+ ReferenceName = "Lolak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lls",
+ ReferenceName = "Lithuanian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llu",
+ ReferenceName = "Lau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "llx",
+ ReferenceName = "Lauan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lma",
+ ReferenceName = "East Limba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmb",
+ ReferenceName = "Merei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmc",
+ ReferenceName = "Limilngan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lmd",
+ ReferenceName = "Lumun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lme",
+ ReferenceName = "Pévé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmf",
+ ReferenceName = "South Lembata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmg",
+ ReferenceName = "Lamogai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmh",
+ ReferenceName = "Lambichhong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmi",
+ ReferenceName = "Lombi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmj",
+ ReferenceName = "West Lembata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmk",
+ ReferenceName = "Lamkang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lml",
+ ReferenceName = "Hano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmn",
+ ReferenceName = "Lambadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmo",
+ ReferenceName = "Lombard",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmp",
+ ReferenceName = "Limbum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmq",
+ ReferenceName = "Lamatuka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmr",
+ ReferenceName = "Lamalera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmu",
+ ReferenceName = "Lamenu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmv",
+ ReferenceName = "Lomaiviti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmw",
+ ReferenceName = "Lake Miwok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmx",
+ ReferenceName = "Laimbue",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmy",
+ ReferenceName = "Lamboya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lmz",
+ ReferenceName = "Lumbee",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lna",
+ ReferenceName = "Langbashe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lnb",
+ ReferenceName = "Mbalanhu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lnd",
+ ReferenceName = "Lundayeh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lng",
+ ReferenceName = "Langobardic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "lnh",
+ ReferenceName = "Lanoh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lni",
+ ReferenceName = "Daantanai'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lnj",
+ ReferenceName = "Leningitij",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lnl",
+ ReferenceName = "South Central Banda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lnm",
+ ReferenceName = "Langam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lnn",
+ ReferenceName = "Lorediakarkar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lno",
+ ReferenceName = "Lango (South Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lns",
+ ReferenceName = "Lamnso'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lnu",
+ ReferenceName = "Longuda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lnw",
+ ReferenceName = "Lanima",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lnz",
+ ReferenceName = "Lonzo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loa",
+ ReferenceName = "Loloda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lob",
+ ReferenceName = "Lobi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loc",
+ ReferenceName = "Inonhan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loe",
+ ReferenceName = "Saluan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lof",
+ ReferenceName = "Logol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "log",
+ ReferenceName = "Logo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loh",
+ ReferenceName = "Narim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loi",
+ ReferenceName = "Loma (Côte d'Ivoire)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loj",
+ ReferenceName = "Lou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lok",
+ ReferenceName = "Loko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lol",
+ Part2B = "lol",
+ Part2T = "lol",
+ ReferenceName = "Mongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lom",
+ ReferenceName = "Loma (Liberia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lon",
+ ReferenceName = "Malawi Lomwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loo",
+ ReferenceName = "Lombo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lop",
+ ReferenceName = "Lopa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loq",
+ ReferenceName = "Lobala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lor",
+ ReferenceName = "Téén",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "los",
+ ReferenceName = "Loniu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lot",
+ ReferenceName = "Otuho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lou",
+ ReferenceName = "Louisiana Creole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lov",
+ ReferenceName = "Lopi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "low",
+ ReferenceName = "Tampias Lobu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lox",
+ ReferenceName = "Loun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loy",
+ ReferenceName = "Loke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "loz",
+ Part2B = "loz",
+ Part2T = "loz",
+ ReferenceName = "Lozi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lpa",
+ ReferenceName = "Lelepa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lpe",
+ ReferenceName = "Lepki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lpn",
+ ReferenceName = "Long Phuri Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lpo",
+ ReferenceName = "Lipo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lpx",
+ ReferenceName = "Lopit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lra",
+ ReferenceName = "Rara Bakati'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrc",
+ ReferenceName = "Northern Luri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lre",
+ ReferenceName = "Laurentian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lrg",
+ ReferenceName = "Laragia",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "lri",
+ ReferenceName = "Marachi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrk",
+ ReferenceName = "Loarki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrl",
+ ReferenceName = "Lari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrm",
+ ReferenceName = "Marama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrn",
+ ReferenceName = "Lorang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lro",
+ ReferenceName = "Laro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrr",
+ ReferenceName = "Southern Yamphu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrt",
+ ReferenceName = "Larantuka Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrv",
+ ReferenceName = "Larevat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lrz",
+ ReferenceName = "Lemerig",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsa",
+ ReferenceName = "Lasgerdi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsd",
+ ReferenceName = "Lishana Deni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lse",
+ ReferenceName = "Lusengo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsh",
+ ReferenceName = "Lish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsi",
+ ReferenceName = "Lashi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsl",
+ ReferenceName = "Latvian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsm",
+ ReferenceName = "Saamia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsn",
+ ReferenceName = "Tibetan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lso",
+ ReferenceName = "Laos Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsp",
+ ReferenceName = "Panamanian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsr",
+ ReferenceName = "Aruop",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lss",
+ ReferenceName = "Lasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lst",
+ ReferenceName = "Trinidad and Tobago Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsv",
+ ReferenceName = "Sivia Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lsy",
+ ReferenceName = "Mauritian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ltc",
+ ReferenceName = "Late Middle Chinese",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ltg",
+ ReferenceName = "Latgalian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lth",
+ ReferenceName = "Thur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lti",
+ ReferenceName = "Leti (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ltn",
+ ReferenceName = "Latundê",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lto",
+ ReferenceName = "Tsotso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lts",
+ ReferenceName = "Tachoni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ltu",
+ ReferenceName = "Latu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ltz",
+ Part1 = "lb",
+ Part2B = "ltz",
+ Part2T = "ltz",
+ ReferenceName = "Luxembourgish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lua",
+ Part2B = "lua",
+ Part2T = "lua",
+ ReferenceName = "Luba-Lulua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lub",
+ Part1 = "lu",
+ Part2B = "lub",
+ Part2T = "lub",
+ ReferenceName = "Luba-Katanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luc",
+ ReferenceName = "Aringa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lud",
+ ReferenceName = "Ludian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lue",
+ ReferenceName = "Luvale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luf",
+ ReferenceName = "Laua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lug",
+ Part1 = "lg",
+ Part2B = "lug",
+ Part2T = "lug",
+ ReferenceName = "Ganda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lui",
+ Part2B = "lui",
+ Part2T = "lui",
+ ReferenceName = "Luiseno",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "luj",
+ ReferenceName = "Luna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luk",
+ ReferenceName = "Lunanakha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lul",
+ ReferenceName = "Olu'bo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lum",
+ ReferenceName = "Luimbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lun",
+ Part2B = "lun",
+ Part2T = "lun",
+ ReferenceName = "Lunda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luo",
+ Part2B = "luo",
+ Part2T = "luo",
+ ReferenceName = "Luo (Kenya and Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lup",
+ ReferenceName = "Lumbu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luq",
+ ReferenceName = "Lucumi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lur",
+ ReferenceName = "Laura",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lus",
+ Part2B = "lus",
+ Part2T = "lus",
+ ReferenceName = "Lushai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lut",
+ ReferenceName = "Lushootseed",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luu",
+ ReferenceName = "Lumba-Yakkha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luv",
+ ReferenceName = "Luwati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luw",
+ ReferenceName = "Luo (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luy",
+ ReferenceName = "Luyia",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "luz",
+ ReferenceName = "Southern Luri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lva",
+ ReferenceName = "Maku'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lvi",
+ ReferenceName = "Lavi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lvk",
+ ReferenceName = "Lavukaleve",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lvs",
+ ReferenceName = "Standard Latvian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lvu",
+ ReferenceName = "Levuka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwa",
+ ReferenceName = "Lwalu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwe",
+ ReferenceName = "Lewo Eleng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwg",
+ ReferenceName = "Wanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwh",
+ ReferenceName = "White Lachi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwl",
+ ReferenceName = "Eastern Lawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwm",
+ ReferenceName = "Laomian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwo",
+ ReferenceName = "Luwo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lws",
+ ReferenceName = "Malawian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwt",
+ ReferenceName = "Lewotobi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lwu",
+ ReferenceName = "Lawu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lww",
+ ReferenceName = "Lewo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lya",
+ ReferenceName = "Layakha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lyg",
+ ReferenceName = "Lyngngam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lyn",
+ ReferenceName = "Luyana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lzh",
+ ReferenceName = "Literary Chinese",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "lzl",
+ ReferenceName = "Litzlitz",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lzn",
+ ReferenceName = "Leinong Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "lzz",
+ ReferenceName = "Laz",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "maa",
+ ReferenceName = "San Jerónimo Tecóatl Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mab",
+ ReferenceName = "Yutanduchi Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mad",
+ Part2B = "mad",
+ Part2T = "mad",
+ ReferenceName = "Madurese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mae",
+ ReferenceName = "Bo-Rukul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "maf",
+ ReferenceName = "Mafa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mag",
+ Part2B = "mag",
+ Part2T = "mag",
+ ReferenceName = "Magahi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mah",
+ Part1 = "mh",
+ Part2B = "mah",
+ Part2T = "mah",
+ ReferenceName = "Marshallese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mai",
+ Part2B = "mai",
+ Part2T = "mai",
+ ReferenceName = "Maithili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "maj",
+ ReferenceName = "Jalapa De Díaz Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mak",
+ Part2B = "mak",
+ Part2T = "mak",
+ ReferenceName = "Makasar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mal",
+ Part1 = "ml",
+ Part2B = "mal",
+ Part2T = "mal",
+ ReferenceName = "Malayalam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mam",
+ ReferenceName = "Mam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "man",
+ Part2B = "man",
+ Part2T = "man",
+ ReferenceName = "Mandingo",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "maq",
+ ReferenceName = "Chiquihuitlán Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mar",
+ Part1 = "mr",
+ Part2B = "mar",
+ Part2T = "mar",
+ ReferenceName = "Marathi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mas",
+ Part2B = "mas",
+ Part2T = "mas",
+ ReferenceName = "Masai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mat",
+ ReferenceName = "San Francisco Matlatzinca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mau",
+ ReferenceName = "Huautla Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mav",
+ ReferenceName = "Sateré-Mawé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "maw",
+ ReferenceName = "Mampruli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "max",
+ ReferenceName = "North Moluccan Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "maz",
+ ReferenceName = "Central Mazahua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mba",
+ ReferenceName = "Higaonon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbb",
+ ReferenceName = "Western Bukidnon Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbc",
+ ReferenceName = "Macushi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbd",
+ ReferenceName = "Dibabawon Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbe",
+ ReferenceName = "Molale",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mbf",
+ ReferenceName = "Baba Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbh",
+ ReferenceName = "Mangseng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbi",
+ ReferenceName = "Ilianen Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbj",
+ ReferenceName = "Nadëb",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbk",
+ ReferenceName = "Malol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbl",
+ ReferenceName = "Maxakalí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbm",
+ ReferenceName = "Ombamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbn",
+ ReferenceName = "Macaguán",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbo",
+ ReferenceName = "Mbo (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbp",
+ ReferenceName = "Malayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbq",
+ ReferenceName = "Maisin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbr",
+ ReferenceName = "Nukak Makú",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbs",
+ ReferenceName = "Sarangani Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbt",
+ ReferenceName = "Matigsalug Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbu",
+ ReferenceName = "Mbula-Bwazza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbv",
+ ReferenceName = "Mbulungish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbw",
+ ReferenceName = "Maring",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbx",
+ ReferenceName = "Mari (East Sepik Province)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mby",
+ ReferenceName = "Memoni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mbz",
+ ReferenceName = "Amoltepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mca",
+ ReferenceName = "Maca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcb",
+ ReferenceName = "Machiguenga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcc",
+ ReferenceName = "Bitur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcd",
+ ReferenceName = "Sharanahua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mce",
+ ReferenceName = "Itundujia Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcf",
+ ReferenceName = "Matsés",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcg",
+ ReferenceName = "Mapoyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mch",
+ ReferenceName = "Maquiritari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mci",
+ ReferenceName = "Mese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcj",
+ ReferenceName = "Mvanip",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mck",
+ ReferenceName = "Mbunda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcl",
+ ReferenceName = "Macaguaje",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mcm",
+ ReferenceName = "Malaccan Creole Portuguese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcn",
+ ReferenceName = "Masana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mco",
+ ReferenceName = "Coatlán Mixe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcp",
+ ReferenceName = "Makaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcq",
+ ReferenceName = "Ese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcr",
+ ReferenceName = "Menya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcs",
+ ReferenceName = "Mambai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mct",
+ ReferenceName = "Mengisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcu",
+ ReferenceName = "Cameroon Mambila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcv",
+ ReferenceName = "Minanibai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcw",
+ ReferenceName = "Mawa (Chad)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcx",
+ ReferenceName = "Mpiemo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcy",
+ ReferenceName = "South Watut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mcz",
+ ReferenceName = "Mawan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mda",
+ ReferenceName = "Mada (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdb",
+ ReferenceName = "Morigi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdc",
+ ReferenceName = "Male (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdd",
+ ReferenceName = "Mbum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mde",
+ ReferenceName = "Maba (Chad)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdf",
+ Part2B = "mdf",
+ Part2T = "mdf",
+ ReferenceName = "Moksha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdg",
+ ReferenceName = "Massalat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdh",
+ ReferenceName = "Maguindanaon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdi",
+ ReferenceName = "Mamvu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdj",
+ ReferenceName = "Mangbetu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdk",
+ ReferenceName = "Mangbutu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdl",
+ ReferenceName = "Maltese Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdm",
+ ReferenceName = "Mayogo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdn",
+ ReferenceName = "Mbati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdp",
+ ReferenceName = "Mbala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdq",
+ ReferenceName = "Mbole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdr",
+ Part2B = "mdr",
+ Part2T = "mdr",
+ ReferenceName = "Mandar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mds",
+ ReferenceName = "Maria (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdt",
+ ReferenceName = "Mbere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdu",
+ ReferenceName = "Mboko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdv",
+ ReferenceName = "Santa Lucía Monteverde Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdw",
+ ReferenceName = "Mbosi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdx",
+ ReferenceName = "Dizin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdy",
+ ReferenceName = "Male (Ethiopia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mdz",
+ ReferenceName = "Suruí Do Pará",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mea",
+ ReferenceName = "Menka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "meb",
+ ReferenceName = "Ikobi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mec",
+ ReferenceName = "Marra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "med",
+ ReferenceName = "Melpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mee",
+ ReferenceName = "Mengen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mef",
+ ReferenceName = "Megam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "meh",
+ ReferenceName = "Southwestern Tlaxiaco Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mei",
+ ReferenceName = "Midob",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mej",
+ ReferenceName = "Meyah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mek",
+ ReferenceName = "Mekeo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mel",
+ ReferenceName = "Central Melanau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mem",
+ ReferenceName = "Mangala",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "men",
+ Part2B = "men",
+ Part2T = "men",
+ ReferenceName = "Mende (Sierra Leone)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "meo",
+ ReferenceName = "Kedah Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mep",
+ ReferenceName = "Miriwoong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "meq",
+ ReferenceName = "Merey",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mer",
+ ReferenceName = "Meru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mes",
+ ReferenceName = "Masmaje",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "met",
+ ReferenceName = "Mato",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "meu",
+ ReferenceName = "Motu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mev",
+ ReferenceName = "Mano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mew",
+ ReferenceName = "Maaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mey",
+ ReferenceName = "Hassaniyya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mez",
+ ReferenceName = "Menominee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfa",
+ ReferenceName = "Pattani Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfb",
+ ReferenceName = "Bangka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfc",
+ ReferenceName = "Mba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfd",
+ ReferenceName = "Mendankwe-Nkwen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfe",
+ ReferenceName = "Morisyen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mff",
+ ReferenceName = "Naki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfg",
+ ReferenceName = "Mogofin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfh",
+ ReferenceName = "Matal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfi",
+ ReferenceName = "Wandala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfj",
+ ReferenceName = "Mefele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfk",
+ ReferenceName = "North Mofu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfl",
+ ReferenceName = "Putai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfm",
+ ReferenceName = "Marghi South",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfn",
+ ReferenceName = "Cross River Mbembe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfo",
+ ReferenceName = "Mbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfp",
+ ReferenceName = "Makassar Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfq",
+ ReferenceName = "Moba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfr",
+ ReferenceName = "Marrithiyel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfs",
+ ReferenceName = "Mexican Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mft",
+ ReferenceName = "Mokerang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfu",
+ ReferenceName = "Mbwela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfv",
+ ReferenceName = "Mandjak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfw",
+ ReferenceName = "Mulaha",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mfx",
+ ReferenceName = "Melo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfy",
+ ReferenceName = "Mayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mfz",
+ ReferenceName = "Mabaan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mga",
+ Part2B = "mga",
+ Part2T = "mga",
+ ReferenceName = "Middle Irish (900-1200)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "mgb",
+ ReferenceName = "Mararit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgc",
+ ReferenceName = "Morokodo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgd",
+ ReferenceName = "Moru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mge",
+ ReferenceName = "Mango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgf",
+ ReferenceName = "Maklew",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgg",
+ ReferenceName = "Mpumpong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgh",
+ ReferenceName = "Makhuwa-Meetto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgi",
+ ReferenceName = "Lijili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgj",
+ ReferenceName = "Abureni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgk",
+ ReferenceName = "Mawes",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgl",
+ ReferenceName = "Maleu-Kilenge",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgm",
+ ReferenceName = "Mambae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgn",
+ ReferenceName = "Mbangi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgo",
+ ReferenceName = "Meta'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgp",
+ ReferenceName = "Eastern Magar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgq",
+ ReferenceName = "Malila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgr",
+ ReferenceName = "Mambwe-Lungu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgs",
+ ReferenceName = "Manda (Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgt",
+ ReferenceName = "Mongol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgu",
+ ReferenceName = "Mailu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgv",
+ ReferenceName = "Matengo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgw",
+ ReferenceName = "Matumbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgy",
+ ReferenceName = "Mbunga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mgz",
+ ReferenceName = "Mbugwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mha",
+ ReferenceName = "Manda (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhb",
+ ReferenceName = "Mahongwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhc",
+ ReferenceName = "Mocho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhd",
+ ReferenceName = "Mbugu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhe",
+ ReferenceName = "Besisi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhf",
+ ReferenceName = "Mamaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhg",
+ ReferenceName = "Margu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhi",
+ ReferenceName = "Ma'di",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhj",
+ ReferenceName = "Mogholi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhk",
+ ReferenceName = "Mungaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhl",
+ ReferenceName = "Mauwake",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhm",
+ ReferenceName = "Makhuwa-Moniga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhn",
+ ReferenceName = "Mócheno",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mho",
+ ReferenceName = "Mashi (Zambia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhp",
+ ReferenceName = "Balinese Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhq",
+ ReferenceName = "Mandan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhr",
+ ReferenceName = "Eastern Mari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhs",
+ ReferenceName = "Buru (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mht",
+ ReferenceName = "Mandahuaca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhu",
+ ReferenceName = "Digaro-Mishmi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhw",
+ ReferenceName = "Mbukushu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhx",
+ ReferenceName = "Maru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhy",
+ ReferenceName = "Ma'anyan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mhz",
+ ReferenceName = "Mor (Mor Islands)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mia",
+ ReferenceName = "Miami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mib",
+ ReferenceName = "Atatláhuca Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mic",
+ Part2B = "mic",
+ Part2T = "mic",
+ ReferenceName = "Mi'kmaq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mid",
+ ReferenceName = "Mandaic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mie",
+ ReferenceName = "Ocotepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mif",
+ ReferenceName = "Mofu-Gudur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mig",
+ ReferenceName = "San Miguel El Grande Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mih",
+ ReferenceName = "Chayuco Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mii",
+ ReferenceName = "Chigmecatitlán Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mij",
+ ReferenceName = "Abar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mik",
+ ReferenceName = "Mikasuki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mil",
+ ReferenceName = "Peñoles Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mim",
+ ReferenceName = "Alacatlatzala Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "min",
+ Part2B = "min",
+ Part2T = "min",
+ ReferenceName = "Minangkabau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mio",
+ ReferenceName = "Pinotepa Nacional Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mip",
+ ReferenceName = "Apasco-Apoala Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "miq",
+ ReferenceName = "Mískito",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mir",
+ ReferenceName = "Isthmus Mixe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mis",
+ Part2B = "mis",
+ Part2T = "mis",
+ ReferenceName = "Uncoded languages",
+ Scope = "S",
+ Type = "S"
+ },
+ new
+ {
+ Id = "mit",
+ ReferenceName = "Southern Puebla Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "miu",
+ ReferenceName = "Cacaloxtepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "miw",
+ ReferenceName = "Akoye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mix",
+ ReferenceName = "Mixtepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "miy",
+ ReferenceName = "Ayutla Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "miz",
+ ReferenceName = "Coatzospan Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjb",
+ ReferenceName = "Makalero",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjc",
+ ReferenceName = "San Juan Colorado Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjd",
+ ReferenceName = "Northwest Maidu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mje",
+ ReferenceName = "Muskum",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mjg",
+ ReferenceName = "Tu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjh",
+ ReferenceName = "Mwera (Nyasa)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mji",
+ ReferenceName = "Kim Mun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjj",
+ ReferenceName = "Mawak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjk",
+ ReferenceName = "Matukar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjl",
+ ReferenceName = "Mandeali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjm",
+ ReferenceName = "Medebur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjn",
+ ReferenceName = "Ma (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjo",
+ ReferenceName = "Malankuravan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjp",
+ ReferenceName = "Malapandaram",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjq",
+ ReferenceName = "Malaryan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mjr",
+ ReferenceName = "Malavedan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjs",
+ ReferenceName = "Miship",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjt",
+ ReferenceName = "Sauria Paharia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mju",
+ ReferenceName = "Manna-Dora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjv",
+ ReferenceName = "Mannan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjw",
+ ReferenceName = "Karbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjx",
+ ReferenceName = "Mahali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mjy",
+ ReferenceName = "Mahican",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mjz",
+ ReferenceName = "Majhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mka",
+ ReferenceName = "Mbre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkb",
+ ReferenceName = "Mal Paharia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkc",
+ ReferenceName = "Siliput",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkd",
+ Part1 = "mk",
+ Part2B = "mac",
+ Part2T = "mkd",
+ ReferenceName = "Macedonian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mke",
+ ReferenceName = "Mawchi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkf",
+ ReferenceName = "Miya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkg",
+ ReferenceName = "Mak (China)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mki",
+ ReferenceName = "Dhatki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkj",
+ ReferenceName = "Mokilese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkk",
+ ReferenceName = "Byep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkl",
+ ReferenceName = "Mokole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkm",
+ ReferenceName = "Moklen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkn",
+ ReferenceName = "Kupang Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mko",
+ ReferenceName = "Mingang Doso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkp",
+ ReferenceName = "Moikodi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkq",
+ ReferenceName = "Bay Miwok",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mkr",
+ ReferenceName = "Malas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mks",
+ ReferenceName = "Silacayoapan Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkt",
+ ReferenceName = "Vamale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mku",
+ ReferenceName = "Konyanka Maninka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkv",
+ ReferenceName = "Mafea",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkw",
+ ReferenceName = "Kituba (Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkx",
+ ReferenceName = "Kinamiging Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mky",
+ ReferenceName = "East Makian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mkz",
+ ReferenceName = "Makasae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mla",
+ ReferenceName = "Malo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlb",
+ ReferenceName = "Mbule",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlc",
+ ReferenceName = "Cao Lan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mle",
+ ReferenceName = "Manambu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlf",
+ ReferenceName = "Mal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlg",
+ Part1 = "mg",
+ Part2B = "mlg",
+ Part2T = "mlg",
+ ReferenceName = "Malagasy",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlh",
+ ReferenceName = "Mape",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mli",
+ ReferenceName = "Malimpung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlj",
+ ReferenceName = "Miltu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlk",
+ ReferenceName = "Ilwana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mll",
+ ReferenceName = "Malua Bay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlm",
+ ReferenceName = "Mulam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mln",
+ ReferenceName = "Malango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlo",
+ ReferenceName = "Mlomp",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlp",
+ ReferenceName = "Bargam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlq",
+ ReferenceName = "Western Maninkakan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlr",
+ ReferenceName = "Vame",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mls",
+ ReferenceName = "Masalit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlt",
+ Part1 = "mt",
+ Part2B = "mlt",
+ Part2T = "mlt",
+ ReferenceName = "Maltese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlu",
+ ReferenceName = "To'abaita",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlv",
+ ReferenceName = "Motlav",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlw",
+ ReferenceName = "Moloko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlx",
+ ReferenceName = "Malfaxal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mlz",
+ ReferenceName = "Malaynon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mma",
+ ReferenceName = "Mama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmb",
+ ReferenceName = "Momina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmc",
+ ReferenceName = "Michoacán Mazahua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmd",
+ ReferenceName = "Maonan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mme",
+ ReferenceName = "Mae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmf",
+ ReferenceName = "Mundat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmg",
+ ReferenceName = "North Ambrym",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmh",
+ ReferenceName = "Mehináku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmi",
+ ReferenceName = "Musar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmj",
+ ReferenceName = "Majhwar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmk",
+ ReferenceName = "Mukha-Dora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mml",
+ ReferenceName = "Man Met",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmm",
+ ReferenceName = "Maii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmn",
+ ReferenceName = "Mamanwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmo",
+ ReferenceName = "Mangga Buang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmp",
+ ReferenceName = "Siawi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmq",
+ ReferenceName = "Musak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmr",
+ ReferenceName = "Western Xiangxi Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmt",
+ ReferenceName = "Malalamai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmu",
+ ReferenceName = "Mmaala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmv",
+ ReferenceName = "Miriti",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mmw",
+ ReferenceName = "Emae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmx",
+ ReferenceName = "Madak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmy",
+ ReferenceName = "Migaama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mmz",
+ ReferenceName = "Mabaale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mna",
+ ReferenceName = "Mbula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnb",
+ ReferenceName = "Muna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnc",
+ Part2B = "mnc",
+ Part2T = "mnc",
+ ReferenceName = "Manchu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnd",
+ ReferenceName = "Mondé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mne",
+ ReferenceName = "Naba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnf",
+ ReferenceName = "Mundani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mng",
+ ReferenceName = "Eastern Mnong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnh",
+ ReferenceName = "Mono (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mni",
+ Part2B = "mni",
+ Part2T = "mni",
+ ReferenceName = "Manipuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnj",
+ ReferenceName = "Munji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnk",
+ ReferenceName = "Mandinka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnl",
+ ReferenceName = "Tiale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnm",
+ ReferenceName = "Mapena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnn",
+ ReferenceName = "Southern Mnong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnp",
+ ReferenceName = "Min Bei Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnq",
+ ReferenceName = "Minriq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnr",
+ ReferenceName = "Mono (USA)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mns",
+ ReferenceName = "Mansi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnu",
+ ReferenceName = "Mer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnv",
+ ReferenceName = "Rennell-Bellona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnw",
+ ReferenceName = "Mon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnx",
+ ReferenceName = "Manikion",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mny",
+ ReferenceName = "Manyawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mnz",
+ ReferenceName = "Moni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moa",
+ ReferenceName = "Mwan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moc",
+ ReferenceName = "Mocoví",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mod",
+ ReferenceName = "Mobilian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "moe",
+ ReferenceName = "Montagnais",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mog",
+ ReferenceName = "Mongondow",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moh",
+ Part2B = "moh",
+ Part2T = "moh",
+ ReferenceName = "Mohawk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moi",
+ ReferenceName = "Mboi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moj",
+ ReferenceName = "Monzombo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mok",
+ ReferenceName = "Morori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mom",
+ ReferenceName = "Mangue",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mon",
+ Part1 = "mn",
+ Part2B = "mon",
+ Part2T = "mon",
+ ReferenceName = "Mongolian",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moo",
+ ReferenceName = "Monom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mop",
+ ReferenceName = "Mopán Maya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moq",
+ ReferenceName = "Mor (Bomberai Peninsula)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mor",
+ ReferenceName = "Moro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mos",
+ Part2B = "mos",
+ Part2T = "mos",
+ ReferenceName = "Mossi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mot",
+ ReferenceName = "Barí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mou",
+ ReferenceName = "Mogum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mov",
+ ReferenceName = "Mohave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mow",
+ ReferenceName = "Moi (Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mox",
+ ReferenceName = "Molima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moy",
+ ReferenceName = "Shekkacho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "moz",
+ ReferenceName = "Mukulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpa",
+ ReferenceName = "Mpoto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpb",
+ ReferenceName = "Malak Malak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpc",
+ ReferenceName = "Mangarrayi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpd",
+ ReferenceName = "Machinere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpe",
+ ReferenceName = "Majang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpg",
+ ReferenceName = "Marba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mph",
+ ReferenceName = "Maung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpi",
+ ReferenceName = "Mpade",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpj",
+ ReferenceName = "Martu Wangka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpk",
+ ReferenceName = "Mbara (Chad)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpl",
+ ReferenceName = "Middle Watut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpm",
+ ReferenceName = "Yosondúa Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpn",
+ ReferenceName = "Mindiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpo",
+ ReferenceName = "Miu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpp",
+ ReferenceName = "Migabac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpq",
+ ReferenceName = "Matís",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpr",
+ ReferenceName = "Vangunu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mps",
+ ReferenceName = "Dadibi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpt",
+ ReferenceName = "Mian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpu",
+ ReferenceName = "Makuráp",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpv",
+ ReferenceName = "Mungkip",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpw",
+ ReferenceName = "Mapidian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpx",
+ ReferenceName = "Misima-Panaeati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpy",
+ ReferenceName = "Mapia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mpz",
+ ReferenceName = "Mpi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqa",
+ ReferenceName = "Maba (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqb",
+ ReferenceName = "Mbuko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqc",
+ ReferenceName = "Mangole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqe",
+ ReferenceName = "Matepi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqf",
+ ReferenceName = "Momuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqg",
+ ReferenceName = "Kota Bangun Kutai Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqh",
+ ReferenceName = "Tlazoyaltepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqi",
+ ReferenceName = "Mariri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqj",
+ ReferenceName = "Mamasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqk",
+ ReferenceName = "Rajah Kabunsuwan Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mql",
+ ReferenceName = "Mbelime",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqm",
+ ReferenceName = "South Marquesan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqn",
+ ReferenceName = "Moronene",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqo",
+ ReferenceName = "Modole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqp",
+ ReferenceName = "Manipa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqq",
+ ReferenceName = "Minokok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqr",
+ ReferenceName = "Mander",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqs",
+ ReferenceName = "West Makian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqt",
+ ReferenceName = "Mok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqu",
+ ReferenceName = "Mandari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqv",
+ ReferenceName = "Mosimo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqw",
+ ReferenceName = "Murupi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqx",
+ ReferenceName = "Mamuju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqy",
+ ReferenceName = "Manggarai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mqz",
+ ReferenceName = "Pano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mra",
+ ReferenceName = "Mlabri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrb",
+ ReferenceName = "Marino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrc",
+ ReferenceName = "Maricopa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrd",
+ ReferenceName = "Western Magar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mre",
+ ReferenceName = "Martha's Vineyard Sign Language",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mrf",
+ ReferenceName = "Elseng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrg",
+ ReferenceName = "Mising",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrh",
+ ReferenceName = "Mara Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mri",
+ Part1 = "mi",
+ Part2B = "mao",
+ Part2T = "mri",
+ ReferenceName = "Maori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrj",
+ ReferenceName = "Western Mari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrk",
+ ReferenceName = "Hmwaveke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrl",
+ ReferenceName = "Mortlockese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrm",
+ ReferenceName = "Merlav",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrn",
+ ReferenceName = "Cheke Holo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mro",
+ ReferenceName = "Mru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrp",
+ ReferenceName = "Morouas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrq",
+ ReferenceName = "North Marquesan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrr",
+ ReferenceName = "Maria (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrs",
+ ReferenceName = "Maragus",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrt",
+ ReferenceName = "Marghi Central",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mru",
+ ReferenceName = "Mono (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrv",
+ ReferenceName = "Mangareva",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrw",
+ ReferenceName = "Maranao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrx",
+ ReferenceName = "Maremgi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mry",
+ ReferenceName = "Mandaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mrz",
+ ReferenceName = "Marind",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msa",
+ Part1 = "ms",
+ Part2B = "may",
+ Part2T = "msa",
+ ReferenceName = "Malay (macrolanguage)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msb",
+ ReferenceName = "Masbatenyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msc",
+ ReferenceName = "Sankaran Maninka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msd",
+ ReferenceName = "Yucatec Maya Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mse",
+ ReferenceName = "Musey",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msf",
+ ReferenceName = "Mekwei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msg",
+ ReferenceName = "Moraid",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msh",
+ ReferenceName = "Masikoro Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msi",
+ ReferenceName = "Sabah Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msj",
+ ReferenceName = "Ma (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msk",
+ ReferenceName = "Mansaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msl",
+ ReferenceName = "Molof",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msm",
+ ReferenceName = "Agusan Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msn",
+ ReferenceName = "Vurës",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mso",
+ ReferenceName = "Mombum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msp",
+ ReferenceName = "Maritsauá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "msq",
+ ReferenceName = "Caac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msr",
+ ReferenceName = "Mongolian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mss",
+ ReferenceName = "West Masela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msu",
+ ReferenceName = "Musom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msv",
+ ReferenceName = "Maslam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msw",
+ ReferenceName = "Mansoanka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msx",
+ ReferenceName = "Moresada",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msy",
+ ReferenceName = "Aruamu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "msz",
+ ReferenceName = "Momare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mta",
+ ReferenceName = "Cotabato Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtb",
+ ReferenceName = "Anyin Morofo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtc",
+ ReferenceName = "Munit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtd",
+ ReferenceName = "Mualang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mte",
+ ReferenceName = "Mono (Solomon Islands)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtf",
+ ReferenceName = "Murik (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtg",
+ ReferenceName = "Una",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mth",
+ ReferenceName = "Munggui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mti",
+ ReferenceName = "Maiwa (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtj",
+ ReferenceName = "Moskona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtk",
+ ReferenceName = "Mbe'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtl",
+ ReferenceName = "Montol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtm",
+ ReferenceName = "Mator",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mtn",
+ ReferenceName = "Matagalpa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mto",
+ ReferenceName = "Totontepec Mixe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtp",
+ ReferenceName = "Wichí Lhamtés Nocten",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtq",
+ ReferenceName = "Muong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtr",
+ ReferenceName = "Mewari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mts",
+ ReferenceName = "Yora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtt",
+ ReferenceName = "Mota",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtu",
+ ReferenceName = "Tututepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtv",
+ ReferenceName = "Asaro'o",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtw",
+ ReferenceName = "Southern Binukidnon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mtx",
+ ReferenceName = "Tidaá Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mty",
+ ReferenceName = "Nabi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mua",
+ ReferenceName = "Mundang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mub",
+ ReferenceName = "Mubi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muc",
+ ReferenceName = "Ajumbu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mud",
+ ReferenceName = "Mednyj Aleut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mue",
+ ReferenceName = "Media Lengua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mug",
+ ReferenceName = "Musgu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muh",
+ ReferenceName = "Mündü",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mui",
+ ReferenceName = "Musi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muj",
+ ReferenceName = "Mabire",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muk",
+ ReferenceName = "Mugom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mul",
+ Part2B = "mul",
+ Part2T = "mul",
+ ReferenceName = "Multiple languages",
+ Scope = "S",
+ Type = "S"
+ },
+ new
+ {
+ Id = "mum",
+ ReferenceName = "Maiwala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muo",
+ ReferenceName = "Nyong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mup",
+ ReferenceName = "Malvi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muq",
+ ReferenceName = "Eastern Xiangxi Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mur",
+ ReferenceName = "Murle",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mus",
+ Part2B = "mus",
+ Part2T = "mus",
+ ReferenceName = "Creek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mut",
+ ReferenceName = "Western Muria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muu",
+ ReferenceName = "Yaaku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muv",
+ ReferenceName = "Muthuvan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mux",
+ ReferenceName = "Bo-Ung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muy",
+ ReferenceName = "Muyang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "muz",
+ ReferenceName = "Mursi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mva",
+ ReferenceName = "Manam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvb",
+ ReferenceName = "Mattole",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mvd",
+ ReferenceName = "Mamboru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mve",
+ ReferenceName = "Marwari (Pakistan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvf",
+ ReferenceName = "Peripheral Mongolian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvg",
+ ReferenceName = "Yucuañe Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvh",
+ ReferenceName = "Mulgi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvi",
+ ReferenceName = "Miyako",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvk",
+ ReferenceName = "Mekmek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvl",
+ ReferenceName = "Mbara (Australia)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mvm",
+ ReferenceName = "Muya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvn",
+ ReferenceName = "Minaveha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvo",
+ ReferenceName = "Marovo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvp",
+ ReferenceName = "Duri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvq",
+ ReferenceName = "Moere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvr",
+ ReferenceName = "Marau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvs",
+ ReferenceName = "Massep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvt",
+ ReferenceName = "Mpotovoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvu",
+ ReferenceName = "Marfa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvv",
+ ReferenceName = "Tagal Murut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvw",
+ ReferenceName = "Machinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvx",
+ ReferenceName = "Meoswar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvy",
+ ReferenceName = "Indus Kohistani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mvz",
+ ReferenceName = "Mesqan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwa",
+ ReferenceName = "Mwatebu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwb",
+ ReferenceName = "Juwal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwc",
+ ReferenceName = "Are",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwe",
+ ReferenceName = "Mwera (Chimwera)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwf",
+ ReferenceName = "Murrinh-Patha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwg",
+ ReferenceName = "Aiklep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwh",
+ ReferenceName = "Mouk-Aria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwi",
+ ReferenceName = "Labo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwk",
+ ReferenceName = "Kita Maninkakan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwl",
+ Part2B = "mwl",
+ Part2T = "mwl",
+ ReferenceName = "Mirandese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwm",
+ ReferenceName = "Sar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwn",
+ ReferenceName = "Nyamwanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwo",
+ ReferenceName = "Central Maewo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwp",
+ ReferenceName = "Kala Lagaw Ya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwq",
+ ReferenceName = "Mün Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwr",
+ Part2B = "mwr",
+ Part2T = "mwr",
+ ReferenceName = "Marwari",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mws",
+ ReferenceName = "Mwimbi-Muthambi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwt",
+ ReferenceName = "Moken",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwu",
+ ReferenceName = "Mittu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mwv",
+ ReferenceName = "Mentawai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mww",
+ ReferenceName = "Hmong Daw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mwz",
+ ReferenceName = "Moingi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxa",
+ ReferenceName = "Northwest Oaxaca Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxb",
+ ReferenceName = "Tezoatlán Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxc",
+ ReferenceName = "Manyika",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxd",
+ ReferenceName = "Modang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxe",
+ ReferenceName = "Mele-Fila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxf",
+ ReferenceName = "Malgbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxg",
+ ReferenceName = "Mbangala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxh",
+ ReferenceName = "Mvuba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxi",
+ ReferenceName = "Mozarabic",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "mxj",
+ ReferenceName = "Miju-Mishmi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxk",
+ ReferenceName = "Monumbo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxl",
+ ReferenceName = "Maxi Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxm",
+ ReferenceName = "Meramera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxn",
+ ReferenceName = "Moi (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxo",
+ ReferenceName = "Mbowe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxp",
+ ReferenceName = "Tlahuitoltepec Mixe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxq",
+ ReferenceName = "Juquila Mixe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxr",
+ ReferenceName = "Murik (Malaysia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxs",
+ ReferenceName = "Huitepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxt",
+ ReferenceName = "Jamiltepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxu",
+ ReferenceName = "Mada (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxv",
+ ReferenceName = "Metlatónoc Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxw",
+ ReferenceName = "Namo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxx",
+ ReferenceName = "Mahou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxy",
+ ReferenceName = "Southeastern Nochixtlán Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mxz",
+ ReferenceName = "Central Masela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mya",
+ Part1 = "my",
+ Part2B = "bur",
+ Part2T = "mya",
+ ReferenceName = "Burmese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myb",
+ ReferenceName = "Mbay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myc",
+ ReferenceName = "Mayeka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mye",
+ ReferenceName = "Myene",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myf",
+ ReferenceName = "Bambassi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myg",
+ ReferenceName = "Manta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myh",
+ ReferenceName = "Makah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myj",
+ ReferenceName = "Mangayat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myk",
+ ReferenceName = "Mamara Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myl",
+ ReferenceName = "Moma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mym",
+ ReferenceName = "Me'en",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myo",
+ ReferenceName = "Anfillo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myp",
+ ReferenceName = "Pirahã",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myr",
+ ReferenceName = "Muniche",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mys",
+ ReferenceName = "Mesmes",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "myu",
+ ReferenceName = "Mundurukú",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myv",
+ Part2B = "myv",
+ Part2T = "myv",
+ ReferenceName = "Erzya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myw",
+ ReferenceName = "Muyuw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myx",
+ ReferenceName = "Masaaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myy",
+ ReferenceName = "Macuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "myz",
+ ReferenceName = "Classical Mandaic",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "mza",
+ ReferenceName = "Santa María Zacatepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzb",
+ ReferenceName = "Tumzabt",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzc",
+ ReferenceName = "Madagascar Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzd",
+ ReferenceName = "Malimba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mze",
+ ReferenceName = "Morawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzg",
+ ReferenceName = "Monastic Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzh",
+ ReferenceName = "Wichí Lhamtés Güisnay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzi",
+ ReferenceName = "Ixcatlán Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzj",
+ ReferenceName = "Manya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzk",
+ ReferenceName = "Nigeria Mambila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzl",
+ ReferenceName = "Mazatlán Mixe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzm",
+ ReferenceName = "Mumuye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzn",
+ ReferenceName = "Mazanderani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzo",
+ ReferenceName = "Matipuhy",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "mzp",
+ ReferenceName = "Movima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzq",
+ ReferenceName = "Mori Atas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzr",
+ ReferenceName = "Marúbo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzs",
+ ReferenceName = "Macanese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzt",
+ ReferenceName = "Mintil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzu",
+ ReferenceName = "Inapang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzv",
+ ReferenceName = "Manza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzw",
+ ReferenceName = "Deg",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzx",
+ ReferenceName = "Mawayana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzy",
+ ReferenceName = "Mozambican Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "mzz",
+ ReferenceName = "Maiadomu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "naa",
+ ReferenceName = "Namla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nab",
+ ReferenceName = "Southern Nambikuára",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nac",
+ ReferenceName = "Narak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nae",
+ ReferenceName = "Naka'ela",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "naf",
+ ReferenceName = "Nabak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nag",
+ ReferenceName = "Naga Pidgin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "naj",
+ ReferenceName = "Nalu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nak",
+ ReferenceName = "Nakanai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nal",
+ ReferenceName = "Nalik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nam",
+ ReferenceName = "Ngan'gityemerri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nan",
+ ReferenceName = "Min Nan Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nao",
+ ReferenceName = "Naaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nap",
+ Part2B = "nap",
+ Part2T = "nap",
+ ReferenceName = "Neapolitan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "naq",
+ ReferenceName = "Khoekhoe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nar",
+ ReferenceName = "Iguta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nas",
+ ReferenceName = "Naasioi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nat",
+ ReferenceName = "Ca̱hungwa̱rya̱",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nau",
+ Part1 = "na",
+ Part2B = "nau",
+ Part2T = "nau",
+ ReferenceName = "Nauru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nav",
+ Part1 = "nv",
+ Part2B = "nav",
+ Part2T = "nav",
+ ReferenceName = "Navajo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "naw",
+ ReferenceName = "Nawuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nax",
+ ReferenceName = "Nakwi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nay",
+ ReferenceName = "Ngarrindjeri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "naz",
+ ReferenceName = "Coatepec Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nba",
+ ReferenceName = "Nyemba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbb",
+ ReferenceName = "Ndoe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbc",
+ ReferenceName = "Chang Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbd",
+ ReferenceName = "Ngbinda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbe",
+ ReferenceName = "Konyak Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbg",
+ ReferenceName = "Nagarchal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbh",
+ ReferenceName = "Ngamo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbi",
+ ReferenceName = "Mao Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbj",
+ ReferenceName = "Ngarinyman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbk",
+ ReferenceName = "Nake",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbl",
+ Part1 = "nr",
+ Part2B = "nbl",
+ Part2T = "nbl",
+ ReferenceName = "South Ndebele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbm",
+ ReferenceName = "Ngbaka Ma'bo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbn",
+ ReferenceName = "Kuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbo",
+ ReferenceName = "Nkukoli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbp",
+ ReferenceName = "Nnam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbq",
+ ReferenceName = "Nggem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbr",
+ ReferenceName = "Numana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbs",
+ ReferenceName = "Namibian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbt",
+ ReferenceName = "Na",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbu",
+ ReferenceName = "Rongmei Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbv",
+ ReferenceName = "Ngamambo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nbw",
+ ReferenceName = "Southern Ngbandi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nby",
+ ReferenceName = "Ningera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nca",
+ ReferenceName = "Iyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncb",
+ ReferenceName = "Central Nicobarese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncc",
+ ReferenceName = "Ponam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncd",
+ ReferenceName = "Nachering",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nce",
+ ReferenceName = "Yale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncf",
+ ReferenceName = "Notsi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncg",
+ ReferenceName = "Nisga'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nch",
+ ReferenceName = "Central Huasteca Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nci",
+ ReferenceName = "Classical Nahuatl",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ncj",
+ ReferenceName = "Northern Puebla Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nck",
+ ReferenceName = "Na-kara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncl",
+ ReferenceName = "Michoacán Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncm",
+ ReferenceName = "Nambo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncn",
+ ReferenceName = "Nauna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nco",
+ ReferenceName = "Sibe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncq",
+ ReferenceName = "Northern Katang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncr",
+ ReferenceName = "Ncane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncs",
+ ReferenceName = "Nicaraguan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nct",
+ ReferenceName = "Chothe Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncu",
+ ReferenceName = "Chumburung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncx",
+ ReferenceName = "Central Puebla Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ncz",
+ ReferenceName = "Natchez",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nda",
+ ReferenceName = "Ndasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndb",
+ ReferenceName = "Kenswei Nsei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndc",
+ ReferenceName = "Ndau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndd",
+ ReferenceName = "Nde-Nsele-Nta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nde",
+ Part1 = "nd",
+ Part2B = "nde",
+ Part2T = "nde",
+ ReferenceName = "North Ndebele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndf",
+ ReferenceName = "Nadruvian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ndg",
+ ReferenceName = "Ndengereko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndh",
+ ReferenceName = "Ndali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndi",
+ ReferenceName = "Samba Leko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndj",
+ ReferenceName = "Ndamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndk",
+ ReferenceName = "Ndaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndl",
+ ReferenceName = "Ndolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndm",
+ ReferenceName = "Ndam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndn",
+ ReferenceName = "Ngundi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndo",
+ Part1 = "ng",
+ Part2B = "ndo",
+ Part2T = "ndo",
+ ReferenceName = "Ndonga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndp",
+ ReferenceName = "Ndo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndq",
+ ReferenceName = "Ndombe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndr",
+ ReferenceName = "Ndoola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nds",
+ Part2B = "nds",
+ Part2T = "nds",
+ ReferenceName = "Low German",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndt",
+ ReferenceName = "Ndunga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndu",
+ ReferenceName = "Dugun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndv",
+ ReferenceName = "Ndut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndw",
+ ReferenceName = "Ndobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndx",
+ ReferenceName = "Nduga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndy",
+ ReferenceName = "Lutos",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ndz",
+ ReferenceName = "Ndogo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nea",
+ ReferenceName = "Eastern Ngad'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "neb",
+ ReferenceName = "Toura (Côte d'Ivoire)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nec",
+ ReferenceName = "Nedebang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ned",
+ ReferenceName = "Nde-Gbite",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nee",
+ ReferenceName = "Nêlêmwa-Nixumwak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nef",
+ ReferenceName = "Nefamese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "neg",
+ ReferenceName = "Negidal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "neh",
+ ReferenceName = "Nyenkha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nei",
+ ReferenceName = "Neo-Hittite",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "nej",
+ ReferenceName = "Neko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nek",
+ ReferenceName = "Neku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nem",
+ ReferenceName = "Nemi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nen",
+ ReferenceName = "Nengone",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "neo",
+ ReferenceName = "Ná-Meo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nep",
+ Part1 = "ne",
+ Part2B = "nep",
+ Part2T = "nep",
+ ReferenceName = "Nepali (macrolanguage)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "neq",
+ ReferenceName = "North Central Mixe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ner",
+ ReferenceName = "Yahadian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nes",
+ ReferenceName = "Bhoti Kinnauri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "net",
+ ReferenceName = "Nete",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "neu",
+ ReferenceName = "Neo",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "nev",
+ ReferenceName = "Nyaheun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "new",
+ Part2B = "new",
+ Part2T = "new",
+ ReferenceName = "Newari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nex",
+ ReferenceName = "Neme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ney",
+ ReferenceName = "Neyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nez",
+ ReferenceName = "Nez Perce",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nfa",
+ ReferenceName = "Dhao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nfd",
+ ReferenceName = "Ahwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nfl",
+ ReferenceName = "Ayiwo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nfr",
+ ReferenceName = "Nafaanra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nfu",
+ ReferenceName = "Mfumte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nga",
+ ReferenceName = "Ngbaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngb",
+ ReferenceName = "Northern Ngbandi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngc",
+ ReferenceName = "Ngombe (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngd",
+ ReferenceName = "Ngando (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nge",
+ ReferenceName = "Ngemba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngg",
+ ReferenceName = "Ngbaka Manza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngh",
+ ReferenceName = "Nǁng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngi",
+ ReferenceName = "Ngizim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngj",
+ ReferenceName = "Ngie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngk",
+ ReferenceName = "Dalabon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngl",
+ ReferenceName = "Lomwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngm",
+ ReferenceName = "Ngatik Men's Creole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngn",
+ ReferenceName = "Ngwo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngo",
+ ReferenceName = "Ngoni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngp",
+ ReferenceName = "Ngulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngq",
+ ReferenceName = "Ngurimi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngr",
+ ReferenceName = "Engdewu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngs",
+ ReferenceName = "Gvoko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngt",
+ ReferenceName = "Kriang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngu",
+ ReferenceName = "Guerrero Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngv",
+ ReferenceName = "Nagumi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ngw",
+ ReferenceName = "Ngwaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngx",
+ ReferenceName = "Nggwahyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngy",
+ ReferenceName = "Tibea",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ngz",
+ ReferenceName = "Ngungwel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nha",
+ ReferenceName = "Nhanda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhb",
+ ReferenceName = "Beng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhc",
+ ReferenceName = "Tabasco Nahuatl",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nhd",
+ ReferenceName = "Chiripá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhe",
+ ReferenceName = "Eastern Huasteca Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhf",
+ ReferenceName = "Nhuwala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhg",
+ ReferenceName = "Tetelcingo Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhh",
+ ReferenceName = "Nahari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhi",
+ ReferenceName = "Zacatlán-Ahuacatlán-Tepetzintla Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhk",
+ ReferenceName = "Isthmus-Cosoleacaque Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhm",
+ ReferenceName = "Morelos Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhn",
+ ReferenceName = "Central Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nho",
+ ReferenceName = "Takuu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhp",
+ ReferenceName = "Isthmus-Pajapan Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhq",
+ ReferenceName = "Huaxcaleca Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhr",
+ ReferenceName = "Naro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nht",
+ ReferenceName = "Ometepec Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhu",
+ ReferenceName = "Noone",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhv",
+ ReferenceName = "Temascaltepec Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhw",
+ ReferenceName = "Western Huasteca Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhx",
+ ReferenceName = "Isthmus-Mecayapan Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhy",
+ ReferenceName = "Northern Oaxaca Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nhz",
+ ReferenceName = "Santa María La Alta Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nia",
+ Part2B = "nia",
+ Part2T = "nia",
+ ReferenceName = "Nias",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nib",
+ ReferenceName = "Nakame",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nid",
+ ReferenceName = "Ngandi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nie",
+ ReferenceName = "Niellim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nif",
+ ReferenceName = "Nek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nig",
+ ReferenceName = "Ngalakgan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nih",
+ ReferenceName = "Nyiha (Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nii",
+ ReferenceName = "Nii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nij",
+ ReferenceName = "Ngaju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nik",
+ ReferenceName = "Southern Nicobarese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nil",
+ ReferenceName = "Nila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nim",
+ ReferenceName = "Nilamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nin",
+ ReferenceName = "Ninzo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nio",
+ ReferenceName = "Nganasan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "niq",
+ ReferenceName = "Nandi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nir",
+ ReferenceName = "Nimboran",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nis",
+ ReferenceName = "Nimi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nit",
+ ReferenceName = "Southeastern Kolami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "niu",
+ Part2B = "niu",
+ Part2T = "niu",
+ ReferenceName = "Niuean",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "niv",
+ ReferenceName = "Gilyak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "niw",
+ ReferenceName = "Nimo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nix",
+ ReferenceName = "Hema",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "niy",
+ ReferenceName = "Ngiti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "niz",
+ ReferenceName = "Ningil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nja",
+ ReferenceName = "Nzanyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njb",
+ ReferenceName = "Nocte Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njd",
+ ReferenceName = "Ndonde Hamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njh",
+ ReferenceName = "Lotha Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nji",
+ ReferenceName = "Gudanji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njj",
+ ReferenceName = "Njen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njl",
+ ReferenceName = "Njalgulgule",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njm",
+ ReferenceName = "Angami Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njn",
+ ReferenceName = "Liangmai Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njo",
+ ReferenceName = "Ao Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njr",
+ ReferenceName = "Njerep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njs",
+ ReferenceName = "Nisa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njt",
+ ReferenceName = "Ndyuka-Trio Pidgin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nju",
+ ReferenceName = "Ngadjunmaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njx",
+ ReferenceName = "Kunyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njy",
+ ReferenceName = "Njyem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "njz",
+ ReferenceName = "Nyishi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nka",
+ ReferenceName = "Nkoya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkb",
+ ReferenceName = "Khoibu Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkc",
+ ReferenceName = "Nkongho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkd",
+ ReferenceName = "Koireng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nke",
+ ReferenceName = "Duke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkf",
+ ReferenceName = "Inpui Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkg",
+ ReferenceName = "Nekgini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkh",
+ ReferenceName = "Khezha Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nki",
+ ReferenceName = "Thangal Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkj",
+ ReferenceName = "Nakai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkk",
+ ReferenceName = "Nokuku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkm",
+ ReferenceName = "Namat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkn",
+ ReferenceName = "Nkangala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nko",
+ ReferenceName = "Nkonya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkp",
+ ReferenceName = "Niuatoputapu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nkq",
+ ReferenceName = "Nkami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkr",
+ ReferenceName = "Nukuoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nks",
+ ReferenceName = "North Asmat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkt",
+ ReferenceName = "Nyika (Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nku",
+ ReferenceName = "Bouna Kulango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkv",
+ ReferenceName = "Nyika (Malawi and Zambia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkw",
+ ReferenceName = "Nkutu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkx",
+ ReferenceName = "Nkoroo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nkz",
+ ReferenceName = "Nkari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nla",
+ ReferenceName = "Ngombale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlc",
+ ReferenceName = "Nalca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nld",
+ Part1 = "nl",
+ Part2B = "dut",
+ Part2T = "nld",
+ ReferenceName = "Dutch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nle",
+ ReferenceName = "East Nyala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlg",
+ ReferenceName = "Gela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nli",
+ ReferenceName = "Grangali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlj",
+ ReferenceName = "Nyali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlk",
+ ReferenceName = "Ninia Yali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nll",
+ ReferenceName = "Nihali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlm",
+ ReferenceName = "Mankiyali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlo",
+ ReferenceName = "Ngul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlq",
+ ReferenceName = "Lao Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlu",
+ ReferenceName = "Nchumbulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlv",
+ ReferenceName = "Orizaba Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlw",
+ ReferenceName = "Walangama",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nlx",
+ ReferenceName = "Nahali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nly",
+ ReferenceName = "Nyamal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nlz",
+ ReferenceName = "Nalögo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nma",
+ ReferenceName = "Maram Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmb",
+ ReferenceName = "Big Nambas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmc",
+ ReferenceName = "Ngam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmd",
+ ReferenceName = "Ndumu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nme",
+ ReferenceName = "Mzieme Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmf",
+ ReferenceName = "Tangkhul Naga (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmg",
+ ReferenceName = "Kwasio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmh",
+ ReferenceName = "Monsang Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmi",
+ ReferenceName = "Nyam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmj",
+ ReferenceName = "Ngombe (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmk",
+ ReferenceName = "Namakura",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nml",
+ ReferenceName = "Ndemli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmm",
+ ReferenceName = "Manangba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmn",
+ ReferenceName = "ǃXóõ",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmo",
+ ReferenceName = "Moyon Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmp",
+ ReferenceName = "Nimanbur",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nmq",
+ ReferenceName = "Nambya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmr",
+ ReferenceName = "Nimbari",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nms",
+ ReferenceName = "Letemboi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmt",
+ ReferenceName = "Namonuito",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmu",
+ ReferenceName = "Northeast Maidu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmv",
+ ReferenceName = "Ngamini",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nmw",
+ ReferenceName = "Nimoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmx",
+ ReferenceName = "Nama (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmy",
+ ReferenceName = "Namuyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nmz",
+ ReferenceName = "Nawdm",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nna",
+ ReferenceName = "Nyangumarta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnb",
+ ReferenceName = "Nande",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnc",
+ ReferenceName = "Nancere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnd",
+ ReferenceName = "West Ambae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nne",
+ ReferenceName = "Ngandyera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnf",
+ ReferenceName = "Ngaing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nng",
+ ReferenceName = "Maring Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnh",
+ ReferenceName = "Ngiemboon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nni",
+ ReferenceName = "North Nuaulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnj",
+ ReferenceName = "Nyangatom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnk",
+ ReferenceName = "Nankina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnl",
+ ReferenceName = "Northern Rengma Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnm",
+ ReferenceName = "Namia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnn",
+ ReferenceName = "Ngete",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nno",
+ Part1 = "nn",
+ Part2B = "nno",
+ Part2T = "nno",
+ ReferenceName = "Norwegian Nynorsk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnp",
+ ReferenceName = "Wancho Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnq",
+ ReferenceName = "Ngindo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnr",
+ ReferenceName = "Narungga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nnt",
+ ReferenceName = "Nanticoke",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nnu",
+ ReferenceName = "Dwang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nnv",
+ ReferenceName = "Nugunu (Australia)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nnw",
+ ReferenceName = "Southern Nuni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nny",
+ ReferenceName = "Nyangga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nnz",
+ ReferenceName = "Nda'nda'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noa",
+ ReferenceName = "Woun Meu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nob",
+ Part1 = "nb",
+ Part2B = "nob",
+ Part2T = "nob",
+ ReferenceName = "Norwegian Bokmål",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noc",
+ ReferenceName = "Nuk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nod",
+ ReferenceName = "Northern Thai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noe",
+ ReferenceName = "Nimadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nof",
+ ReferenceName = "Nomane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nog",
+ Part2B = "nog",
+ Part2T = "nog",
+ ReferenceName = "Nogai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noh",
+ ReferenceName = "Nomu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noi",
+ ReferenceName = "Noiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noj",
+ ReferenceName = "Nonuya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nok",
+ ReferenceName = "Nooksack",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nol",
+ ReferenceName = "Nomlaki",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nom",
+ ReferenceName = "Nocamán",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "non",
+ Part2B = "non",
+ Part2T = "non",
+ ReferenceName = "Old Norse",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "nop",
+ ReferenceName = "Numanggang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noq",
+ ReferenceName = "Ngongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nor",
+ Part1 = "no",
+ Part2B = "nor",
+ Part2T = "nor",
+ ReferenceName = "Norwegian",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nos",
+ ReferenceName = "Eastern Nisu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "not",
+ ReferenceName = "Nomatsiguenga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nou",
+ ReferenceName = "Ewage-Notu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nov",
+ ReferenceName = "Novial",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "now",
+ ReferenceName = "Nyambo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noy",
+ ReferenceName = "Noy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "noz",
+ ReferenceName = "Nayi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npa",
+ ReferenceName = "Nar Phu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npb",
+ ReferenceName = "Nupbikha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npg",
+ ReferenceName = "Ponyo-Gongwang Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nph",
+ ReferenceName = "Phom Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npi",
+ ReferenceName = "Nepali (individual language)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npl",
+ ReferenceName = "Southeastern Puebla Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npn",
+ ReferenceName = "Mondropolon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npo",
+ ReferenceName = "Pochuri Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nps",
+ ReferenceName = "Nipsan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npu",
+ ReferenceName = "Puimei Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npx",
+ ReferenceName = "Noipx",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "npy",
+ ReferenceName = "Napu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nqg",
+ ReferenceName = "Southern Nago",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nqk",
+ ReferenceName = "Kura Ede Nago",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nql",
+ ReferenceName = "Ngendelengo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nqm",
+ ReferenceName = "Ndom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nqn",
+ ReferenceName = "Nen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nqo",
+ Part2B = "nqo",
+ Part2T = "nqo",
+ ReferenceName = "N'Ko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nqq",
+ ReferenceName = "Kyan-Karyaw Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nqy",
+ ReferenceName = "Akyaung Ari Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nra",
+ ReferenceName = "Ngom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrb",
+ ReferenceName = "Nara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrc",
+ ReferenceName = "Noric",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "nre",
+ ReferenceName = "Southern Rengma Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrf",
+ ReferenceName = "Jèrriais",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrg",
+ ReferenceName = "Narango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nri",
+ ReferenceName = "Chokri Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrk",
+ ReferenceName = "Ngarla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrl",
+ ReferenceName = "Ngarluma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrm",
+ ReferenceName = "Narom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrn",
+ ReferenceName = "Norn",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nrp",
+ ReferenceName = "North Picene",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "nrr",
+ ReferenceName = "Norra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nrt",
+ ReferenceName = "Northern Kalapuya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nru",
+ ReferenceName = "Narua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nrx",
+ ReferenceName = "Ngurmbur",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nrz",
+ ReferenceName = "Lala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsa",
+ ReferenceName = "Sangtam Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsc",
+ ReferenceName = "Nshi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsd",
+ ReferenceName = "Southern Nisu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nse",
+ ReferenceName = "Nsenga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsf",
+ ReferenceName = "Northwestern Nisu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsg",
+ ReferenceName = "Ngasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsh",
+ ReferenceName = "Ngoshie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsi",
+ ReferenceName = "Nigerian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsk",
+ ReferenceName = "Naskapi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsl",
+ ReferenceName = "Norwegian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsm",
+ ReferenceName = "Sumi Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsn",
+ ReferenceName = "Nehan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nso",
+ Part2B = "nso",
+ Part2T = "nso",
+ ReferenceName = "Pedi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsp",
+ ReferenceName = "Nepalese Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsq",
+ ReferenceName = "Northern Sierra Miwok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsr",
+ ReferenceName = "Maritime Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nss",
+ ReferenceName = "Nali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nst",
+ ReferenceName = "Tase Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsu",
+ ReferenceName = "Sierra Negra Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsv",
+ ReferenceName = "Southwestern Nisu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsw",
+ ReferenceName = "Navut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsx",
+ ReferenceName = "Nsongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsy",
+ ReferenceName = "Nasal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nsz",
+ ReferenceName = "Nisenan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntd",
+ ReferenceName = "Northern Tidung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nte",
+ ReferenceName = "Nathembo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntg",
+ ReferenceName = "Ngantangarra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nti",
+ ReferenceName = "Natioro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntj",
+ ReferenceName = "Ngaanyatjarra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntk",
+ ReferenceName = "Ikoma-Nata-Isenye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntm",
+ ReferenceName = "Nateni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nto",
+ ReferenceName = "Ntomba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntp",
+ ReferenceName = "Northern Tepehuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntr",
+ ReferenceName = "Delo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntu",
+ ReferenceName = "Natügu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntw",
+ ReferenceName = "Nottoway",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ntx",
+ ReferenceName = "Tangkhul Naga (Myanmar)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nty",
+ ReferenceName = "Mantsi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ntz",
+ ReferenceName = "Natanzi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nua",
+ ReferenceName = "Yuanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuc",
+ ReferenceName = "Nukuini",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nud",
+ ReferenceName = "Ngala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nue",
+ ReferenceName = "Ngundu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuf",
+ ReferenceName = "Nusu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nug",
+ ReferenceName = "Nungali",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nuh",
+ ReferenceName = "Ndunda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nui",
+ ReferenceName = "Ngumbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuj",
+ ReferenceName = "Nyole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuk",
+ ReferenceName = "Nuu-chah-nulth",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nul",
+ ReferenceName = "Nusa Laut",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "num",
+ ReferenceName = "Niuafo'ou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nun",
+ ReferenceName = "Anong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuo",
+ ReferenceName = "Nguôn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nup",
+ ReferenceName = "Nupe-Nupe-Tako",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuq",
+ ReferenceName = "Nukumanu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nur",
+ ReferenceName = "Nukuria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nus",
+ ReferenceName = "Nuer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nut",
+ ReferenceName = "Nung (Viet Nam)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuu",
+ ReferenceName = "Ngbundu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuv",
+ ReferenceName = "Northern Nuni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuw",
+ ReferenceName = "Nguluwan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nux",
+ ReferenceName = "Mehek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuy",
+ ReferenceName = "Nunggubuyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nuz",
+ ReferenceName = "Tlamacazapa Nahuatl",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nvh",
+ ReferenceName = "Nasarian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nvm",
+ ReferenceName = "Namiae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nvo",
+ ReferenceName = "Nyokon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nwa",
+ ReferenceName = "Nawathinehena",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nwb",
+ ReferenceName = "Nyabwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nwc",
+ Part2B = "nwc",
+ Part2T = "nwc",
+ ReferenceName = "Classical Newari",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "nwe",
+ ReferenceName = "Ngwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nwg",
+ ReferenceName = "Ngayawung",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nwi",
+ ReferenceName = "Southwest Tanna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nwm",
+ ReferenceName = "Nyamusa-Molo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nwo",
+ ReferenceName = "Nauo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nwr",
+ ReferenceName = "Nawaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nwx",
+ ReferenceName = "Middle Newar",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "nwy",
+ ReferenceName = "Nottoway-Meherrin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nxa",
+ ReferenceName = "Nauete",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxd",
+ ReferenceName = "Ngando (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxe",
+ ReferenceName = "Nage",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxg",
+ ReferenceName = "Ngad'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxi",
+ ReferenceName = "Nindi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxk",
+ ReferenceName = "Koki Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxl",
+ ReferenceName = "South Nuaulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxm",
+ ReferenceName = "Numidian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "nxn",
+ ReferenceName = "Ngawun",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nxo",
+ ReferenceName = "Ndambomo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxq",
+ ReferenceName = "Naxi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxr",
+ ReferenceName = "Ninggerum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nxu",
+ ReferenceName = "Narau",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nxx",
+ ReferenceName = "Nafri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nya",
+ Part1 = "ny",
+ Part2B = "nya",
+ Part2T = "nya",
+ ReferenceName = "Nyanja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyb",
+ ReferenceName = "Nyangbo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyc",
+ ReferenceName = "Nyanga-li",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyd",
+ ReferenceName = "Nyore",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nye",
+ ReferenceName = "Nyengo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyf",
+ ReferenceName = "Giryama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyg",
+ ReferenceName = "Nyindu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyh",
+ ReferenceName = "Nyikina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyi",
+ ReferenceName = "Ama (Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyj",
+ ReferenceName = "Nyanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyk",
+ ReferenceName = "Nyaneka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyl",
+ ReferenceName = "Nyeu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nym",
+ Part2B = "nym",
+ Part2T = "nym",
+ ReferenceName = "Nyamwezi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyn",
+ Part2B = "nyn",
+ Part2T = "nyn",
+ ReferenceName = "Nyankole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyo",
+ Part2B = "nyo",
+ Part2T = "nyo",
+ ReferenceName = "Nyoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyp",
+ ReferenceName = "Nyang'i",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nyq",
+ ReferenceName = "Nayini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyr",
+ ReferenceName = "Nyiha (Malawi)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nys",
+ ReferenceName = "Nyungar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyt",
+ ReferenceName = "Nyawaygi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nyu",
+ ReferenceName = "Nyungwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyv",
+ ReferenceName = "Nyulnyul",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nyw",
+ ReferenceName = "Nyaw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nyx",
+ ReferenceName = "Nganyaywana",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "nyy",
+ ReferenceName = "Nyakyusa-Ngonde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nza",
+ ReferenceName = "Tigon Mbembe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzb",
+ ReferenceName = "Njebi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzd",
+ ReferenceName = "Nzadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzi",
+ Part2B = "nzi",
+ Part2T = "nzi",
+ ReferenceName = "Nzima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzk",
+ ReferenceName = "Nzakara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzm",
+ ReferenceName = "Zeme Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzs",
+ ReferenceName = "New Zealand Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzu",
+ ReferenceName = "Teke-Nzikou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzy",
+ ReferenceName = "Nzakambay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "nzz",
+ ReferenceName = "Nanga Dama Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oaa",
+ ReferenceName = "Orok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oac",
+ ReferenceName = "Oroch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oar",
+ ReferenceName = "Old Aramaic (up to 700 BCE)",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "oav",
+ ReferenceName = "Old Avar",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "obi",
+ ReferenceName = "Obispeño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "obk",
+ ReferenceName = "Southern Bontok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "obl",
+ ReferenceName = "Oblo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "obm",
+ ReferenceName = "Moabite",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "obo",
+ ReferenceName = "Obo Manobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "obr",
+ ReferenceName = "Old Burmese",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "obt",
+ ReferenceName = "Old Breton",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "obu",
+ ReferenceName = "Obulom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oca",
+ ReferenceName = "Ocaina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "och",
+ ReferenceName = "Old Chinese",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "oci",
+ Part1 = "oc",
+ Part2B = "oci",
+ Part2T = "oci",
+ ReferenceName = "Occitan (post 1500)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oco",
+ ReferenceName = "Old Cornish",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ocu",
+ ReferenceName = "Atzingo Matlatzinca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oda",
+ ReferenceName = "Odut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "odk",
+ ReferenceName = "Od",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "odt",
+ ReferenceName = "Old Dutch",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "odu",
+ ReferenceName = "Odual",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ofo",
+ ReferenceName = "Ofo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ofs",
+ ReferenceName = "Old Frisian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ofu",
+ ReferenceName = "Efutop",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ogb",
+ ReferenceName = "Ogbia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ogc",
+ ReferenceName = "Ogbah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oge",
+ ReferenceName = "Old Georgian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ogg",
+ ReferenceName = "Ogbogolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ogo",
+ ReferenceName = "Khana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ogu",
+ ReferenceName = "Ogbronuagum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oht",
+ ReferenceName = "Old Hittite",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ohu",
+ ReferenceName = "Old Hungarian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "oia",
+ ReferenceName = "Oirata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oin",
+ ReferenceName = "Inebu One",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ojb",
+ ReferenceName = "Northwestern Ojibwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ojc",
+ ReferenceName = "Central Ojibwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ojg",
+ ReferenceName = "Eastern Ojibwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oji",
+ Part1 = "oj",
+ Part2B = "oji",
+ Part2T = "oji",
+ ReferenceName = "Ojibwa",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ojp",
+ ReferenceName = "Old Japanese",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ojs",
+ ReferenceName = "Severn Ojibwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ojv",
+ ReferenceName = "Ontong Java",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ojw",
+ ReferenceName = "Western Ojibwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oka",
+ ReferenceName = "Okanagan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "okb",
+ ReferenceName = "Okobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "okd",
+ ReferenceName = "Okodia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oke",
+ ReferenceName = "Okpe (Southwestern Edo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "okg",
+ ReferenceName = "Koko Babangk",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "okh",
+ ReferenceName = "Koresh-e Rostam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oki",
+ ReferenceName = "Okiek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "okj",
+ ReferenceName = "Oko-Juwoi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "okk",
+ ReferenceName = "Kwamtim One",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "okl",
+ ReferenceName = "Old Kentish Sign Language",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "okm",
+ ReferenceName = "Middle Korean (10th-16th cent.)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "okn",
+ ReferenceName = "Oki-No-Erabu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oko",
+ ReferenceName = "Old Korean (3rd-9th cent.)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "okr",
+ ReferenceName = "Kirike",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oks",
+ ReferenceName = "Oko-Eni-Osayen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oku",
+ ReferenceName = "Oku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "okv",
+ ReferenceName = "Orokaiva",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "okx",
+ ReferenceName = "Okpe (Northwestern Edo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ola",
+ ReferenceName = "Walungge",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "old",
+ ReferenceName = "Mochi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ole",
+ ReferenceName = "Olekha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "olk",
+ ReferenceName = "Olkol",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "olm",
+ ReferenceName = "Oloma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "olo",
+ ReferenceName = "Livvi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "olr",
+ ReferenceName = "Olrat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "olt",
+ ReferenceName = "Old Lithuanian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "olu",
+ ReferenceName = "Kuvale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oma",
+ ReferenceName = "Omaha-Ponca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "omb",
+ ReferenceName = "East Ambae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "omc",
+ ReferenceName = "Mochica",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "omg",
+ ReferenceName = "Omagua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "omi",
+ ReferenceName = "Omi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "omk",
+ ReferenceName = "Omok",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "oml",
+ ReferenceName = "Ombo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "omn",
+ ReferenceName = "Minoan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "omo",
+ ReferenceName = "Utarmbung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "omp",
+ ReferenceName = "Old Manipuri",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "omr",
+ ReferenceName = "Old Marathi",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "omt",
+ ReferenceName = "Omotik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "omu",
+ ReferenceName = "Omurano",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "omw",
+ ReferenceName = "South Tairora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "omx",
+ ReferenceName = "Old Mon",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ona",
+ ReferenceName = "Ona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "onb",
+ ReferenceName = "Lingao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "one",
+ ReferenceName = "Oneida",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ong",
+ ReferenceName = "Olo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oni",
+ ReferenceName = "Onin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "onj",
+ ReferenceName = "Onjob",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "onk",
+ ReferenceName = "Kabore One",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "onn",
+ ReferenceName = "Onobasulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ono",
+ ReferenceName = "Onondaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "onp",
+ ReferenceName = "Sartang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "onr",
+ ReferenceName = "Northern One",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ons",
+ ReferenceName = "Ono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ont",
+ ReferenceName = "Ontenu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "onu",
+ ReferenceName = "Unua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "onw",
+ ReferenceName = "Old Nubian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "onx",
+ ReferenceName = "Onin Based Pidgin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ood",
+ ReferenceName = "Tohono O'odham",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oog",
+ ReferenceName = "Ong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oon",
+ ReferenceName = "Önge",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oor",
+ ReferenceName = "Oorlams",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oos",
+ ReferenceName = "Old Ossetic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "opa",
+ ReferenceName = "Okpamheri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "opk",
+ ReferenceName = "Kopkaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "opm",
+ ReferenceName = "Oksapmin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "opo",
+ ReferenceName = "Opao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "opt",
+ ReferenceName = "Opata",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "opy",
+ ReferenceName = "Ofayé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ora",
+ ReferenceName = "Oroha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "orc",
+ ReferenceName = "Orma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ore",
+ ReferenceName = "Orejón",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "org",
+ ReferenceName = "Oring",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "orh",
+ ReferenceName = "Oroqen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ori",
+ Part1 = "or",
+ Part2B = "ori",
+ Part2T = "ori",
+ ReferenceName = "Oriya (macrolanguage)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "orm",
+ Part1 = "om",
+ Part2B = "orm",
+ Part2T = "orm",
+ ReferenceName = "Oromo",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "orn",
+ ReferenceName = "Orang Kanaq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oro",
+ ReferenceName = "Orokolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "orr",
+ ReferenceName = "Oruma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ors",
+ ReferenceName = "Orang Seletar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ort",
+ ReferenceName = "Adivasi Oriya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oru",
+ ReferenceName = "Ormuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "orv",
+ ReferenceName = "Old Russian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "orw",
+ ReferenceName = "Oro Win",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "orx",
+ ReferenceName = "Oro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ory",
+ ReferenceName = "Odia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "orz",
+ ReferenceName = "Ormu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "osa",
+ Part2B = "osa",
+ Part2T = "osa",
+ ReferenceName = "Osage",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "osc",
+ ReferenceName = "Oscan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "osi",
+ ReferenceName = "Osing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oso",
+ ReferenceName = "Ososo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "osp",
+ ReferenceName = "Old Spanish",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "oss",
+ Part1 = "os",
+ Part2B = "oss",
+ Part2T = "oss",
+ ReferenceName = "Ossetian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ost",
+ ReferenceName = "Osatu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "osu",
+ ReferenceName = "Southern One",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "osx",
+ ReferenceName = "Old Saxon",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "ota",
+ Part2B = "ota",
+ Part2T = "ota",
+ ReferenceName = "Ottoman Turkish (1500-1928)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "otb",
+ ReferenceName = "Old Tibetan",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "otd",
+ ReferenceName = "Ot Danum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ote",
+ ReferenceName = "Mezquital Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oti",
+ ReferenceName = "Oti",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "otk",
+ ReferenceName = "Old Turkish",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "otl",
+ ReferenceName = "Tilapa Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "otm",
+ ReferenceName = "Eastern Highland Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "otn",
+ ReferenceName = "Tenango Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "otq",
+ ReferenceName = "Querétaro Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "otr",
+ ReferenceName = "Otoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ots",
+ ReferenceName = "Estado de México Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ott",
+ ReferenceName = "Temoaya Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "otu",
+ ReferenceName = "Otuke",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "otw",
+ ReferenceName = "Ottawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "otx",
+ ReferenceName = "Texcatepec Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oty",
+ ReferenceName = "Old Tamil",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "otz",
+ ReferenceName = "Ixtenco Otomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oua",
+ ReferenceName = "Tagargrent",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oub",
+ ReferenceName = "Glio-Oubi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oue",
+ ReferenceName = "Oune",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oui",
+ ReferenceName = "Old Uighur",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "oum",
+ ReferenceName = "Ouma",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ovd",
+ ReferenceName = "Elfdalian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "owi",
+ ReferenceName = "Owiniga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "owl",
+ ReferenceName = "Old Welsh",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "oyb",
+ ReferenceName = "Oy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oyd",
+ ReferenceName = "Oyda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oym",
+ ReferenceName = "Wayampi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "oyy",
+ ReferenceName = "Oya'oya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ozm",
+ ReferenceName = "Koonzime",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pab",
+ ReferenceName = "Parecís",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pac",
+ ReferenceName = "Pacoh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pad",
+ ReferenceName = "Paumarí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pae",
+ ReferenceName = "Pagibete",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "paf",
+ ReferenceName = "Paranawát",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pag",
+ Part2B = "pag",
+ Part2T = "pag",
+ ReferenceName = "Pangasinan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pah",
+ ReferenceName = "Tenharim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pai",
+ ReferenceName = "Pe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pak",
+ ReferenceName = "Parakanã",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pal",
+ Part2B = "pal",
+ Part2T = "pal",
+ ReferenceName = "Pahlavi",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "pam",
+ Part2B = "pam",
+ Part2T = "pam",
+ ReferenceName = "Pampanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pan",
+ Part1 = "pa",
+ Part2B = "pan",
+ Part2T = "pan",
+ ReferenceName = "Panjabi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pao",
+ ReferenceName = "Northern Paiute",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pap",
+ Part2B = "pap",
+ Part2T = "pap",
+ ReferenceName = "Papiamento",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "paq",
+ ReferenceName = "Parya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "par",
+ ReferenceName = "Panamint",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pas",
+ ReferenceName = "Papasena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pat",
+ ReferenceName = "Papitalai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pau",
+ Part2B = "pau",
+ Part2T = "pau",
+ ReferenceName = "Palauan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pav",
+ ReferenceName = "Pakaásnovos",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "paw",
+ ReferenceName = "Pawnee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pax",
+ ReferenceName = "Pankararé",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pay",
+ ReferenceName = "Pech",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "paz",
+ ReferenceName = "Pankararú",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pbb",
+ ReferenceName = "Páez",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbc",
+ ReferenceName = "Patamona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbe",
+ ReferenceName = "Mezontla Popoloca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbf",
+ ReferenceName = "Coyotepec Popoloca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbg",
+ ReferenceName = "Paraujano",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pbh",
+ ReferenceName = "E'ñapa Woromaipu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbi",
+ ReferenceName = "Parkwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbl",
+ ReferenceName = "Mak (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbm",
+ ReferenceName = "Puebla Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbn",
+ ReferenceName = "Kpasam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbo",
+ ReferenceName = "Papel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbp",
+ ReferenceName = "Badyara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbr",
+ ReferenceName = "Pangwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbs",
+ ReferenceName = "Central Pame",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbt",
+ ReferenceName = "Southern Pashto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbu",
+ ReferenceName = "Northern Pashto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pbv",
+ ReferenceName = "Pnar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pby",
+ ReferenceName = "Pyu (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pca",
+ ReferenceName = "Santa Inés Ahuatempan Popoloca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcb",
+ ReferenceName = "Pear",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcc",
+ ReferenceName = "Bouyei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcd",
+ ReferenceName = "Picard",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pce",
+ ReferenceName = "Ruching Palaung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcf",
+ ReferenceName = "Paliyan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcg",
+ ReferenceName = "Paniya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pch",
+ ReferenceName = "Pardhan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pci",
+ ReferenceName = "Duruwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcj",
+ ReferenceName = "Parenga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pck",
+ ReferenceName = "Paite Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcl",
+ ReferenceName = "Pardhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcm",
+ ReferenceName = "Nigerian Pidgin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcn",
+ ReferenceName = "Piti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcp",
+ ReferenceName = "Pacahuara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pcw",
+ ReferenceName = "Pyapun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pda",
+ ReferenceName = "Anam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pdc",
+ ReferenceName = "Pennsylvania German",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pdi",
+ ReferenceName = "Pa Di",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pdn",
+ ReferenceName = "Podena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pdo",
+ ReferenceName = "Padoe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pdt",
+ ReferenceName = "Plautdietsch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pdu",
+ ReferenceName = "Kayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pea",
+ ReferenceName = "Peranakan Indonesian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "peb",
+ ReferenceName = "Eastern Pomo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ped",
+ ReferenceName = "Mala (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pee",
+ ReferenceName = "Taje",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pef",
+ ReferenceName = "Northeastern Pomo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "peg",
+ ReferenceName = "Pengo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "peh",
+ ReferenceName = "Bonan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pei",
+ ReferenceName = "Chichimeca-Jonaz",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pej",
+ ReferenceName = "Northern Pomo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pek",
+ ReferenceName = "Penchal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pel",
+ ReferenceName = "Pekal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pem",
+ ReferenceName = "Phende",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "peo",
+ Part2B = "peo",
+ Part2T = "peo",
+ ReferenceName = "Old Persian (ca. 600-400 B.C.)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "pep",
+ ReferenceName = "Kunja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "peq",
+ ReferenceName = "Southern Pomo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pes",
+ ReferenceName = "Iranian Persian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pev",
+ ReferenceName = "Pémono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pex",
+ ReferenceName = "Petats",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pey",
+ ReferenceName = "Petjo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pez",
+ ReferenceName = "Eastern Penan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pfa",
+ ReferenceName = "Pááfang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pfe",
+ ReferenceName = "Peere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pfl",
+ ReferenceName = "Pfaelzisch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pga",
+ ReferenceName = "Sudanese Creole Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pgd",
+ ReferenceName = "Gāndhārī",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "pgg",
+ ReferenceName = "Pangwali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pgi",
+ ReferenceName = "Pagi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pgk",
+ ReferenceName = "Rerep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pgl",
+ ReferenceName = "Primitive Irish",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "pgn",
+ ReferenceName = "Paelignian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "pgs",
+ ReferenceName = "Pangseng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pgu",
+ ReferenceName = "Pagu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pgz",
+ ReferenceName = "Papua New Guinean Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pha",
+ ReferenceName = "Pa-Hng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phd",
+ ReferenceName = "Phudagi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phg",
+ ReferenceName = "Phuong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phh",
+ ReferenceName = "Phukha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phk",
+ ReferenceName = "Phake",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phl",
+ ReferenceName = "Phalura",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phm",
+ ReferenceName = "Phimbi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phn",
+ Part2B = "phn",
+ Part2T = "phn",
+ ReferenceName = "Phoenician",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "pho",
+ ReferenceName = "Phunoi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phq",
+ ReferenceName = "Phana'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phr",
+ ReferenceName = "Pahari-Potwari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pht",
+ ReferenceName = "Phu Thai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phu",
+ ReferenceName = "Phuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phv",
+ ReferenceName = "Pahlavani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "phw",
+ ReferenceName = "Phangduwali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pia",
+ ReferenceName = "Pima Bajo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pib",
+ ReferenceName = "Yine",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pic",
+ ReferenceName = "Pinji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pid",
+ ReferenceName = "Piaroa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pie",
+ ReferenceName = "Piro",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pif",
+ ReferenceName = "Pingelapese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pig",
+ ReferenceName = "Pisabo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pih",
+ ReferenceName = "Pitcairn-Norfolk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pii",
+ ReferenceName = "Pini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pij",
+ ReferenceName = "Pijao",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pil",
+ ReferenceName = "Yom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pim",
+ ReferenceName = "Powhatan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pin",
+ ReferenceName = "Piame",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pio",
+ ReferenceName = "Piapoco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pip",
+ ReferenceName = "Pero",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pir",
+ ReferenceName = "Piratapuyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pis",
+ ReferenceName = "Pijin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pit",
+ ReferenceName = "Pitta Pitta",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "piu",
+ ReferenceName = "Pintupi-Luritja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "piv",
+ ReferenceName = "Pileni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "piw",
+ ReferenceName = "Pimbwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pix",
+ ReferenceName = "Piu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "piy",
+ ReferenceName = "Piya-Kwonci",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "piz",
+ ReferenceName = "Pije",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pjt",
+ ReferenceName = "Pitjantjatjara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pka",
+ ReferenceName = "Ardhamāgadhī Prākrit",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "pkb",
+ ReferenceName = "Pokomo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pkc",
+ ReferenceName = "Paekche",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "pkg",
+ ReferenceName = "Pak-Tong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pkh",
+ ReferenceName = "Pankhu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pkn",
+ ReferenceName = "Pakanha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pko",
+ ReferenceName = "Pökoot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pkp",
+ ReferenceName = "Pukapuka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pkr",
+ ReferenceName = "Attapady Kurumba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pks",
+ ReferenceName = "Pakistan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pkt",
+ ReferenceName = "Maleng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pku",
+ ReferenceName = "Paku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pla",
+ ReferenceName = "Miani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plb",
+ ReferenceName = "Polonombauk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plc",
+ ReferenceName = "Central Palawano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pld",
+ ReferenceName = "Polari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ple",
+ ReferenceName = "Palu'e",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plg",
+ ReferenceName = "Pilagá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plh",
+ ReferenceName = "Paulohi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pli",
+ Part1 = "pi",
+ Part2B = "pli",
+ Part2T = "pli",
+ ReferenceName = "Pali",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "plj",
+ ReferenceName = "Polci",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plk",
+ ReferenceName = "Kohistani Shina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pll",
+ ReferenceName = "Shwe Palaung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pln",
+ ReferenceName = "Palenquero",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plo",
+ ReferenceName = "Oluta Popoluca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plp",
+ ReferenceName = "Palpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plq",
+ ReferenceName = "Palaic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "plr",
+ ReferenceName = "Palaka Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pls",
+ ReferenceName = "San Marcos Tlacoyalco Popoloca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plt",
+ ReferenceName = "Plateau Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plu",
+ ReferenceName = "Palikúr",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plv",
+ ReferenceName = "Southwest Palawano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plw",
+ ReferenceName = "Brooke's Point Palawano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ply",
+ ReferenceName = "Bolyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "plz",
+ ReferenceName = "Paluan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pma",
+ ReferenceName = "Paama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmb",
+ ReferenceName = "Pambia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmd",
+ ReferenceName = "Pallanganmiddang",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pme",
+ ReferenceName = "Pwaamei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmf",
+ ReferenceName = "Pamona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmh",
+ ReferenceName = "Māhārāṣṭri Prākrit",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "pmi",
+ ReferenceName = "Northern Pumi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmj",
+ ReferenceName = "Southern Pumi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmk",
+ ReferenceName = "Pamlico",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pml",
+ ReferenceName = "Lingua Franca",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pmm",
+ ReferenceName = "Pomo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmn",
+ ReferenceName = "Pam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmo",
+ ReferenceName = "Pom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmq",
+ ReferenceName = "Northern Pame",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmr",
+ ReferenceName = "Paynamar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pms",
+ ReferenceName = "Piemontese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmt",
+ ReferenceName = "Tuamotuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmw",
+ ReferenceName = "Plains Miwok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmx",
+ ReferenceName = "Poumei Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmy",
+ ReferenceName = "Papuan Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pmz",
+ ReferenceName = "Southern Pame",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pna",
+ ReferenceName = "Punan Bah-Biau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnb",
+ ReferenceName = "Western Panjabi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnc",
+ ReferenceName = "Pannei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnd",
+ ReferenceName = "Mpinda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pne",
+ ReferenceName = "Western Penan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "png",
+ ReferenceName = "Pongu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnh",
+ ReferenceName = "Penrhyn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pni",
+ ReferenceName = "Aoheng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnj",
+ ReferenceName = "Pinjarup",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pnk",
+ ReferenceName = "Paunaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnl",
+ ReferenceName = "Paleni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnm",
+ ReferenceName = "Punan Batu 1",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnn",
+ ReferenceName = "Pinai-Hagahai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pno",
+ ReferenceName = "Panobo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pnp",
+ ReferenceName = "Pancana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnq",
+ ReferenceName = "Pana (Burkina Faso)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnr",
+ ReferenceName = "Panim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pns",
+ ReferenceName = "Ponosakan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnt",
+ ReferenceName = "Pontic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnu",
+ ReferenceName = "Jiongnai Bunu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnv",
+ ReferenceName = "Pinigura",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnw",
+ ReferenceName = "Banyjima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnx",
+ ReferenceName = "Phong-Kniang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pny",
+ ReferenceName = "Pinyin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pnz",
+ ReferenceName = "Pana (Central African Republic)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "poc",
+ ReferenceName = "Poqomam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "poe",
+ ReferenceName = "San Juan Atzingo Popoloca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pof",
+ ReferenceName = "Poke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pog",
+ ReferenceName = "Potiguára",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "poh",
+ ReferenceName = "Poqomchi'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "poi",
+ ReferenceName = "Highland Popoluca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pok",
+ ReferenceName = "Pokangá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pol",
+ Part1 = "pl",
+ Part2B = "pol",
+ Part2T = "pol",
+ ReferenceName = "Polish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pom",
+ ReferenceName = "Southeastern Pomo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pon",
+ Part2B = "pon",
+ Part2T = "pon",
+ ReferenceName = "Pohnpeian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "poo",
+ ReferenceName = "Central Pomo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pop",
+ ReferenceName = "Pwapwâ",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "poq",
+ ReferenceName = "Texistepec Popoluca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "por",
+ Part1 = "pt",
+ Part2B = "por",
+ Part2T = "por",
+ ReferenceName = "Portuguese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pos",
+ ReferenceName = "Sayula Popoluca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pot",
+ ReferenceName = "Potawatomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pov",
+ ReferenceName = "Upper Guinea Crioulo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pow",
+ ReferenceName = "San Felipe Otlaltepec Popoloca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pox",
+ ReferenceName = "Polabian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "poy",
+ ReferenceName = "Pogolo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppe",
+ ReferenceName = "Papi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppi",
+ ReferenceName = "Paipai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppk",
+ ReferenceName = "Uma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppl",
+ ReferenceName = "Pipil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppm",
+ ReferenceName = "Papuma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppn",
+ ReferenceName = "Papapana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppo",
+ ReferenceName = "Folopa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppp",
+ ReferenceName = "Pelende",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppq",
+ ReferenceName = "Pei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pps",
+ ReferenceName = "San Luís Temalacayuca Popoloca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppt",
+ ReferenceName = "Pare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ppu",
+ ReferenceName = "Papora",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pqa",
+ ReferenceName = "Pa'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pqm",
+ ReferenceName = "Malecite-Passamaquoddy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prc",
+ ReferenceName = "Parachi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prd",
+ ReferenceName = "Parsi-Dari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pre",
+ ReferenceName = "Principense",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prf",
+ ReferenceName = "Paranan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prg",
+ ReferenceName = "Prussian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prh",
+ ReferenceName = "Porohanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pri",
+ ReferenceName = "Paicî",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prk",
+ ReferenceName = "Parauk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prl",
+ ReferenceName = "Peruvian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prm",
+ ReferenceName = "Kibiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prn",
+ ReferenceName = "Prasuni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pro",
+ Part2B = "pro",
+ Part2T = "pro",
+ ReferenceName = "Old Provençal (to 1500)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "prp",
+ ReferenceName = "Parsi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prq",
+ ReferenceName = "Ashéninka Perené",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prr",
+ ReferenceName = "Puri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "prs",
+ ReferenceName = "Dari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prt",
+ ReferenceName = "Phai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pru",
+ ReferenceName = "Puragi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prw",
+ ReferenceName = "Parawen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prx",
+ ReferenceName = "Purik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "prz",
+ ReferenceName = "Providencia Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psa",
+ ReferenceName = "Asue Awyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psc",
+ ReferenceName = "Persian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psd",
+ ReferenceName = "Plains Indian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pse",
+ ReferenceName = "Central Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psg",
+ ReferenceName = "Penang Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psh",
+ ReferenceName = "Southwest Pashai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psi",
+ ReferenceName = "Southeast Pashai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psl",
+ ReferenceName = "Puerto Rican Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psm",
+ ReferenceName = "Pauserna",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "psn",
+ ReferenceName = "Panasuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pso",
+ ReferenceName = "Polish Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psp",
+ ReferenceName = "Philippine Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psq",
+ ReferenceName = "Pasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psr",
+ ReferenceName = "Portuguese Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pss",
+ ReferenceName = "Kaulong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pst",
+ ReferenceName = "Central Pashto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psu",
+ ReferenceName = "Sauraseni Prākrit",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "psw",
+ ReferenceName = "Port Sandwich",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "psy",
+ ReferenceName = "Piscataway",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pta",
+ ReferenceName = "Pai Tavytera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pth",
+ ReferenceName = "Pataxó Hã-Ha-Hãe",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pti",
+ ReferenceName = "Pindiini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ptn",
+ ReferenceName = "Patani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pto",
+ ReferenceName = "Zo'é",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ptp",
+ ReferenceName = "Patep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ptq",
+ ReferenceName = "Pattapu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ptr",
+ ReferenceName = "Piamatsina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ptt",
+ ReferenceName = "Enrekang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ptu",
+ ReferenceName = "Bambam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ptv",
+ ReferenceName = "Port Vato",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ptw",
+ ReferenceName = "Pentlatch",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pty",
+ ReferenceName = "Pathiya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pua",
+ ReferenceName = "Western Highland Purepecha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pub",
+ ReferenceName = "Purum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "puc",
+ ReferenceName = "Punan Merap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pud",
+ ReferenceName = "Punan Aput",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pue",
+ ReferenceName = "Puelche",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "puf",
+ ReferenceName = "Punan Merah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pug",
+ ReferenceName = "Phuie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pui",
+ ReferenceName = "Puinave",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "puj",
+ ReferenceName = "Punan Tubu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pum",
+ ReferenceName = "Puma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "puo",
+ ReferenceName = "Puoc",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pup",
+ ReferenceName = "Pulabu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "puq",
+ ReferenceName = "Puquina",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pur",
+ ReferenceName = "Puruborá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pus",
+ Part1 = "ps",
+ Part2B = "pus",
+ Part2T = "pus",
+ ReferenceName = "Pushto",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "put",
+ ReferenceName = "Putoh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "puu",
+ ReferenceName = "Punu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "puw",
+ ReferenceName = "Puluwatese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pux",
+ ReferenceName = "Puare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "puy",
+ ReferenceName = "Purisimeño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pwa",
+ ReferenceName = "Pawaia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pwb",
+ ReferenceName = "Panawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pwg",
+ ReferenceName = "Gapapaiwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pwi",
+ ReferenceName = "Patwin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "pwm",
+ ReferenceName = "Molbog",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pwn",
+ ReferenceName = "Paiwan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pwo",
+ ReferenceName = "Pwo Western Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pwr",
+ ReferenceName = "Powari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pww",
+ ReferenceName = "Pwo Northern Karen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pxm",
+ ReferenceName = "Quetzaltepec Mixe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pye",
+ ReferenceName = "Pye Krumen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pym",
+ ReferenceName = "Fyam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pyn",
+ ReferenceName = "Poyanáwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pys",
+ ReferenceName = "Paraguayan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pyu",
+ ReferenceName = "Puyuma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pyx",
+ ReferenceName = "Pyu (Myanmar)",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "pyy",
+ ReferenceName = "Pyen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "pzn",
+ ReferenceName = "Para Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qua",
+ ReferenceName = "Quapaw",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qub",
+ ReferenceName = "Huallaga Huánuco Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quc",
+ ReferenceName = "K'iche'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qud",
+ ReferenceName = "Calderón Highland Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "que",
+ Part1 = "qu",
+ Part2B = "que",
+ Part2T = "que",
+ ReferenceName = "Quechua",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quf",
+ ReferenceName = "Lambayeque Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qug",
+ ReferenceName = "Chimborazo Highland Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quh",
+ ReferenceName = "South Bolivian Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qui",
+ ReferenceName = "Quileute",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quk",
+ ReferenceName = "Chachapoyas Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qul",
+ ReferenceName = "North Bolivian Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qum",
+ ReferenceName = "Sipacapense",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qun",
+ ReferenceName = "Quinault",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "qup",
+ ReferenceName = "Southern Pastaza Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quq",
+ ReferenceName = "Quinqui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qur",
+ ReferenceName = "Yanahuanca Pasco Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qus",
+ ReferenceName = "Santiago del Estero Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quv",
+ ReferenceName = "Sacapulteco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quw",
+ ReferenceName = "Tena Lowland Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qux",
+ ReferenceName = "Yauyos Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quy",
+ ReferenceName = "Ayacucho Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "quz",
+ ReferenceName = "Cusco Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qva",
+ ReferenceName = "Ambo-Pasco Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvc",
+ ReferenceName = "Cajamarca Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qve",
+ ReferenceName = "Eastern Apurímac Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvh",
+ ReferenceName = "Huamalíes-Dos de Mayo Huánuco Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvi",
+ ReferenceName = "Imbabura Highland Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvj",
+ ReferenceName = "Loja Highland Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvl",
+ ReferenceName = "Cajatambo North Lima Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvm",
+ ReferenceName = "Margos-Yarowilca-Lauricocha Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvn",
+ ReferenceName = "North Junín Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvo",
+ ReferenceName = "Napo Lowland Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvp",
+ ReferenceName = "Pacaraos Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvs",
+ ReferenceName = "San Martín Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvw",
+ ReferenceName = "Huaylla Wanca Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvy",
+ ReferenceName = "Queyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qvz",
+ ReferenceName = "Northern Pastaza Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qwa",
+ ReferenceName = "Corongo Ancash Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qwc",
+ ReferenceName = "Classical Quechua",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "qwh",
+ ReferenceName = "Huaylas Ancash Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qwm",
+ ReferenceName = "Kuman (Russia)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "qws",
+ ReferenceName = "Sihuas Ancash Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qwt",
+ ReferenceName = "Kwalhioqua-Tlatskanai",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "qxa",
+ ReferenceName = "Chiquián Ancash Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxc",
+ ReferenceName = "Chincha Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxh",
+ ReferenceName = "Panao Huánuco Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxl",
+ ReferenceName = "Salasaca Highland Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxn",
+ ReferenceName = "Northern Conchucos Ancash Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxo",
+ ReferenceName = "Southern Conchucos Ancash Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxp",
+ ReferenceName = "Puno Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxq",
+ ReferenceName = "Qashqa'i",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxr",
+ ReferenceName = "Cañar Highland Quichua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxs",
+ ReferenceName = "Southern Qiang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxt",
+ ReferenceName = "Santa Ana de Tusi Pasco Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxu",
+ ReferenceName = "Arequipa-La Unión Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qxw",
+ ReferenceName = "Jauja Wanca Quechua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "qya",
+ ReferenceName = "Quenya",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "qyp",
+ ReferenceName = "Quiripi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "raa",
+ ReferenceName = "Dungmali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rab",
+ ReferenceName = "Camling",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rac",
+ ReferenceName = "Rasawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rad",
+ ReferenceName = "Rade",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "raf",
+ ReferenceName = "Western Meohang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rag",
+ ReferenceName = "Logooli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rah",
+ ReferenceName = "Rabha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rai",
+ ReferenceName = "Ramoaaina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "raj",
+ Part2B = "raj",
+ Part2T = "raj",
+ ReferenceName = "Rajasthani",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rak",
+ ReferenceName = "Tulu-Bohuai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ral",
+ ReferenceName = "Ralte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ram",
+ ReferenceName = "Canela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ran",
+ ReferenceName = "Riantana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rao",
+ ReferenceName = "Rao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rap",
+ Part2B = "rap",
+ Part2T = "rap",
+ ReferenceName = "Rapanui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "raq",
+ ReferenceName = "Saam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rar",
+ Part2B = "rar",
+ Part2T = "rar",
+ ReferenceName = "Rarotongan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ras",
+ ReferenceName = "Tegali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rat",
+ ReferenceName = "Razajerdi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rau",
+ ReferenceName = "Raute",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rav",
+ ReferenceName = "Sampang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "raw",
+ ReferenceName = "Rawang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rax",
+ ReferenceName = "Rang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ray",
+ ReferenceName = "Rapa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "raz",
+ ReferenceName = "Rahambuu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rbb",
+ ReferenceName = "Rumai Palaung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rbk",
+ ReferenceName = "Northern Bontok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rbl",
+ ReferenceName = "Miraya Bikol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rbp",
+ ReferenceName = "Barababaraba",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "rcf",
+ ReferenceName = "Réunion Creole French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rdb",
+ ReferenceName = "Rudbari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rea",
+ ReferenceName = "Rerau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "reb",
+ ReferenceName = "Rembong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ree",
+ ReferenceName = "Rejang Kayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "reg",
+ ReferenceName = "Kara (Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rei",
+ ReferenceName = "Reli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rej",
+ ReferenceName = "Rejang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rel",
+ ReferenceName = "Rendille",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rem",
+ ReferenceName = "Remo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ren",
+ ReferenceName = "Rengao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rer",
+ ReferenceName = "Rer Bare",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "res",
+ ReferenceName = "Reshe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ret",
+ ReferenceName = "Retta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rey",
+ ReferenceName = "Reyesano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rga",
+ ReferenceName = "Roria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rge",
+ ReferenceName = "Romano-Greek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rgk",
+ ReferenceName = "Rangkas",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "rgn",
+ ReferenceName = "Romagnol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rgr",
+ ReferenceName = "Resígaro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rgs",
+ ReferenceName = "Southern Roglai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rgu",
+ ReferenceName = "Ringgou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rhg",
+ ReferenceName = "Rohingya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rhp",
+ ReferenceName = "Yahang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ria",
+ ReferenceName = "Riang (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rif",
+ ReferenceName = "Tarifit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ril",
+ ReferenceName = "Riang Lang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rim",
+ ReferenceName = "Nyaturu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rin",
+ ReferenceName = "Nungu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rir",
+ ReferenceName = "Ribun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rit",
+ ReferenceName = "Ritharrngu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "riu",
+ ReferenceName = "Riung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rjg",
+ ReferenceName = "Rajong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rji",
+ ReferenceName = "Raji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rjs",
+ ReferenceName = "Rajbanshi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rka",
+ ReferenceName = "Kraol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rkb",
+ ReferenceName = "Rikbaktsa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rkh",
+ ReferenceName = "Rakahanga-Manihiki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rki",
+ ReferenceName = "Rakhine",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rkm",
+ ReferenceName = "Marka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rkt",
+ ReferenceName = "Rangpuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rkw",
+ ReferenceName = "Arakwal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "rma",
+ ReferenceName = "Rama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmb",
+ ReferenceName = "Rembarrnga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmc",
+ ReferenceName = "Carpathian Romani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmd",
+ ReferenceName = "Traveller Danish",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "rme",
+ ReferenceName = "Angloromani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmf",
+ ReferenceName = "Kalo Finnish Romani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmg",
+ ReferenceName = "Traveller Norwegian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmh",
+ ReferenceName = "Murkim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmi",
+ ReferenceName = "Lomavren",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmk",
+ ReferenceName = "Romkun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rml",
+ ReferenceName = "Baltic Romani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmm",
+ ReferenceName = "Roma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmn",
+ ReferenceName = "Balkan Romani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmo",
+ ReferenceName = "Sinte Romani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmp",
+ ReferenceName = "Rempi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmq",
+ ReferenceName = "Caló",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rms",
+ ReferenceName = "Romanian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmt",
+ ReferenceName = "Domari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmu",
+ ReferenceName = "Tavringer Romani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmv",
+ ReferenceName = "Romanova",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "rmw",
+ ReferenceName = "Welsh Romani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmx",
+ ReferenceName = "Romam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmy",
+ ReferenceName = "Vlax Romani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rmz",
+ ReferenceName = "Marma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rnd",
+ ReferenceName = "Ruund",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rng",
+ ReferenceName = "Ronga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rnl",
+ ReferenceName = "Ranglong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rnn",
+ ReferenceName = "Roon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rnp",
+ ReferenceName = "Rongpo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rnr",
+ ReferenceName = "Nari Nari",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "rnw",
+ ReferenceName = "Rungwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rob",
+ ReferenceName = "Tae'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "roc",
+ ReferenceName = "Cacgia Roglai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rod",
+ ReferenceName = "Rogo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "roe",
+ ReferenceName = "Ronji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rof",
+ ReferenceName = "Rombo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rog",
+ ReferenceName = "Northern Roglai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "roh",
+ Part1 = "rm",
+ Part2B = "roh",
+ Part2T = "roh",
+ ReferenceName = "Romansh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rol",
+ ReferenceName = "Romblomanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rom",
+ Part2B = "rom",
+ Part2T = "rom",
+ ReferenceName = "Romany",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ron",
+ Part1 = "ro",
+ Part2B = "rum",
+ Part2T = "ron",
+ ReferenceName = "Romanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "roo",
+ ReferenceName = "Rotokas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rop",
+ ReferenceName = "Kriol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ror",
+ ReferenceName = "Rongga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rou",
+ ReferenceName = "Runga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "row",
+ ReferenceName = "Dela-Oenale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rpn",
+ ReferenceName = "Repanbitip",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rpt",
+ ReferenceName = "Rapting",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rri",
+ ReferenceName = "Ririo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rro",
+ ReferenceName = "Waima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rrt",
+ ReferenceName = "Arritinngithigh",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "rsb",
+ ReferenceName = "Romano-Serbian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rsl",
+ ReferenceName = "Russian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rsm",
+ ReferenceName = "Miriwoong Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rtc",
+ ReferenceName = "Rungtu Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rth",
+ ReferenceName = "Ratahan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rtm",
+ ReferenceName = "Rotuman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rts",
+ ReferenceName = "Yurats",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "rtw",
+ ReferenceName = "Rathawi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rub",
+ ReferenceName = "Gungu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruc",
+ ReferenceName = "Ruuli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rue",
+ ReferenceName = "Rusyn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruf",
+ ReferenceName = "Luguru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rug",
+ ReferenceName = "Roviana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruh",
+ ReferenceName = "Ruga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rui",
+ ReferenceName = "Rufiji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruk",
+ ReferenceName = "Che",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "run",
+ Part1 = "rn",
+ Part2B = "run",
+ Part2T = "run",
+ ReferenceName = "Rundi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruo",
+ ReferenceName = "Istro Romanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rup",
+ Part2B = "rup",
+ Part2T = "rup",
+ ReferenceName = "Macedo-Romanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruq",
+ ReferenceName = "Megleno Romanian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rus",
+ Part1 = "ru",
+ Part2B = "rus",
+ Part2T = "rus",
+ ReferenceName = "Russian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rut",
+ ReferenceName = "Rutul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruu",
+ ReferenceName = "Lanas Lobu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruy",
+ ReferenceName = "Mala (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ruz",
+ ReferenceName = "Ruma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rwa",
+ ReferenceName = "Rawo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rwk",
+ ReferenceName = "Rwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rwm",
+ ReferenceName = "Amba (Uganda)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rwo",
+ ReferenceName = "Rawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rwr",
+ ReferenceName = "Marwari (India)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rxd",
+ ReferenceName = "Ngardi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rxw",
+ ReferenceName = "Karuwali",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ryn",
+ ReferenceName = "Northern Amami-Oshima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rys",
+ ReferenceName = "Yaeyama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ryu",
+ ReferenceName = "Central Okinawan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "rzh",
+ ReferenceName = "Rāziḥī",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "saa",
+ ReferenceName = "Saba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sab",
+ ReferenceName = "Buglere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sac",
+ ReferenceName = "Meskwaki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sad",
+ Part2B = "sad",
+ Part2T = "sad",
+ ReferenceName = "Sandawe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sae",
+ ReferenceName = "Sabanê",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "saf",
+ ReferenceName = "Safaliba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sag",
+ Part1 = "sg",
+ Part2B = "sag",
+ Part2T = "sag",
+ ReferenceName = "Sango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sah",
+ Part2B = "sah",
+ Part2T = "sah",
+ ReferenceName = "Yakut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "saj",
+ ReferenceName = "Sahu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sak",
+ ReferenceName = "Sake",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sam",
+ Part2B = "sam",
+ Part2T = "sam",
+ ReferenceName = "Samaritan Aramaic",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "san",
+ Part1 = "sa",
+ Part2B = "san",
+ Part2T = "san",
+ ReferenceName = "Sanskrit",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "sao",
+ ReferenceName = "Sause",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "saq",
+ ReferenceName = "Samburu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sar",
+ ReferenceName = "Saraveca",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sas",
+ Part2B = "sas",
+ Part2T = "sas",
+ ReferenceName = "Sasak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sat",
+ Part2B = "sat",
+ Part2T = "sat",
+ ReferenceName = "Santali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sau",
+ ReferenceName = "Saleman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sav",
+ ReferenceName = "Saafi-Saafi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "saw",
+ ReferenceName = "Sawi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sax",
+ ReferenceName = "Sa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "say",
+ ReferenceName = "Saya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "saz",
+ ReferenceName = "Saurashtra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sba",
+ ReferenceName = "Ngambay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbb",
+ ReferenceName = "Simbo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbc",
+ ReferenceName = "Kele (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbd",
+ ReferenceName = "Southern Samo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbe",
+ ReferenceName = "Saliba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbf",
+ ReferenceName = "Chabu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbg",
+ ReferenceName = "Seget",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbh",
+ ReferenceName = "Sori-Harengan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbi",
+ ReferenceName = "Seti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbj",
+ ReferenceName = "Surbakhal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbk",
+ ReferenceName = "Safwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbl",
+ ReferenceName = "Botolan Sambal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbm",
+ ReferenceName = "Sagala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbn",
+ ReferenceName = "Sindhi Bhil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbo",
+ ReferenceName = "Sabüm",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbp",
+ ReferenceName = "Sangu (Tanzania)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbq",
+ ReferenceName = "Sileibi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbr",
+ ReferenceName = "Sembakung Murut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbs",
+ ReferenceName = "Subiya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbt",
+ ReferenceName = "Kimki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbu",
+ ReferenceName = "Stod Bhoti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbv",
+ ReferenceName = "Sabine",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "sbw",
+ ReferenceName = "Simba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbx",
+ ReferenceName = "Seberuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sby",
+ ReferenceName = "Soli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sbz",
+ ReferenceName = "Sara Kaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scb",
+ ReferenceName = "Chut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sce",
+ ReferenceName = "Dongxiang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scf",
+ ReferenceName = "San Miguel Creole French",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scg",
+ ReferenceName = "Sanggau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sch",
+ ReferenceName = "Sakachep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sci",
+ ReferenceName = "Sri Lankan Creole Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sck",
+ ReferenceName = "Sadri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scl",
+ ReferenceName = "Shina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scn",
+ Part2B = "scn",
+ Part2T = "scn",
+ ReferenceName = "Sicilian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sco",
+ Part2B = "sco",
+ Part2T = "sco",
+ ReferenceName = "Scots",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scp",
+ ReferenceName = "Hyolmo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scq",
+ ReferenceName = "Sa'och",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scs",
+ ReferenceName = "North Slavey",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sct",
+ ReferenceName = "Southern Katang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scu",
+ ReferenceName = "Shumcho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scv",
+ ReferenceName = "Sheni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scw",
+ ReferenceName = "Sha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "scx",
+ ReferenceName = "Sicel",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "sda",
+ ReferenceName = "Toraja-Sa'dan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdb",
+ ReferenceName = "Shabak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdc",
+ ReferenceName = "Sassarese Sardinian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sde",
+ ReferenceName = "Surubu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdf",
+ ReferenceName = "Sarli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdg",
+ ReferenceName = "Savi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdh",
+ ReferenceName = "Southern Kurdish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdj",
+ ReferenceName = "Suundi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdk",
+ ReferenceName = "Sos Kundi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdl",
+ ReferenceName = "Saudi Arabian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdm",
+ ReferenceName = "Semandang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdn",
+ ReferenceName = "Gallurese Sardinian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdo",
+ ReferenceName = "Bukar-Sadung Bidayuh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdp",
+ ReferenceName = "Sherdukpen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdr",
+ ReferenceName = "Oraon Sadri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sds",
+ ReferenceName = "Sened",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sdt",
+ ReferenceName = "Shuadit",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sdu",
+ ReferenceName = "Sarudu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdx",
+ ReferenceName = "Sibu Melanau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sdz",
+ ReferenceName = "Sallands",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sea",
+ ReferenceName = "Semai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "seb",
+ ReferenceName = "Shempire Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sec",
+ ReferenceName = "Sechelt",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sed",
+ ReferenceName = "Sedang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "see",
+ ReferenceName = "Seneca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sef",
+ ReferenceName = "Cebaara Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "seg",
+ ReferenceName = "Segeju",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "seh",
+ ReferenceName = "Sena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sei",
+ ReferenceName = "Seri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sej",
+ ReferenceName = "Sene",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sek",
+ ReferenceName = "Sekani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sel",
+ Part2B = "sel",
+ Part2T = "sel",
+ ReferenceName = "Selkup",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sen",
+ ReferenceName = "Nanerigé Sénoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "seo",
+ ReferenceName = "Suarmin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sep",
+ ReferenceName = "Sìcìté Sénoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "seq",
+ ReferenceName = "Senara Sénoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ser",
+ ReferenceName = "Serrano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ses",
+ ReferenceName = "Koyraboro Senni Songhai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "set",
+ ReferenceName = "Sentani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "seu",
+ ReferenceName = "Serui-Laut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sev",
+ ReferenceName = "Nyarafolo Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sew",
+ ReferenceName = "Sewa Bay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sey",
+ ReferenceName = "Secoya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sez",
+ ReferenceName = "Senthang Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sfb",
+ ReferenceName = "Langue des signes de Belgique Francophone",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sfe",
+ ReferenceName = "Eastern Subanen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sfm",
+ ReferenceName = "Small Flowery Miao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sfs",
+ ReferenceName = "South African Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sfw",
+ ReferenceName = "Sehwi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sga",
+ Part2B = "sga",
+ Part2T = "sga",
+ ReferenceName = "Old Irish (to 900)",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "sgb",
+ ReferenceName = "Mag-antsi Ayta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgc",
+ ReferenceName = "Kipsigis",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgd",
+ ReferenceName = "Surigaonon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sge",
+ ReferenceName = "Segai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgg",
+ ReferenceName = "Swiss-German Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgh",
+ ReferenceName = "Shughni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgi",
+ ReferenceName = "Suga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgj",
+ ReferenceName = "Surgujia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgk",
+ ReferenceName = "Sangkong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgm",
+ ReferenceName = "Singa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sgp",
+ ReferenceName = "Singpho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgr",
+ ReferenceName = "Sangisari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgs",
+ ReferenceName = "Samogitian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgt",
+ ReferenceName = "Brokpake",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgu",
+ ReferenceName = "Salas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgw",
+ ReferenceName = "Sebat Bet Gurage",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgx",
+ ReferenceName = "Sierra Leone Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgy",
+ ReferenceName = "Sanglechi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sgz",
+ ReferenceName = "Sursurunga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sha",
+ ReferenceName = "Shall-Zwall",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shb",
+ ReferenceName = "Ninam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shc",
+ ReferenceName = "Sonde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shd",
+ ReferenceName = "Kundal Shahi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "she",
+ ReferenceName = "Sheko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shg",
+ ReferenceName = "Shua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shh",
+ ReferenceName = "Shoshoni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shi",
+ ReferenceName = "Tachelhit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shj",
+ ReferenceName = "Shatt",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shk",
+ ReferenceName = "Shilluk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shl",
+ ReferenceName = "Shendu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shm",
+ ReferenceName = "Shahrudi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shn",
+ Part2B = "shn",
+ Part2T = "shn",
+ ReferenceName = "Shan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sho",
+ ReferenceName = "Shanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shp",
+ ReferenceName = "Shipibo-Conibo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shq",
+ ReferenceName = "Sala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shr",
+ ReferenceName = "Shi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shs",
+ ReferenceName = "Shuswap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sht",
+ ReferenceName = "Shasta",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "shu",
+ ReferenceName = "Chadian Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shv",
+ ReferenceName = "Shehri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shw",
+ ReferenceName = "Shwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shx",
+ ReferenceName = "She",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shy",
+ ReferenceName = "Tachawit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "shz",
+ ReferenceName = "Syenara Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sia",
+ ReferenceName = "Akkala Sami",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sib",
+ ReferenceName = "Sebop",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sid",
+ Part2B = "sid",
+ Part2T = "sid",
+ ReferenceName = "Sidamo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sie",
+ ReferenceName = "Simaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sif",
+ ReferenceName = "Siamou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sig",
+ ReferenceName = "Paasaal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sih",
+ ReferenceName = "Zire",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sii",
+ ReferenceName = "Shom Peng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sij",
+ ReferenceName = "Numbami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sik",
+ ReferenceName = "Sikiana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sil",
+ ReferenceName = "Tumulung Sisaala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sim",
+ ReferenceName = "Mende (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sin",
+ Part1 = "si",
+ Part2B = "sin",
+ Part2T = "sin",
+ ReferenceName = "Sinhala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sip",
+ ReferenceName = "Sikkimese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "siq",
+ ReferenceName = "Sonia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sir",
+ ReferenceName = "Siri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sis",
+ ReferenceName = "Siuslaw",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "siu",
+ ReferenceName = "Sinagen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "siv",
+ ReferenceName = "Sumariup",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "siw",
+ ReferenceName = "Siwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "six",
+ ReferenceName = "Sumau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "siy",
+ ReferenceName = "Sivandi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "siz",
+ ReferenceName = "Siwi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sja",
+ ReferenceName = "Epena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjb",
+ ReferenceName = "Sajau Basap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjd",
+ ReferenceName = "Kildin Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sje",
+ ReferenceName = "Pite Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjg",
+ ReferenceName = "Assangori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjk",
+ ReferenceName = "Kemi Sami",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sjl",
+ ReferenceName = "Sajalong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjm",
+ ReferenceName = "Mapun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjn",
+ ReferenceName = "Sindarin",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "sjo",
+ ReferenceName = "Xibe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjp",
+ ReferenceName = "Surjapuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjr",
+ ReferenceName = "Siar-Lak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjs",
+ ReferenceName = "Senhaja De Srair",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sjt",
+ ReferenceName = "Ter Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sju",
+ ReferenceName = "Ume Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sjw",
+ ReferenceName = "Shawnee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ska",
+ ReferenceName = "Skagit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skb",
+ ReferenceName = "Saek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skc",
+ ReferenceName = "Ma Manda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skd",
+ ReferenceName = "Southern Sierra Miwok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ske",
+ ReferenceName = "Seke (Vanuatu)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skf",
+ ReferenceName = "Sakirabiá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skg",
+ ReferenceName = "Sakalava Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skh",
+ ReferenceName = "Sikule",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ski",
+ ReferenceName = "Sika",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skj",
+ ReferenceName = "Seke (Nepal)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skm",
+ ReferenceName = "Kutong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skn",
+ ReferenceName = "Kolibugan Subanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sko",
+ ReferenceName = "Seko Tengah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skp",
+ ReferenceName = "Sekapan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skq",
+ ReferenceName = "Sininkere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skr",
+ ReferenceName = "Saraiki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sks",
+ ReferenceName = "Maia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skt",
+ ReferenceName = "Sakata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sku",
+ ReferenceName = "Sakao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skv",
+ ReferenceName = "Skou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skw",
+ ReferenceName = "Skepi Creole Dutch",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "skx",
+ ReferenceName = "Seko Padang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sky",
+ ReferenceName = "Sikaiana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "skz",
+ ReferenceName = "Sekar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slc",
+ ReferenceName = "Sáliba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sld",
+ ReferenceName = "Sissala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sle",
+ ReferenceName = "Sholaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slf",
+ ReferenceName = "Swiss-Italian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slg",
+ ReferenceName = "Selungai Murut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slh",
+ ReferenceName = "Southern Puget Sound Salish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sli",
+ ReferenceName = "Lower Silesian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slj",
+ ReferenceName = "Salumá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slk",
+ Part1 = "sk",
+ Part2B = "slo",
+ Part2T = "slk",
+ ReferenceName = "Slovak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sll",
+ ReferenceName = "Salt-Yui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slm",
+ ReferenceName = "Pangutaran Sama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sln",
+ ReferenceName = "Salinan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "slp",
+ ReferenceName = "Lamaholot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slq",
+ ReferenceName = "Salchuq",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "slr",
+ ReferenceName = "Salar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sls",
+ ReferenceName = "Singapore Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slt",
+ ReferenceName = "Sila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slu",
+ ReferenceName = "Selaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slv",
+ Part1 = "sl",
+ Part2B = "slv",
+ Part2T = "slv",
+ ReferenceName = "Slovenian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slw",
+ ReferenceName = "Sialum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slx",
+ ReferenceName = "Salampasu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sly",
+ ReferenceName = "Selayar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "slz",
+ ReferenceName = "Ma'ya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sma",
+ Part2B = "sma",
+ Part2T = "sma",
+ ReferenceName = "Southern Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smb",
+ ReferenceName = "Simbari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smc",
+ ReferenceName = "Som",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "smd",
+ ReferenceName = "Sama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sme",
+ Part1 = "se",
+ Part2B = "sme",
+ Part2T = "sme",
+ ReferenceName = "Northern Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smf",
+ ReferenceName = "Auwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smg",
+ ReferenceName = "Simbali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smh",
+ ReferenceName = "Samei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smj",
+ Part2B = "smj",
+ Part2T = "smj",
+ ReferenceName = "Lule Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smk",
+ ReferenceName = "Bolinao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sml",
+ ReferenceName = "Central Sama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smm",
+ ReferenceName = "Musasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smn",
+ Part2B = "smn",
+ Part2T = "smn",
+ ReferenceName = "Inari Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smo",
+ Part1 = "sm",
+ Part2B = "smo",
+ Part2T = "smo",
+ ReferenceName = "Samoan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smp",
+ ReferenceName = "Samaritan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "smq",
+ ReferenceName = "Samo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smr",
+ ReferenceName = "Simeulue",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sms",
+ Part2B = "sms",
+ Part2T = "sms",
+ ReferenceName = "Skolt Sami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smt",
+ ReferenceName = "Simte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smu",
+ ReferenceName = "Somray",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "smv",
+ ReferenceName = "Samvedi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smw",
+ ReferenceName = "Sumbawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smx",
+ ReferenceName = "Samba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smy",
+ ReferenceName = "Semnani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "smz",
+ ReferenceName = "Simeku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sna",
+ Part1 = "sn",
+ Part2B = "sna",
+ Part2T = "sna",
+ ReferenceName = "Shona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snb",
+ ReferenceName = "Sebuyau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snc",
+ ReferenceName = "Sinaugoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snd",
+ Part1 = "sd",
+ Part2B = "snd",
+ Part2T = "snd",
+ ReferenceName = "Sindhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sne",
+ ReferenceName = "Bau Bidayuh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snf",
+ ReferenceName = "Noon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sng",
+ ReferenceName = "Sanga (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sni",
+ ReferenceName = "Sensi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "snj",
+ ReferenceName = "Riverain Sango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snk",
+ Part2B = "snk",
+ Part2T = "snk",
+ ReferenceName = "Soninke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snl",
+ ReferenceName = "Sangil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snm",
+ ReferenceName = "Southern Ma'di",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snn",
+ ReferenceName = "Siona",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sno",
+ ReferenceName = "Snohomish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snp",
+ ReferenceName = "Siane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snq",
+ ReferenceName = "Sangu (Gabon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snr",
+ ReferenceName = "Sihan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sns",
+ ReferenceName = "South West Bay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snu",
+ ReferenceName = "Senggi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snv",
+ ReferenceName = "Sa'ban",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snw",
+ ReferenceName = "Selee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snx",
+ ReferenceName = "Sam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sny",
+ ReferenceName = "Saniyo-Hiyewe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "snz",
+ ReferenceName = "Kou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soa",
+ ReferenceName = "Thai Song",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sob",
+ ReferenceName = "Sobei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soc",
+ ReferenceName = "So (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sod",
+ ReferenceName = "Songoora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soe",
+ ReferenceName = "Songomeno",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sog",
+ Part2B = "sog",
+ Part2T = "sog",
+ ReferenceName = "Sogdian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "soh",
+ ReferenceName = "Aka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soi",
+ ReferenceName = "Sonha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soj",
+ ReferenceName = "Soi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sok",
+ ReferenceName = "Sokoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sol",
+ ReferenceName = "Solos",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "som",
+ Part1 = "so",
+ Part2B = "som",
+ Part2T = "som",
+ ReferenceName = "Somali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soo",
+ ReferenceName = "Songo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sop",
+ ReferenceName = "Songe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soq",
+ ReferenceName = "Kanasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sor",
+ ReferenceName = "Somrai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sos",
+ ReferenceName = "Seeku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sot",
+ Part1 = "st",
+ Part2B = "sot",
+ Part2T = "sot",
+ ReferenceName = "Southern Sotho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sou",
+ ReferenceName = "Southern Thai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sov",
+ ReferenceName = "Sonsorol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sow",
+ ReferenceName = "Sowanda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sox",
+ ReferenceName = "Swo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soy",
+ ReferenceName = "Miyobe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "soz",
+ ReferenceName = "Temi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spa",
+ Part1 = "es",
+ Part2B = "spa",
+ Part2T = "spa",
+ ReferenceName = "Spanish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spb",
+ ReferenceName = "Sepa (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spc",
+ ReferenceName = "Sapé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spd",
+ ReferenceName = "Saep",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spe",
+ ReferenceName = "Sepa (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spg",
+ ReferenceName = "Sian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spi",
+ ReferenceName = "Saponi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spk",
+ ReferenceName = "Sengo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spl",
+ ReferenceName = "Selepet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spm",
+ ReferenceName = "Akukem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spn",
+ ReferenceName = "Sanapaná",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spo",
+ ReferenceName = "Spokane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spp",
+ ReferenceName = "Supyire Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spq",
+ ReferenceName = "Loreto-Ucayali Spanish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spr",
+ ReferenceName = "Saparua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sps",
+ ReferenceName = "Saposa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spt",
+ ReferenceName = "Spiti Bhoti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spu",
+ ReferenceName = "Sapuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spv",
+ ReferenceName = "Sambalpuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "spx",
+ ReferenceName = "South Picene",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "spy",
+ ReferenceName = "Sabaot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqa",
+ ReferenceName = "Shama-Sambuga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqh",
+ ReferenceName = "Shau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqi",
+ Part1 = "sq",
+ Part2B = "alb",
+ Part2T = "sqi",
+ ReferenceName = "Albanian",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqk",
+ ReferenceName = "Albanian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqm",
+ ReferenceName = "Suma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqn",
+ ReferenceName = "Susquehannock",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sqo",
+ ReferenceName = "Sorkhei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqq",
+ ReferenceName = "Sou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqr",
+ ReferenceName = "Siculo Arabic",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "sqs",
+ ReferenceName = "Sri Lankan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sqt",
+ ReferenceName = "Soqotri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "squ",
+ ReferenceName = "Squamish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sra",
+ ReferenceName = "Saruga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srb",
+ ReferenceName = "Sora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "src",
+ ReferenceName = "Logudorese Sardinian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srd",
+ Part1 = "sc",
+ Part2B = "srd",
+ Part2T = "srd",
+ ReferenceName = "Sardinian",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sre",
+ ReferenceName = "Sara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srf",
+ ReferenceName = "Nafi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srg",
+ ReferenceName = "Sulod",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srh",
+ ReferenceName = "Sarikoli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sri",
+ ReferenceName = "Siriano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srk",
+ ReferenceName = "Serudung Murut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srl",
+ ReferenceName = "Isirawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srm",
+ ReferenceName = "Saramaccan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srn",
+ Part2B = "srn",
+ Part2T = "srn",
+ ReferenceName = "Sranan Tongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sro",
+ ReferenceName = "Campidanese Sardinian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srp",
+ Part1 = "sr",
+ Part2B = "srp",
+ Part2T = "srp",
+ ReferenceName = "Serbian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srq",
+ ReferenceName = "Sirionó",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srr",
+ Part2B = "srr",
+ Part2T = "srr",
+ ReferenceName = "Serer",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srs",
+ ReferenceName = "Sarsi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srt",
+ ReferenceName = "Sauri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sru",
+ ReferenceName = "Suruí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srv",
+ ReferenceName = "Southern Sorsoganon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srw",
+ ReferenceName = "Serua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srx",
+ ReferenceName = "Sirmauri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sry",
+ ReferenceName = "Sera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "srz",
+ ReferenceName = "Shahmirzadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssb",
+ ReferenceName = "Southern Sama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssc",
+ ReferenceName = "Suba-Simbiti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssd",
+ ReferenceName = "Siroi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sse",
+ ReferenceName = "Balangingi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssf",
+ ReferenceName = "Thao",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ssg",
+ ReferenceName = "Seimat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssh",
+ ReferenceName = "Shihhi Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssi",
+ ReferenceName = "Sansi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssj",
+ ReferenceName = "Sausi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssk",
+ ReferenceName = "Sunam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssl",
+ ReferenceName = "Western Sisaala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssm",
+ ReferenceName = "Semnam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssn",
+ ReferenceName = "Waata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sso",
+ ReferenceName = "Sissano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssp",
+ ReferenceName = "Spanish Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssq",
+ ReferenceName = "So'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssr",
+ ReferenceName = "Swiss-French Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sss",
+ ReferenceName = "Sô",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sst",
+ ReferenceName = "Sinasina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssu",
+ ReferenceName = "Susuami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssv",
+ ReferenceName = "Shark Bay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssw",
+ Part1 = "ss",
+ Part2B = "ssw",
+ Part2T = "ssw",
+ ReferenceName = "Swati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssx",
+ ReferenceName = "Samberigi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssy",
+ ReferenceName = "Saho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ssz",
+ ReferenceName = "Sengseng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sta",
+ ReferenceName = "Settla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stb",
+ ReferenceName = "Northern Subanen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "std",
+ ReferenceName = "Sentinel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ste",
+ ReferenceName = "Liana-Seti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stf",
+ ReferenceName = "Seta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stg",
+ ReferenceName = "Trieng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sth",
+ ReferenceName = "Shelta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sti",
+ ReferenceName = "Bulo Stieng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stj",
+ ReferenceName = "Matya Samo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stk",
+ ReferenceName = "Arammba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stl",
+ ReferenceName = "Stellingwerfs",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stm",
+ ReferenceName = "Setaman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stn",
+ ReferenceName = "Owa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sto",
+ ReferenceName = "Stoney",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stp",
+ ReferenceName = "Southeastern Tepehuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stq",
+ ReferenceName = "Saterfriesisch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "str",
+ ReferenceName = "Straits Salish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sts",
+ ReferenceName = "Shumashti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stt",
+ ReferenceName = "Budeh Stieng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stu",
+ ReferenceName = "Samtao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stv",
+ ReferenceName = "Silt'e",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "stw",
+ ReferenceName = "Satawalese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sty",
+ ReferenceName = "Siberian Tatar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sua",
+ ReferenceName = "Sulka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sub",
+ ReferenceName = "Suku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "suc",
+ ReferenceName = "Western Subanon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sue",
+ ReferenceName = "Suena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sug",
+ ReferenceName = "Suganga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sui",
+ ReferenceName = "Suki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "suj",
+ ReferenceName = "Shubi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "suk",
+ Part2B = "suk",
+ Part2T = "suk",
+ ReferenceName = "Sukuma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sun",
+ Part1 = "su",
+ Part2B = "sun",
+ Part2T = "sun",
+ ReferenceName = "Sundanese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "suq",
+ ReferenceName = "Suri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sur",
+ ReferenceName = "Mwaghavul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sus",
+ Part2B = "sus",
+ Part2T = "sus",
+ ReferenceName = "Susu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sut",
+ ReferenceName = "Subtiaba",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "suv",
+ ReferenceName = "Puroik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "suw",
+ ReferenceName = "Sumbwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sux",
+ Part2B = "sux",
+ Part2T = "sux",
+ ReferenceName = "Sumerian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "suy",
+ ReferenceName = "Suyá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "suz",
+ ReferenceName = "Sunwar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sva",
+ ReferenceName = "Svan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "svb",
+ ReferenceName = "Ulau-Suain",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "svc",
+ ReferenceName = "Vincentian Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sve",
+ ReferenceName = "Serili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "svk",
+ ReferenceName = "Slovakian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "svm",
+ ReferenceName = "Slavomolisano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "svs",
+ ReferenceName = "Savosavo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "svx",
+ ReferenceName = "Skalvian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "swa",
+ Part1 = "sw",
+ Part2B = "swa",
+ Part2T = "swa",
+ ReferenceName = "Swahili (macrolanguage)",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swb",
+ ReferenceName = "Maore Comorian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swc",
+ ReferenceName = "Congo Swahili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swe",
+ Part1 = "sv",
+ Part2B = "swe",
+ Part2T = "swe",
+ ReferenceName = "Swedish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swf",
+ ReferenceName = "Sere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swg",
+ ReferenceName = "Swabian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swh",
+ ReferenceName = "Swahili (individual language)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swi",
+ ReferenceName = "Sui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swj",
+ ReferenceName = "Sira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swk",
+ ReferenceName = "Malawi Sena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swl",
+ ReferenceName = "Swedish Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swm",
+ ReferenceName = "Samosa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swn",
+ ReferenceName = "Sawknah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swo",
+ ReferenceName = "Shanenawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swp",
+ ReferenceName = "Suau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swq",
+ ReferenceName = "Sharwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swr",
+ ReferenceName = "Saweru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sws",
+ ReferenceName = "Seluwasan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swt",
+ ReferenceName = "Sawila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swu",
+ ReferenceName = "Suwawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swv",
+ ReferenceName = "Shekhawati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sww",
+ ReferenceName = "Sowa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "swx",
+ ReferenceName = "Suruahá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "swy",
+ ReferenceName = "Sarua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxb",
+ ReferenceName = "Suba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxc",
+ ReferenceName = "Sicanian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "sxe",
+ ReferenceName = "Sighu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxg",
+ ReferenceName = "Shuhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxk",
+ ReferenceName = "Southern Kalapuya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sxl",
+ ReferenceName = "Selian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sxm",
+ ReferenceName = "Samre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxn",
+ ReferenceName = "Sangir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxo",
+ ReferenceName = "Sorothaptic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "sxr",
+ ReferenceName = "Saaroa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxs",
+ ReferenceName = "Sasaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxu",
+ ReferenceName = "Upper Saxon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sxw",
+ ReferenceName = "Saxwe Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sya",
+ ReferenceName = "Siang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syb",
+ ReferenceName = "Central Subanen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syc",
+ Part2B = "syc",
+ Part2T = "syc",
+ ReferenceName = "Classical Syriac",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "syi",
+ ReferenceName = "Seki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syk",
+ ReferenceName = "Sukur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syl",
+ ReferenceName = "Sylheti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sym",
+ ReferenceName = "Maya Samo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syn",
+ ReferenceName = "Senaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syo",
+ ReferenceName = "Suoy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syr",
+ Part2B = "syr",
+ Part2T = "syr",
+ ReferenceName = "Syriac",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sys",
+ ReferenceName = "Sinyar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syw",
+ ReferenceName = "Kagate",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syx",
+ ReferenceName = "Samay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "syy",
+ ReferenceName = "Al-Sayyid Bedouin Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "sza",
+ ReferenceName = "Semelai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szb",
+ ReferenceName = "Ngalum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szc",
+ ReferenceName = "Semaq Beri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szd",
+ ReferenceName = "Seru",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "sze",
+ ReferenceName = "Seze",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szg",
+ ReferenceName = "Sengele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szl",
+ ReferenceName = "Silesian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szn",
+ ReferenceName = "Sula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szp",
+ ReferenceName = "Suabo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szs",
+ ReferenceName = "Solomon Islands Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szv",
+ ReferenceName = "Isu (Fako Division)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szw",
+ ReferenceName = "Sawai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "szy",
+ ReferenceName = "Sakizaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "taa",
+ ReferenceName = "Lower Tanana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tab",
+ ReferenceName = "Tabassaran",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tac",
+ ReferenceName = "Lowland Tarahumara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tad",
+ ReferenceName = "Tause",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tae",
+ ReferenceName = "Tariana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "taf",
+ ReferenceName = "Tapirapé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tag",
+ ReferenceName = "Tagoi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tah",
+ Part1 = "ty",
+ Part2B = "tah",
+ Part2T = "tah",
+ ReferenceName = "Tahitian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "taj",
+ ReferenceName = "Eastern Tamang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tak",
+ ReferenceName = "Tala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tal",
+ ReferenceName = "Tal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tam",
+ Part1 = "ta",
+ Part2B = "tam",
+ Part2T = "tam",
+ ReferenceName = "Tamil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tan",
+ ReferenceName = "Tangale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tao",
+ ReferenceName = "Yami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tap",
+ ReferenceName = "Taabwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "taq",
+ ReferenceName = "Tamasheq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tar",
+ ReferenceName = "Central Tarahumara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tas",
+ ReferenceName = "Tay Boi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tat",
+ Part1 = "tt",
+ Part2B = "tat",
+ Part2T = "tat",
+ ReferenceName = "Tatar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tau",
+ ReferenceName = "Upper Tanana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tav",
+ ReferenceName = "Tatuyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "taw",
+ ReferenceName = "Tai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tax",
+ ReferenceName = "Tamki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tay",
+ ReferenceName = "Atayal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "taz",
+ ReferenceName = "Tocho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tba",
+ ReferenceName = "Aikanã",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbb",
+ ReferenceName = "Tapeba",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tbc",
+ ReferenceName = "Takia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbd",
+ ReferenceName = "Kaki Ae",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbe",
+ ReferenceName = "Tanimbili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbf",
+ ReferenceName = "Mandara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbg",
+ ReferenceName = "North Tairora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbh",
+ ReferenceName = "Dharawal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tbi",
+ ReferenceName = "Gaam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbj",
+ ReferenceName = "Tiang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbk",
+ ReferenceName = "Calamian Tagbanwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbl",
+ ReferenceName = "Tboli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbm",
+ ReferenceName = "Tagbu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbn",
+ ReferenceName = "Barro Negro Tunebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbo",
+ ReferenceName = "Tawala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbp",
+ ReferenceName = "Taworta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbr",
+ ReferenceName = "Tumtum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbs",
+ ReferenceName = "Tanguat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbt",
+ ReferenceName = "Tembo (Kitembo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbu",
+ ReferenceName = "Tubar",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tbv",
+ ReferenceName = "Tobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbw",
+ ReferenceName = "Tagbanwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbx",
+ ReferenceName = "Kapin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tby",
+ ReferenceName = "Tabaru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tbz",
+ ReferenceName = "Ditammari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tca",
+ ReferenceName = "Ticuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcb",
+ ReferenceName = "Tanacross",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcc",
+ ReferenceName = "Datooga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcd",
+ ReferenceName = "Tafi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tce",
+ ReferenceName = "Southern Tutchone",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcf",
+ ReferenceName = "Malinaltepec Me'phaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcg",
+ ReferenceName = "Tamagario",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tch",
+ ReferenceName = "Turks And Caicos Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tci",
+ ReferenceName = "Wára",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tck",
+ ReferenceName = "Tchitchege",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcl",
+ ReferenceName = "Taman (Myanmar)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tcm",
+ ReferenceName = "Tanahmerah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcn",
+ ReferenceName = "Tichurong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tco",
+ ReferenceName = "Taungyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcp",
+ ReferenceName = "Tawr Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcq",
+ ReferenceName = "Kaiy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcs",
+ ReferenceName = "Torres Strait Creole",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tct",
+ ReferenceName = "T'en",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcu",
+ ReferenceName = "Southeastern Tarahumara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcw",
+ ReferenceName = "Tecpatlán Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcx",
+ ReferenceName = "Toda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcy",
+ ReferenceName = "Tulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tcz",
+ ReferenceName = "Thado Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tda",
+ ReferenceName = "Tagdal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdb",
+ ReferenceName = "Panchpargania",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdc",
+ ReferenceName = "Emberá-Tadó",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdd",
+ ReferenceName = "Tai Nüa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tde",
+ ReferenceName = "Tiranige Diga Dogon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdf",
+ ReferenceName = "Talieng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdg",
+ ReferenceName = "Western Tamang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdh",
+ ReferenceName = "Thulung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdi",
+ ReferenceName = "Tomadino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdj",
+ ReferenceName = "Tajio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdk",
+ ReferenceName = "Tambas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdl",
+ ReferenceName = "Sur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdm",
+ ReferenceName = "Taruma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdn",
+ ReferenceName = "Tondano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdo",
+ ReferenceName = "Teme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdq",
+ ReferenceName = "Tita",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdr",
+ ReferenceName = "Todrah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tds",
+ ReferenceName = "Doutai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdt",
+ ReferenceName = "Tetun Dili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdv",
+ ReferenceName = "Toro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdx",
+ ReferenceName = "Tandroy-Mahafaly Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tdy",
+ ReferenceName = "Tadyawan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tea",
+ ReferenceName = "Temiar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "teb",
+ ReferenceName = "Tetete",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tec",
+ ReferenceName = "Terik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ted",
+ ReferenceName = "Tepo Krumen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tee",
+ ReferenceName = "Huehuetla Tepehua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tef",
+ ReferenceName = "Teressa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "teg",
+ ReferenceName = "Teke-Tege",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "teh",
+ ReferenceName = "Tehuelche",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tei",
+ ReferenceName = "Torricelli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tek",
+ ReferenceName = "Ibali Teke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tel",
+ Part1 = "te",
+ Part2B = "tel",
+ Part2T = "tel",
+ ReferenceName = "Telugu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tem",
+ Part2B = "tem",
+ Part2T = "tem",
+ ReferenceName = "Timne",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ten",
+ ReferenceName = "Tama (Colombia)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "teo",
+ ReferenceName = "Teso",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tep",
+ ReferenceName = "Tepecano",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "teq",
+ ReferenceName = "Temein",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ter",
+ Part2B = "ter",
+ Part2T = "ter",
+ ReferenceName = "Tereno",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tes",
+ ReferenceName = "Tengger",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tet",
+ Part2B = "tet",
+ Part2T = "tet",
+ ReferenceName = "Tetum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "teu",
+ ReferenceName = "Soo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tev",
+ ReferenceName = "Teor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tew",
+ ReferenceName = "Tewa (USA)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tex",
+ ReferenceName = "Tennet",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tey",
+ ReferenceName = "Tulishi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tez",
+ ReferenceName = "Tetserret",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tfi",
+ ReferenceName = "Tofin Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tfn",
+ ReferenceName = "Tanaina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tfo",
+ ReferenceName = "Tefaro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tfr",
+ ReferenceName = "Teribe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tft",
+ ReferenceName = "Ternate",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tga",
+ ReferenceName = "Sagalla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgb",
+ ReferenceName = "Tobilung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgc",
+ ReferenceName = "Tigak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgd",
+ ReferenceName = "Ciwogai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tge",
+ ReferenceName = "Eastern Gorkha Tamang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgf",
+ ReferenceName = "Chalikha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgh",
+ ReferenceName = "Tobagonian Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgi",
+ ReferenceName = "Lawunuia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgj",
+ ReferenceName = "Tagin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgk",
+ Part1 = "tg",
+ Part2B = "tgk",
+ Part2T = "tgk",
+ ReferenceName = "Tajik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgl",
+ Part1 = "tl",
+ Part2B = "tgl",
+ Part2T = "tgl",
+ ReferenceName = "Tagalog",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgn",
+ ReferenceName = "Tandaganon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgo",
+ ReferenceName = "Sudest",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgp",
+ ReferenceName = "Tangoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgq",
+ ReferenceName = "Tring",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgr",
+ ReferenceName = "Tareng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgs",
+ ReferenceName = "Nume",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgt",
+ ReferenceName = "Central Tagbanwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgu",
+ ReferenceName = "Tanggu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgv",
+ ReferenceName = "Tingui-Boto",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tgw",
+ ReferenceName = "Tagwana Senoufo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgx",
+ ReferenceName = "Tagish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tgy",
+ ReferenceName = "Togoyo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tgz",
+ ReferenceName = "Tagalaka",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tha",
+ Part1 = "th",
+ Part2B = "tha",
+ Part2T = "tha",
+ ReferenceName = "Thai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thd",
+ ReferenceName = "Kuuk Thaayorre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "the",
+ ReferenceName = "Chitwania Tharu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thf",
+ ReferenceName = "Thangmi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thh",
+ ReferenceName = "Northern Tarahumara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thi",
+ ReferenceName = "Tai Long",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thk",
+ ReferenceName = "Tharaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thl",
+ ReferenceName = "Dangaura Tharu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thm",
+ ReferenceName = "Aheu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thn",
+ ReferenceName = "Thachanadan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thp",
+ ReferenceName = "Thompson",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thq",
+ ReferenceName = "Kochila Tharu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thr",
+ ReferenceName = "Rana Tharu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ths",
+ ReferenceName = "Thakali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tht",
+ ReferenceName = "Tahltan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thu",
+ ReferenceName = "Thuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thv",
+ ReferenceName = "Tahaggart Tamahaq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thw",
+ ReferenceName = "Thudam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thy",
+ ReferenceName = "Tha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "thz",
+ ReferenceName = "Tayart Tamajeq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tia",
+ ReferenceName = "Tidikelt Tamazight",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tic",
+ ReferenceName = "Tira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tif",
+ ReferenceName = "Tifal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tig",
+ Part2B = "tig",
+ Part2T = "tig",
+ ReferenceName = "Tigre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tih",
+ ReferenceName = "Timugon Murut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tii",
+ ReferenceName = "Tiene",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tij",
+ ReferenceName = "Tilung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tik",
+ ReferenceName = "Tikar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "til",
+ ReferenceName = "Tillamook",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tim",
+ ReferenceName = "Timbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tin",
+ ReferenceName = "Tindi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tio",
+ ReferenceName = "Teop",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tip",
+ ReferenceName = "Trimuris",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tiq",
+ ReferenceName = "Tiéfo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tir",
+ Part1 = "ti",
+ Part2B = "tir",
+ Part2T = "tir",
+ ReferenceName = "Tigrinya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tis",
+ ReferenceName = "Masadiit Itneg",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tit",
+ ReferenceName = "Tinigua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tiu",
+ ReferenceName = "Adasen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tiv",
+ Part2B = "tiv",
+ Part2T = "tiv",
+ ReferenceName = "Tiv",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tiw",
+ ReferenceName = "Tiwi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tix",
+ ReferenceName = "Southern Tiwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tiy",
+ ReferenceName = "Tiruray",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tiz",
+ ReferenceName = "Tai Hongjin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tja",
+ ReferenceName = "Tajuasohn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tjg",
+ ReferenceName = "Tunjung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tji",
+ ReferenceName = "Northern Tujia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tjj",
+ ReferenceName = "Tjungundji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tjl",
+ ReferenceName = "Tai Laing",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tjm",
+ ReferenceName = "Timucua",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tjn",
+ ReferenceName = "Tonjon",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tjo",
+ ReferenceName = "Temacine Tamazight",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tjp",
+ ReferenceName = "Tjupany",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tjs",
+ ReferenceName = "Southern Tujia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tju",
+ ReferenceName = "Tjurruru",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tjw",
+ ReferenceName = "Djabwurrung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tka",
+ ReferenceName = "Truká",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tkb",
+ ReferenceName = "Buksa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkd",
+ ReferenceName = "Tukudede",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tke",
+ ReferenceName = "Takwane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkf",
+ ReferenceName = "Tukumanféd",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tkg",
+ ReferenceName = "Tesaka Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkl",
+ Part2B = "tkl",
+ Part2T = "tkl",
+ ReferenceName = "Tokelau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkm",
+ ReferenceName = "Takelma",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tkn",
+ ReferenceName = "Toku-No-Shima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkp",
+ ReferenceName = "Tikopia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkq",
+ ReferenceName = "Tee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkr",
+ ReferenceName = "Tsakhur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tks",
+ ReferenceName = "Takestani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkt",
+ ReferenceName = "Kathoriya Tharu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tku",
+ ReferenceName = "Upper Necaxa Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkv",
+ ReferenceName = "Mur Pano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkw",
+ ReferenceName = "Teanu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkx",
+ ReferenceName = "Tangko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tkz",
+ ReferenceName = "Takua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tla",
+ ReferenceName = "Southwestern Tepehuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlb",
+ ReferenceName = "Tobelo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlc",
+ ReferenceName = "Yecuatla Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tld",
+ ReferenceName = "Talaud",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlf",
+ ReferenceName = "Telefol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlg",
+ ReferenceName = "Tofanma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlh",
+ Part2B = "tlh",
+ Part2T = "tlh",
+ ReferenceName = "Klingon",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "tli",
+ Part2B = "tli",
+ Part2T = "tli",
+ ReferenceName = "Tlingit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlj",
+ ReferenceName = "Talinga-Bwisi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlk",
+ ReferenceName = "Taloki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tll",
+ ReferenceName = "Tetela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlm",
+ ReferenceName = "Tolomako",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tln",
+ ReferenceName = "Talondo'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlo",
+ ReferenceName = "Talodi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlp",
+ ReferenceName = "Filomena Mata-Coahuitlán Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlq",
+ ReferenceName = "Tai Loi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlr",
+ ReferenceName = "Talise",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tls",
+ ReferenceName = "Tambotalo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlt",
+ ReferenceName = "Sou Nama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlu",
+ ReferenceName = "Tulehu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlv",
+ ReferenceName = "Taliabu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tlx",
+ ReferenceName = "Khehek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tly",
+ ReferenceName = "Talysh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tma",
+ ReferenceName = "Tama (Chad)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmb",
+ ReferenceName = "Katbol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmc",
+ ReferenceName = "Tumak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmd",
+ ReferenceName = "Haruai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tme",
+ ReferenceName = "Tremembé",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tmf",
+ ReferenceName = "Toba-Maskoy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmg",
+ ReferenceName = "Ternateño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tmh",
+ Part2B = "tmh",
+ Part2T = "tmh",
+ ReferenceName = "Tamashek",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmi",
+ ReferenceName = "Tutuba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmj",
+ ReferenceName = "Samarokena",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmk",
+ ReferenceName = "Northwestern Tamang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tml",
+ ReferenceName = "Tamnim Citak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmm",
+ ReferenceName = "Tai Thanh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmn",
+ ReferenceName = "Taman (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmo",
+ ReferenceName = "Temoq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmq",
+ ReferenceName = "Tumleo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmr",
+ ReferenceName = "Jewish Babylonian Aramaic (ca. 200-1200 CE)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tms",
+ ReferenceName = "Tima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmt",
+ ReferenceName = "Tasmate",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmu",
+ ReferenceName = "Iau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmv",
+ ReferenceName = "Tembo (Motembo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmw",
+ ReferenceName = "Temuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmy",
+ ReferenceName = "Tami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tmz",
+ ReferenceName = "Tamanaku",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tna",
+ ReferenceName = "Tacana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnb",
+ ReferenceName = "Western Tunebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnc",
+ ReferenceName = "Tanimuca-Retuarã",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnd",
+ ReferenceName = "Angosturas Tunebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tng",
+ ReferenceName = "Tobanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnh",
+ ReferenceName = "Maiani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tni",
+ ReferenceName = "Tandia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnk",
+ ReferenceName = "Kwamera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnl",
+ ReferenceName = "Lenakel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnm",
+ ReferenceName = "Tabla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnn",
+ ReferenceName = "North Tanna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tno",
+ ReferenceName = "Toromono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnp",
+ ReferenceName = "Whitesands",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnq",
+ ReferenceName = "Taino",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tnr",
+ ReferenceName = "Ménik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tns",
+ ReferenceName = "Tenis",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnt",
+ ReferenceName = "Tontemboan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnu",
+ ReferenceName = "Tay Khang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnv",
+ ReferenceName = "Tangchangya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnw",
+ ReferenceName = "Tonsawang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnx",
+ ReferenceName = "Tanema",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tny",
+ ReferenceName = "Tongwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tnz",
+ ReferenceName = "Ten'edn",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tob",
+ ReferenceName = "Toba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "toc",
+ ReferenceName = "Coyutla Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tod",
+ ReferenceName = "Toma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tof",
+ ReferenceName = "Gizrra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tog",
+ Part2B = "tog",
+ Part2T = "tog",
+ ReferenceName = "Tonga (Nyasa)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "toh",
+ ReferenceName = "Gitonga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "toi",
+ ReferenceName = "Tonga (Zambia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "toj",
+ ReferenceName = "Tojolabal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tol",
+ ReferenceName = "Tolowa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tom",
+ ReferenceName = "Tombulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ton",
+ Part1 = "to",
+ Part2B = "ton",
+ Part2T = "ton",
+ ReferenceName = "Tonga (Tonga Islands)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "too",
+ ReferenceName = "Xicotepec De Juárez Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "top",
+ ReferenceName = "Papantla Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "toq",
+ ReferenceName = "Toposa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tor",
+ ReferenceName = "Togbo-Vara Banda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tos",
+ ReferenceName = "Highland Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tou",
+ ReferenceName = "Tho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tov",
+ ReferenceName = "Upper Taromi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tow",
+ ReferenceName = "Jemez",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tox",
+ ReferenceName = "Tobian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "toy",
+ ReferenceName = "Topoiyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "toz",
+ ReferenceName = "To",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpa",
+ ReferenceName = "Taupota",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpc",
+ ReferenceName = "Azoyú Me'phaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpe",
+ ReferenceName = "Tippera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpf",
+ ReferenceName = "Tarpia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpg",
+ ReferenceName = "Kula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpi",
+ Part2B = "tpi",
+ Part2T = "tpi",
+ ReferenceName = "Tok Pisin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpj",
+ ReferenceName = "Tapieté",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpk",
+ ReferenceName = "Tupinikin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tpl",
+ ReferenceName = "Tlacoapa Me'phaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpm",
+ ReferenceName = "Tampulma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpn",
+ ReferenceName = "Tupinambá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tpo",
+ ReferenceName = "Tai Pao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpp",
+ ReferenceName = "Pisaflores Tepehua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpq",
+ ReferenceName = "Tukpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpr",
+ ReferenceName = "Tuparí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpt",
+ ReferenceName = "Tlachichilco Tepehua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpu",
+ ReferenceName = "Tampuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpv",
+ ReferenceName = "Tanapag",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpw",
+ ReferenceName = "Tupí",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tpx",
+ ReferenceName = "Acatepec Me'phaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpy",
+ ReferenceName = "Trumai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tpz",
+ ReferenceName = "Tinputz",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqb",
+ ReferenceName = "Tembé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tql",
+ ReferenceName = "Lehali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqm",
+ ReferenceName = "Turumsa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqn",
+ ReferenceName = "Tenino",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqo",
+ ReferenceName = "Toaripi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqp",
+ ReferenceName = "Tomoip",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqq",
+ ReferenceName = "Tunni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqr",
+ ReferenceName = "Torona",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tqt",
+ ReferenceName = "Western Totonac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqu",
+ ReferenceName = "Touo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tqw",
+ ReferenceName = "Tonkawa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tra",
+ ReferenceName = "Tirahi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trb",
+ ReferenceName = "Terebu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trc",
+ ReferenceName = "Copala Triqui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trd",
+ ReferenceName = "Turi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tre",
+ ReferenceName = "East Tarangan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trf",
+ ReferenceName = "Trinidadian Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trg",
+ ReferenceName = "Lishán Didán",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trh",
+ ReferenceName = "Turaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tri",
+ ReferenceName = "Trió",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trj",
+ ReferenceName = "Toram",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trl",
+ ReferenceName = "Traveller Scottish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trm",
+ ReferenceName = "Tregami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trn",
+ ReferenceName = "Trinitario",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tro",
+ ReferenceName = "Tarao Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trp",
+ ReferenceName = "Kok Borok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trq",
+ ReferenceName = "San Martín Itunyoso Triqui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trr",
+ ReferenceName = "Taushiro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trs",
+ ReferenceName = "Chicahuaxtla Triqui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trt",
+ ReferenceName = "Tunggare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tru",
+ ReferenceName = "Turoyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trv",
+ ReferenceName = "Taroko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trw",
+ ReferenceName = "Torwali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "trx",
+ ReferenceName = "Tringgus-Sembaan Bidayuh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "try",
+ ReferenceName = "Turung",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "trz",
+ ReferenceName = "Torá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tsa",
+ ReferenceName = "Tsaangi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsb",
+ ReferenceName = "Tsamai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsc",
+ ReferenceName = "Tswa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsd",
+ ReferenceName = "Tsakonian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tse",
+ ReferenceName = "Tunisian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsg",
+ ReferenceName = "Tausug",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsh",
+ ReferenceName = "Tsuvan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsi",
+ Part2B = "tsi",
+ Part2T = "tsi",
+ ReferenceName = "Tsimshian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsj",
+ ReferenceName = "Tshangla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsk",
+ ReferenceName = "Tseku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsl",
+ ReferenceName = "Ts'ün-Lao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsm",
+ ReferenceName = "Turkish Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsn",
+ Part1 = "tn",
+ Part2B = "tsn",
+ Part2T = "tsn",
+ ReferenceName = "Tswana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tso",
+ Part1 = "ts",
+ Part2B = "tso",
+ Part2T = "tso",
+ ReferenceName = "Tsonga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsp",
+ ReferenceName = "Northern Toussian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsq",
+ ReferenceName = "Thai Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsr",
+ ReferenceName = "Akei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tss",
+ ReferenceName = "Taiwan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tst",
+ ReferenceName = "Tondi Songway Kiini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsu",
+ ReferenceName = "Tsou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsv",
+ ReferenceName = "Tsogo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsw",
+ ReferenceName = "Tsishingini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsx",
+ ReferenceName = "Mubami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsy",
+ ReferenceName = "Tebul Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tsz",
+ ReferenceName = "Purepecha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tta",
+ ReferenceName = "Tutelo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ttb",
+ ReferenceName = "Gaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttc",
+ ReferenceName = "Tektiteko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttd",
+ ReferenceName = "Tauade",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tte",
+ ReferenceName = "Bwanabwana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttf",
+ ReferenceName = "Tuotomb",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttg",
+ ReferenceName = "Tutong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tth",
+ ReferenceName = "Upper Ta'oih",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tti",
+ ReferenceName = "Tobati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttj",
+ ReferenceName = "Tooro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttk",
+ ReferenceName = "Totoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttl",
+ ReferenceName = "Totela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttm",
+ ReferenceName = "Northern Tutchone",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttn",
+ ReferenceName = "Towei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tto",
+ ReferenceName = "Lower Ta'oih",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttp",
+ ReferenceName = "Tombelala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttq",
+ ReferenceName = "Tawallammat Tamajaq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttr",
+ ReferenceName = "Tera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tts",
+ ReferenceName = "Northeastern Thai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttt",
+ ReferenceName = "Muslim Tat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttu",
+ ReferenceName = "Torau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttv",
+ ReferenceName = "Titan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttw",
+ ReferenceName = "Long Wat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tty",
+ ReferenceName = "Sikaritai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ttz",
+ ReferenceName = "Tsum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tua",
+ ReferenceName = "Wiarumus",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tub",
+ ReferenceName = "Tübatulabal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tuc",
+ ReferenceName = "Mutu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tud",
+ ReferenceName = "Tuxá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tue",
+ ReferenceName = "Tuyuca",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuf",
+ ReferenceName = "Central Tunebo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tug",
+ ReferenceName = "Tunia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuh",
+ ReferenceName = "Taulil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tui",
+ ReferenceName = "Tupuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuj",
+ ReferenceName = "Tugutil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuk",
+ Part1 = "tk",
+ Part2B = "tuk",
+ Part2T = "tuk",
+ ReferenceName = "Turkmen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tul",
+ ReferenceName = "Tula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tum",
+ Part2B = "tum",
+ Part2T = "tum",
+ ReferenceName = "Tumbuka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tun",
+ ReferenceName = "Tunica",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuo",
+ ReferenceName = "Tucano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuq",
+ ReferenceName = "Tedaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tur",
+ Part1 = "tr",
+ Part2B = "tur",
+ Part2T = "tur",
+ ReferenceName = "Turkish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tus",
+ ReferenceName = "Tuscarora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuu",
+ ReferenceName = "Tututni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuv",
+ ReferenceName = "Turkana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tux",
+ ReferenceName = "Tuxináwa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tuy",
+ ReferenceName = "Tugen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tuz",
+ ReferenceName = "Turka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tva",
+ ReferenceName = "Vaghua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvd",
+ ReferenceName = "Tsuvadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tve",
+ ReferenceName = "Te'un",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvk",
+ ReferenceName = "Southeast Ambrym",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvl",
+ Part2B = "tvl",
+ Part2T = "tvl",
+ ReferenceName = "Tuvalu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvm",
+ ReferenceName = "Tela-Masbuar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvn",
+ ReferenceName = "Tavoyan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvo",
+ ReferenceName = "Tidore",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvs",
+ ReferenceName = "Taveta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvt",
+ ReferenceName = "Tutsa Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvu",
+ ReferenceName = "Tunen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvw",
+ ReferenceName = "Sedoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tvx",
+ ReferenceName = "Taivoan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tvy",
+ ReferenceName = "Timor Pidgin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "twa",
+ ReferenceName = "Twana",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "twb",
+ ReferenceName = "Western Tawbuid",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twc",
+ ReferenceName = "Teshenawa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "twd",
+ ReferenceName = "Twents",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twe",
+ ReferenceName = "Tewa (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twf",
+ ReferenceName = "Northern Tiwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twg",
+ ReferenceName = "Tereweng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twh",
+ ReferenceName = "Tai Dón",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twi",
+ Part1 = "tw",
+ Part2B = "twi",
+ Part2T = "twi",
+ ReferenceName = "Twi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twl",
+ ReferenceName = "Tawara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twm",
+ ReferenceName = "Tawang Monpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twn",
+ ReferenceName = "Twendi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "two",
+ ReferenceName = "Tswapong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twp",
+ ReferenceName = "Ere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twq",
+ ReferenceName = "Tasawaq",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twr",
+ ReferenceName = "Southwestern Tarahumara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twt",
+ ReferenceName = "Turiwára",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "twu",
+ ReferenceName = "Termanu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tww",
+ ReferenceName = "Tuwari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twx",
+ ReferenceName = "Tewe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "twy",
+ ReferenceName = "Tawoyan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txa",
+ ReferenceName = "Tombonuo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txb",
+ ReferenceName = "Tokharian B",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "txc",
+ ReferenceName = "Tsetsaut",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "txe",
+ ReferenceName = "Totoli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txg",
+ ReferenceName = "Tangut",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "txh",
+ ReferenceName = "Thracian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "txi",
+ ReferenceName = "Ikpeng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txj",
+ ReferenceName = "Tarjumo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txm",
+ ReferenceName = "Tomini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txn",
+ ReferenceName = "West Tarangan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txo",
+ ReferenceName = "Toto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txq",
+ ReferenceName = "Tii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txr",
+ ReferenceName = "Tartessian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "txs",
+ ReferenceName = "Tonsea",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txt",
+ ReferenceName = "Citak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txu",
+ ReferenceName = "Kayapó",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txx",
+ ReferenceName = "Tatana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "txy",
+ ReferenceName = "Tanosy Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tya",
+ ReferenceName = "Tauya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tye",
+ ReferenceName = "Kyanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyh",
+ ReferenceName = "O'du",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyi",
+ ReferenceName = "Teke-Tsaayi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyj",
+ ReferenceName = "Tai Do",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyl",
+ ReferenceName = "Thu Lao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyn",
+ ReferenceName = "Kombai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "typ",
+ ReferenceName = "Thaypan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "tyr",
+ ReferenceName = "Tai Daeng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tys",
+ ReferenceName = "Tày Sa Pa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyt",
+ ReferenceName = "Tày Tac",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyu",
+ ReferenceName = "Kua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyv",
+ Part2B = "tyv",
+ Part2T = "tyv",
+ ReferenceName = "Tuvinian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyx",
+ ReferenceName = "Teke-Tyee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tyz",
+ ReferenceName = "Tày",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tza",
+ ReferenceName = "Tanzanian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tzh",
+ ReferenceName = "Tzeltal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tzj",
+ ReferenceName = "Tz'utujil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tzl",
+ ReferenceName = "Talossan",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "tzm",
+ ReferenceName = "Central Atlas Tamazight",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tzn",
+ ReferenceName = "Tugun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tzo",
+ ReferenceName = "Tzotzil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "tzx",
+ ReferenceName = "Tabriak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uam",
+ ReferenceName = "Uamué",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "uan",
+ ReferenceName = "Kuan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uar",
+ ReferenceName = "Tairuma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uba",
+ ReferenceName = "Ubang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ubi",
+ ReferenceName = "Ubi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ubl",
+ ReferenceName = "Buhi'non Bikol",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ubr",
+ ReferenceName = "Ubir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ubu",
+ ReferenceName = "Umbu-Ungu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uby",
+ ReferenceName = "Ubykh",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "uda",
+ ReferenceName = "Uda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ude",
+ ReferenceName = "Udihe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "udg",
+ ReferenceName = "Muduga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "udi",
+ ReferenceName = "Udi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "udj",
+ ReferenceName = "Ujir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "udl",
+ ReferenceName = "Wuzlam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "udm",
+ Part2B = "udm",
+ Part2T = "udm",
+ ReferenceName = "Udmurt",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "udu",
+ ReferenceName = "Uduk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ues",
+ ReferenceName = "Kioko",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ufi",
+ ReferenceName = "Ufim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uga",
+ Part2B = "uga",
+ Part2T = "uga",
+ ReferenceName = "Ugaritic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ugb",
+ ReferenceName = "Kuku-Ugbanh",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "uge",
+ ReferenceName = "Ughele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ugn",
+ ReferenceName = "Ugandan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ugo",
+ ReferenceName = "Ugong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ugy",
+ ReferenceName = "Uruguayan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uha",
+ ReferenceName = "Uhami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uhn",
+ ReferenceName = "Damal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uig",
+ Part1 = "ug",
+ Part2B = "uig",
+ Part2T = "uig",
+ ReferenceName = "Uighur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uis",
+ ReferenceName = "Uisai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uiv",
+ ReferenceName = "Iyive",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uji",
+ ReferenceName = "Tanjijili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uka",
+ ReferenceName = "Kaburi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ukg",
+ ReferenceName = "Ukuriguma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ukh",
+ ReferenceName = "Ukhwejo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ukk",
+ ReferenceName = "Muak Sa-aak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ukl",
+ ReferenceName = "Ukrainian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ukp",
+ ReferenceName = "Ukpe-Bayobiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ukq",
+ ReferenceName = "Ukwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ukr",
+ Part1 = "uk",
+ Part2B = "ukr",
+ Part2T = "ukr",
+ ReferenceName = "Ukrainian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uks",
+ ReferenceName = "Urubú-Kaapor Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uku",
+ ReferenceName = "Ukue",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ukw",
+ ReferenceName = "Ukwuani-Aboh-Ndoni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uky",
+ ReferenceName = "Kuuk-Yak",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ula",
+ ReferenceName = "Fungwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ulb",
+ ReferenceName = "Ulukwumi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ulc",
+ ReferenceName = "Ulch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ule",
+ ReferenceName = "Lule",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ulf",
+ ReferenceName = "Usku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uli",
+ ReferenceName = "Ulithian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ulk",
+ ReferenceName = "Meriam Mir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ull",
+ ReferenceName = "Ullatan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ulm",
+ ReferenceName = "Ulumanda'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uln",
+ ReferenceName = "Unserdeutsch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ulu",
+ ReferenceName = "Uma' Lung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ulw",
+ ReferenceName = "Ulwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uma",
+ ReferenceName = "Umatilla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "umb",
+ Part2B = "umb",
+ Part2T = "umb",
+ ReferenceName = "Umbundu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "umc",
+ ReferenceName = "Marrucinian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "umd",
+ ReferenceName = "Umbindhamu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "umg",
+ ReferenceName = "Morrobalama",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "umi",
+ ReferenceName = "Ukit",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "umm",
+ ReferenceName = "Umon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "umn",
+ ReferenceName = "Makyan Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "umo",
+ ReferenceName = "Umotína",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ump",
+ ReferenceName = "Umpila",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "umr",
+ ReferenceName = "Umbugarla",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ums",
+ ReferenceName = "Pendau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "umu",
+ ReferenceName = "Munsee",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "una",
+ ReferenceName = "North Watut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "und",
+ Part2B = "und",
+ Part2T = "und",
+ ReferenceName = "Undetermined",
+ Scope = "S",
+ Type = "S"
+ },
+ new
+ {
+ Id = "une",
+ ReferenceName = "Uneme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ung",
+ ReferenceName = "Ngarinyin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "unk",
+ ReferenceName = "Enawené-Nawé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "unm",
+ ReferenceName = "Unami",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "unn",
+ ReferenceName = "Kurnai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "unr",
+ ReferenceName = "Mundari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "unu",
+ ReferenceName = "Unubahe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "unx",
+ ReferenceName = "Munda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "unz",
+ ReferenceName = "Unde Kaili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "upi",
+ ReferenceName = "Umeda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "upv",
+ ReferenceName = "Uripiv-Wala-Rano-Atchin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ura",
+ ReferenceName = "Urarina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urb",
+ ReferenceName = "Urubú-Kaapor",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urc",
+ ReferenceName = "Urningangg",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "urd",
+ Part1 = "ur",
+ Part2B = "urd",
+ Part2T = "urd",
+ ReferenceName = "Urdu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ure",
+ ReferenceName = "Uru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urf",
+ ReferenceName = "Uradhi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "urg",
+ ReferenceName = "Urigina",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urh",
+ ReferenceName = "Urhobo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uri",
+ ReferenceName = "Urim",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urk",
+ ReferenceName = "Urak Lawoi'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "url",
+ ReferenceName = "Urali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urm",
+ ReferenceName = "Urapmin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urn",
+ ReferenceName = "Uruangnirin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uro",
+ ReferenceName = "Ura (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urp",
+ ReferenceName = "Uru-Pa-In",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urr",
+ ReferenceName = "Lehalurup",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urt",
+ ReferenceName = "Urat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uru",
+ ReferenceName = "Urumi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "urv",
+ ReferenceName = "Uruava",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "urw",
+ ReferenceName = "Sop",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urx",
+ ReferenceName = "Urimo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ury",
+ ReferenceName = "Orya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "urz",
+ ReferenceName = "Uru-Eu-Wau-Wau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "usa",
+ ReferenceName = "Usarufa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ush",
+ ReferenceName = "Ushojo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "usi",
+ ReferenceName = "Usui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "usk",
+ ReferenceName = "Usaghade",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "usp",
+ ReferenceName = "Uspanteco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uss",
+ ReferenceName = "us-Saare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "usu",
+ ReferenceName = "Uya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uta",
+ ReferenceName = "Otank",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ute",
+ ReferenceName = "Ute-Southern Paiute",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uth",
+ ReferenceName = "ut-Hun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "utp",
+ ReferenceName = "Amba (Solomon Islands)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "utr",
+ ReferenceName = "Etulo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "utu",
+ ReferenceName = "Utu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uum",
+ ReferenceName = "Urum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uun",
+ ReferenceName = "Kulon-Pazeh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uur",
+ ReferenceName = "Ura (Vanuatu)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uuu",
+ ReferenceName = "U",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uve",
+ ReferenceName = "West Uvean",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uvh",
+ ReferenceName = "Uri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uvl",
+ ReferenceName = "Lote",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uwa",
+ ReferenceName = "Kuku-Uwanh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uya",
+ ReferenceName = "Doko-Uyanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uzb",
+ Part1 = "uz",
+ Part2B = "uzb",
+ Part2T = "uzb",
+ ReferenceName = "Uzbek",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uzn",
+ ReferenceName = "Northern Uzbek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "uzs",
+ ReferenceName = "Southern Uzbek",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vaa",
+ ReferenceName = "Vaagri Booli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vae",
+ ReferenceName = "Vale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vaf",
+ ReferenceName = "Vafsi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vag",
+ ReferenceName = "Vagla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vah",
+ ReferenceName = "Varhadi-Nagpuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vai",
+ Part2B = "vai",
+ Part2T = "vai",
+ ReferenceName = "Vai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vaj",
+ ReferenceName = "Sekele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "val",
+ ReferenceName = "Vehes",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vam",
+ ReferenceName = "Vanimo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "van",
+ ReferenceName = "Valman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vao",
+ ReferenceName = "Vao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vap",
+ ReferenceName = "Vaiphei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "var",
+ ReferenceName = "Huarijio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vas",
+ ReferenceName = "Vasavi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vau",
+ ReferenceName = "Vanuma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vav",
+ ReferenceName = "Varli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vay",
+ ReferenceName = "Wayu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vbb",
+ ReferenceName = "Southeast Babar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vbk",
+ ReferenceName = "Southwestern Bontok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vec",
+ ReferenceName = "Venetian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ved",
+ ReferenceName = "Veddah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vel",
+ ReferenceName = "Veluws",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vem",
+ ReferenceName = "Vemgo-Mabas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ven",
+ Part1 = "ve",
+ Part2B = "ven",
+ Part2T = "ven",
+ ReferenceName = "Venda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "veo",
+ ReferenceName = "Ventureño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vep",
+ ReferenceName = "Veps",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ver",
+ ReferenceName = "Mom Jango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vgr",
+ ReferenceName = "Vaghri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vgt",
+ ReferenceName = "Vlaamse Gebarentaal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vic",
+ ReferenceName = "Virgin Islands Creole English",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vid",
+ ReferenceName = "Vidunda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vie",
+ Part1 = "vi",
+ Part2B = "vie",
+ Part2T = "vie",
+ ReferenceName = "Vietnamese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vif",
+ ReferenceName = "Vili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vig",
+ ReferenceName = "Viemo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vil",
+ ReferenceName = "Vilela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vin",
+ ReferenceName = "Vinza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vis",
+ ReferenceName = "Vishavan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vit",
+ ReferenceName = "Viti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "viv",
+ ReferenceName = "Iduna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vka",
+ ReferenceName = "Kariyarra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vki",
+ ReferenceName = "Ija-Zuba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vkj",
+ ReferenceName = "Kujarge",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vkk",
+ ReferenceName = "Kaur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vkl",
+ ReferenceName = "Kulisusu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vkm",
+ ReferenceName = "Kamakan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vko",
+ ReferenceName = "Kodeoha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vkp",
+ ReferenceName = "Korlai Creole Portuguese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vkt",
+ ReferenceName = "Tenggarong Kutai Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vku",
+ ReferenceName = "Kurrama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vlp",
+ ReferenceName = "Valpei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vls",
+ ReferenceName = "Vlaams",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vma",
+ ReferenceName = "Martuyhunira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmb",
+ ReferenceName = "Barbaram",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vmc",
+ ReferenceName = "Juxtlahuaca Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmd",
+ ReferenceName = "Mudu Koraga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vme",
+ ReferenceName = "East Masela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmf",
+ ReferenceName = "Mainfränkisch",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmg",
+ ReferenceName = "Lungalunga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmh",
+ ReferenceName = "Maraghei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmi",
+ ReferenceName = "Miwa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vmj",
+ ReferenceName = "Ixtayutla Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmk",
+ ReferenceName = "Makhuwa-Shirima",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vml",
+ ReferenceName = "Malgana",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vmm",
+ ReferenceName = "Mitlatongo Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmp",
+ ReferenceName = "Soyaltepec Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmq",
+ ReferenceName = "Soyaltepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmr",
+ ReferenceName = "Marenje",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vms",
+ ReferenceName = "Moksela",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vmu",
+ ReferenceName = "Muluridyi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vmv",
+ ReferenceName = "Valley Maidu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "vmw",
+ ReferenceName = "Makhuwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmx",
+ ReferenceName = "Tamazola Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmy",
+ ReferenceName = "Ayautla Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vmz",
+ ReferenceName = "Mazatlán Mazatec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vnk",
+ ReferenceName = "Vano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vnm",
+ ReferenceName = "Vinmavis",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vnp",
+ ReferenceName = "Vunapu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vol",
+ Part1 = "vo",
+ Part2B = "vol",
+ Part2T = "vol",
+ ReferenceName = "Volapük",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "vor",
+ ReferenceName = "Voro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vot",
+ Part2B = "vot",
+ Part2T = "vot",
+ ReferenceName = "Votic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vra",
+ ReferenceName = "Vera'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vro",
+ ReferenceName = "Võro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vrs",
+ ReferenceName = "Varisi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vrt",
+ ReferenceName = "Burmbar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vsi",
+ ReferenceName = "Moldova Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vsl",
+ ReferenceName = "Venezuelan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vsv",
+ ReferenceName = "Valencian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vto",
+ ReferenceName = "Vitou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vum",
+ ReferenceName = "Vumbu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vun",
+ ReferenceName = "Vunjo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vut",
+ ReferenceName = "Vute",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "vwa",
+ ReferenceName = "Awa (China)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "waa",
+ ReferenceName = "Walla Walla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wab",
+ ReferenceName = "Wab",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wac",
+ ReferenceName = "Wasco-Wishram",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wad",
+ ReferenceName = "Wandamen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wae",
+ ReferenceName = "Walser",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "waf",
+ ReferenceName = "Wakoná",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wag",
+ ReferenceName = "Wa'ema",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wah",
+ ReferenceName = "Watubela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wai",
+ ReferenceName = "Wares",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "waj",
+ ReferenceName = "Waffa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wal",
+ Part2B = "wal",
+ Part2T = "wal",
+ ReferenceName = "Wolaytta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wam",
+ ReferenceName = "Wampanoag",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wan",
+ ReferenceName = "Wan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wao",
+ ReferenceName = "Wappo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wap",
+ ReferenceName = "Wapishana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "waq",
+ ReferenceName = "Wagiman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "war",
+ Part2B = "war",
+ Part2T = "war",
+ ReferenceName = "Waray (Philippines)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "was",
+ Part2B = "was",
+ Part2T = "was",
+ ReferenceName = "Washo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wat",
+ ReferenceName = "Kaninuwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wau",
+ ReferenceName = "Waurá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wav",
+ ReferenceName = "Waka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "waw",
+ ReferenceName = "Waiwai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wax",
+ ReferenceName = "Watam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "way",
+ ReferenceName = "Wayana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "waz",
+ ReferenceName = "Wampur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wba",
+ ReferenceName = "Warao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbb",
+ ReferenceName = "Wabo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbe",
+ ReferenceName = "Waritai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbf",
+ ReferenceName = "Wara",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbh",
+ ReferenceName = "Wanda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbi",
+ ReferenceName = "Vwanji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbj",
+ ReferenceName = "Alagwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbk",
+ ReferenceName = "Waigali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbl",
+ ReferenceName = "Wakhi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbm",
+ ReferenceName = "Wa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbp",
+ ReferenceName = "Warlpiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbq",
+ ReferenceName = "Waddar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbr",
+ ReferenceName = "Wagdi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbs",
+ ReferenceName = "West Bengal Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbt",
+ ReferenceName = "Warnman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbv",
+ ReferenceName = "Wajarri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wbw",
+ ReferenceName = "Woi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wca",
+ ReferenceName = "Yanomámi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wci",
+ ReferenceName = "Waci Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wdd",
+ ReferenceName = "Wandji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wdg",
+ ReferenceName = "Wadaginam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wdj",
+ ReferenceName = "Wadjiginy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wdk",
+ ReferenceName = "Wadikali",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wdu",
+ ReferenceName = "Wadjigu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wdy",
+ ReferenceName = "Wadjabangayi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wea",
+ ReferenceName = "Wewaw",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wec",
+ ReferenceName = "Wè Western",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wed",
+ ReferenceName = "Wedau",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "weg",
+ ReferenceName = "Wergaia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "weh",
+ ReferenceName = "Weh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wei",
+ ReferenceName = "Kiunum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wem",
+ ReferenceName = "Weme Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "weo",
+ ReferenceName = "Wemale",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wep",
+ ReferenceName = "Westphalien",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wer",
+ ReferenceName = "Weri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wes",
+ ReferenceName = "Cameroon Pidgin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wet",
+ ReferenceName = "Perai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "weu",
+ ReferenceName = "Rawngtu Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wew",
+ ReferenceName = "Wejewa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wfg",
+ ReferenceName = "Yafi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wga",
+ ReferenceName = "Wagaya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wgb",
+ ReferenceName = "Wagawaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wgg",
+ ReferenceName = "Wangkangurru",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wgi",
+ ReferenceName = "Wahgi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wgo",
+ ReferenceName = "Waigeo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wgu",
+ ReferenceName = "Wirangu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wgy",
+ ReferenceName = "Warrgamay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wha",
+ ReferenceName = "Sou Upaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "whg",
+ ReferenceName = "North Wahgi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "whk",
+ ReferenceName = "Wahau Kenyah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "whu",
+ ReferenceName = "Wahau Kayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wib",
+ ReferenceName = "Southern Toussian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wic",
+ ReferenceName = "Wichita",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wie",
+ ReferenceName = "Wik-Epa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wif",
+ ReferenceName = "Wik-Keyangan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wig",
+ ReferenceName = "Wik Ngathan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wih",
+ ReferenceName = "Wik-Me'anha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wii",
+ ReferenceName = "Minidien",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wij",
+ ReferenceName = "Wik-Iiyanh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wik",
+ ReferenceName = "Wikalkan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wil",
+ ReferenceName = "Wilawila",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wim",
+ ReferenceName = "Wik-Mungkan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "win",
+ ReferenceName = "Ho-Chunk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wir",
+ ReferenceName = "Wiraféd",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wiu",
+ ReferenceName = "Wiru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wiv",
+ ReferenceName = "Vitu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wiy",
+ ReferenceName = "Wiyot",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wja",
+ ReferenceName = "Waja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wji",
+ ReferenceName = "Warji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wka",
+ ReferenceName = "Kw'adza",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wkb",
+ ReferenceName = "Kumbaran",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wkd",
+ ReferenceName = "Wakde",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wkl",
+ ReferenceName = "Kalanadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wkr",
+ ReferenceName = "Keerray-Woorroong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wku",
+ ReferenceName = "Kunduvadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wkw",
+ ReferenceName = "Wakawaka",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wky",
+ ReferenceName = "Wangkayutyuru",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wla",
+ ReferenceName = "Walio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlc",
+ ReferenceName = "Mwali Comorian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wle",
+ ReferenceName = "Wolane",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlg",
+ ReferenceName = "Kunbarlang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wli",
+ ReferenceName = "Waioli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlk",
+ ReferenceName = "Wailaki",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wll",
+ ReferenceName = "Wali (Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlm",
+ ReferenceName = "Middle Welsh",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "wln",
+ Part1 = "wa",
+ Part2B = "wln",
+ Part2T = "wln",
+ ReferenceName = "Walloon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlo",
+ ReferenceName = "Wolio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlr",
+ ReferenceName = "Wailapa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wls",
+ ReferenceName = "Wallisian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlu",
+ ReferenceName = "Wuliwuli",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wlv",
+ ReferenceName = "Wichí Lhamtés Vejoz",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlw",
+ ReferenceName = "Walak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wlx",
+ ReferenceName = "Wali (Ghana)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wly",
+ ReferenceName = "Waling",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wma",
+ ReferenceName = "Mawa (Nigeria)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wmb",
+ ReferenceName = "Wambaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wmc",
+ ReferenceName = "Wamas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wmd",
+ ReferenceName = "Mamaindé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wme",
+ ReferenceName = "Wambule",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wmh",
+ ReferenceName = "Waima'a",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wmi",
+ ReferenceName = "Wamin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wmm",
+ ReferenceName = "Maiwa (Indonesia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wmn",
+ ReferenceName = "Waamwang",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wmo",
+ ReferenceName = "Wom (Papua New Guinea)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wms",
+ ReferenceName = "Wambon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wmt",
+ ReferenceName = "Walmajarri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wmw",
+ ReferenceName = "Mwani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wmx",
+ ReferenceName = "Womo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wnb",
+ ReferenceName = "Wanambre",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wnc",
+ ReferenceName = "Wantoat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wnd",
+ ReferenceName = "Wandarang",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wne",
+ ReferenceName = "Waneci",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wng",
+ ReferenceName = "Wanggom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wni",
+ ReferenceName = "Ndzwani Comorian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wnk",
+ ReferenceName = "Wanukaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wnm",
+ ReferenceName = "Wanggamala",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wnn",
+ ReferenceName = "Wunumara",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wno",
+ ReferenceName = "Wano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wnp",
+ ReferenceName = "Wanap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wnu",
+ ReferenceName = "Usan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wnw",
+ ReferenceName = "Wintu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wny",
+ ReferenceName = "Wanyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "woa",
+ ReferenceName = "Kuwema",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wob",
+ ReferenceName = "Wè Northern",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "woc",
+ ReferenceName = "Wogeo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wod",
+ ReferenceName = "Wolani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "woe",
+ ReferenceName = "Woleaian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wof",
+ ReferenceName = "Gambian Wolof",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wog",
+ ReferenceName = "Wogamusin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "woi",
+ ReferenceName = "Kamang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wok",
+ ReferenceName = "Longto",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wol",
+ Part1 = "wo",
+ Part2B = "wol",
+ Part2T = "wol",
+ ReferenceName = "Wolof",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wom",
+ ReferenceName = "Wom (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "won",
+ ReferenceName = "Wongo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "woo",
+ ReferenceName = "Manombai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wor",
+ ReferenceName = "Woria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wos",
+ ReferenceName = "Hanga Hundi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wow",
+ ReferenceName = "Wawonii",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "woy",
+ ReferenceName = "Weyto",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wpc",
+ ReferenceName = "Maco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wra",
+ ReferenceName = "Warapu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrb",
+ ReferenceName = "Waluwarra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wrd",
+ ReferenceName = "Warduji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrg",
+ ReferenceName = "Warungu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wrh",
+ ReferenceName = "Wiradjuri",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wri",
+ ReferenceName = "Wariyangga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wrk",
+ ReferenceName = "Garrwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrl",
+ ReferenceName = "Warlmanpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrm",
+ ReferenceName = "Warumungu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrn",
+ ReferenceName = "Warnang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wro",
+ ReferenceName = "Worrorra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wrp",
+ ReferenceName = "Waropen",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrr",
+ ReferenceName = "Wardaman",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrs",
+ ReferenceName = "Waris",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wru",
+ ReferenceName = "Waru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrv",
+ ReferenceName = "Waruna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrw",
+ ReferenceName = "Gugu Warra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wrx",
+ ReferenceName = "Wae Rana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wry",
+ ReferenceName = "Merwari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wrz",
+ ReferenceName = "Waray (Australia)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wsa",
+ ReferenceName = "Warembori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wsg",
+ ReferenceName = "Adilabad Gondi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wsi",
+ ReferenceName = "Wusi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wsk",
+ ReferenceName = "Waskia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wsr",
+ ReferenceName = "Owenia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wss",
+ ReferenceName = "Wasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wsu",
+ ReferenceName = "Wasu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wsv",
+ ReferenceName = "Wotapuri-Katarqalai",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wtf",
+ ReferenceName = "Watiwa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wth",
+ ReferenceName = "Wathawurrung",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wti",
+ ReferenceName = "Berta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wtk",
+ ReferenceName = "Watakataui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wtm",
+ ReferenceName = "Mewati",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wtw",
+ ReferenceName = "Wotu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wua",
+ ReferenceName = "Wikngenchera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wub",
+ ReferenceName = "Wunambal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wud",
+ ReferenceName = "Wudu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wuh",
+ ReferenceName = "Wutunhua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wul",
+ ReferenceName = "Silimo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wum",
+ ReferenceName = "Wumbvu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wun",
+ ReferenceName = "Bungu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wur",
+ ReferenceName = "Wurrugu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wut",
+ ReferenceName = "Wutung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wuu",
+ ReferenceName = "Wu Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wuv",
+ ReferenceName = "Wuvulu-Aua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wux",
+ ReferenceName = "Wulna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wuy",
+ ReferenceName = "Wauyai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wwa",
+ ReferenceName = "Waama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wwb",
+ ReferenceName = "Wakabunga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wwo",
+ ReferenceName = "Wetamut",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wwr",
+ ReferenceName = "Warrwa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "www",
+ ReferenceName = "Wawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wxa",
+ ReferenceName = "Waxianghua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wxw",
+ ReferenceName = "Wardandi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wya",
+ ReferenceName = "Wyandot",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wyb",
+ ReferenceName = "Wangaaybuwan-Ngiyambaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wyi",
+ ReferenceName = "Woiwurrung",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "wym",
+ ReferenceName = "Wymysorys",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wyr",
+ ReferenceName = "Wayoró",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "wyy",
+ ReferenceName = "Western Fijian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xaa",
+ ReferenceName = "Andalusian Arabic",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xab",
+ ReferenceName = "Sambe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xac",
+ ReferenceName = "Kachari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xad",
+ ReferenceName = "Adai",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xae",
+ ReferenceName = "Aequian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xag",
+ ReferenceName = "Aghwan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xai",
+ ReferenceName = "Kaimbé",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xaj",
+ ReferenceName = "Ararandewára",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xak",
+ ReferenceName = "Máku",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xal",
+ Part2B = "xal",
+ Part2T = "xal",
+ ReferenceName = "Kalmyk",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xam",
+ ReferenceName = "ǀXam",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xan",
+ ReferenceName = "Xamtanga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xao",
+ ReferenceName = "Khao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xap",
+ ReferenceName = "Apalachee",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xaq",
+ ReferenceName = "Aquitanian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xar",
+ ReferenceName = "Karami",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xas",
+ ReferenceName = "Kamas",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xat",
+ ReferenceName = "Katawixi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xau",
+ ReferenceName = "Kauwera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xav",
+ ReferenceName = "Xavánte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xaw",
+ ReferenceName = "Kawaiisu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xay",
+ ReferenceName = "Kayan Mahakam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xbb",
+ ReferenceName = "Lower Burdekin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xbc",
+ ReferenceName = "Bactrian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xbd",
+ ReferenceName = "Bindal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xbe",
+ ReferenceName = "Bigambal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xbg",
+ ReferenceName = "Bunganditj",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xbi",
+ ReferenceName = "Kombio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xbj",
+ ReferenceName = "Birrpayi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xbm",
+ ReferenceName = "Middle Breton",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xbn",
+ ReferenceName = "Kenaboi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xbo",
+ ReferenceName = "Bolgarian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xbp",
+ ReferenceName = "Bibbulman",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xbr",
+ ReferenceName = "Kambera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xbw",
+ ReferenceName = "Kambiwá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xby",
+ ReferenceName = "Batjala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xcb",
+ ReferenceName = "Cumbric",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xcc",
+ ReferenceName = "Camunic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xce",
+ ReferenceName = "Celtiberian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xcg",
+ ReferenceName = "Cisalpine Gaulish",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xch",
+ ReferenceName = "Chemakum",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xcl",
+ ReferenceName = "Classical Armenian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xcm",
+ ReferenceName = "Comecrudo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xcn",
+ ReferenceName = "Cotoname",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xco",
+ ReferenceName = "Chorasmian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xcr",
+ ReferenceName = "Carian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xct",
+ ReferenceName = "Classical Tibetan",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xcu",
+ ReferenceName = "Curonian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xcv",
+ ReferenceName = "Chuvantsy",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xcw",
+ ReferenceName = "Coahuilteco",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xcy",
+ ReferenceName = "Cayuse",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xda",
+ ReferenceName = "Darkinyung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xdc",
+ ReferenceName = "Dacian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xdk",
+ ReferenceName = "Dharuk",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xdm",
+ ReferenceName = "Edomite",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xdo",
+ ReferenceName = "Kwandu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xdy",
+ ReferenceName = "Malayic Dayak",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xeb",
+ ReferenceName = "Eblan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xed",
+ ReferenceName = "Hdi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xeg",
+ ReferenceName = "ǁXegwi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xel",
+ ReferenceName = "Kelo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xem",
+ ReferenceName = "Kembayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xep",
+ ReferenceName = "Epi-Olmec",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xer",
+ ReferenceName = "Xerénte",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xes",
+ ReferenceName = "Kesawai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xet",
+ ReferenceName = "Xetá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xeu",
+ ReferenceName = "Keoru-Ahia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xfa",
+ ReferenceName = "Faliscan",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xga",
+ ReferenceName = "Galatian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xgb",
+ ReferenceName = "Gbin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xgd",
+ ReferenceName = "Gudang",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xgf",
+ ReferenceName = "Gabrielino-Fernandeño",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xgg",
+ ReferenceName = "Goreng",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xgi",
+ ReferenceName = "Garingbal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xgl",
+ ReferenceName = "Galindan",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xgm",
+ ReferenceName = "Dharumbal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xgr",
+ ReferenceName = "Garza",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xgu",
+ ReferenceName = "Unggumi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xgw",
+ ReferenceName = "Guwa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xha",
+ ReferenceName = "Harami",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xhc",
+ ReferenceName = "Hunnic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xhd",
+ ReferenceName = "Hadrami",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xhe",
+ ReferenceName = "Khetrani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xho",
+ Part1 = "xh",
+ Part2B = "xho",
+ Part2T = "xho",
+ ReferenceName = "Xhosa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xhr",
+ ReferenceName = "Hernican",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xht",
+ ReferenceName = "Hattic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xhu",
+ ReferenceName = "Hurrian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xhv",
+ ReferenceName = "Khua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xib",
+ ReferenceName = "Iberian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xii",
+ ReferenceName = "Xiri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xil",
+ ReferenceName = "Illyrian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xin",
+ ReferenceName = "Xinca",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xir",
+ ReferenceName = "Xiriâna",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xis",
+ ReferenceName = "Kisan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xiv",
+ ReferenceName = "Indus Valley Language",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xiy",
+ ReferenceName = "Xipaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xjb",
+ ReferenceName = "Minjungbal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xjt",
+ ReferenceName = "Jaitmatang",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xka",
+ ReferenceName = "Kalkoti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkb",
+ ReferenceName = "Northern Nago",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkc",
+ ReferenceName = "Kho'ini",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkd",
+ ReferenceName = "Mendalam Kayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xke",
+ ReferenceName = "Kereho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkf",
+ ReferenceName = "Khengkha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkg",
+ ReferenceName = "Kagoro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xki",
+ ReferenceName = "Kenyan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkj",
+ ReferenceName = "Kajali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkk",
+ ReferenceName = "Kaco'",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkl",
+ ReferenceName = "Mainstream Kenyah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkn",
+ ReferenceName = "Kayan River Kayan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xko",
+ ReferenceName = "Kiorr",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkp",
+ ReferenceName = "Kabatei",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkq",
+ ReferenceName = "Koroni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkr",
+ ReferenceName = "Xakriabá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xks",
+ ReferenceName = "Kumbewaha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkt",
+ ReferenceName = "Kantosi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xku",
+ ReferenceName = "Kaamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkv",
+ ReferenceName = "Kgalagadi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkw",
+ ReferenceName = "Kembra",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkx",
+ ReferenceName = "Karore",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xky",
+ ReferenceName = "Uma' Lasan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xkz",
+ ReferenceName = "Kurtokha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xla",
+ ReferenceName = "Kamula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xlb",
+ ReferenceName = "Loup B",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xlc",
+ ReferenceName = "Lycian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xld",
+ ReferenceName = "Lydian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xle",
+ ReferenceName = "Lemnian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xlg",
+ ReferenceName = "Ligurian (Ancient)",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xli",
+ ReferenceName = "Liburnian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xln",
+ ReferenceName = "Alanic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xlo",
+ ReferenceName = "Loup A",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xlp",
+ ReferenceName = "Lepontic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xls",
+ ReferenceName = "Lusitanian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xlu",
+ ReferenceName = "Cuneiform Luwian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xly",
+ ReferenceName = "Elymian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xma",
+ ReferenceName = "Mushungulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmb",
+ ReferenceName = "Mbonga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmc",
+ ReferenceName = "Makhuwa-Marrevone",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmd",
+ ReferenceName = "Mbudum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xme",
+ ReferenceName = "Median",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xmf",
+ ReferenceName = "Mingrelian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmg",
+ ReferenceName = "Mengaka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmh",
+ ReferenceName = "Kugu-Muminh",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmj",
+ ReferenceName = "Majera",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmk",
+ ReferenceName = "Ancient Macedonian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xml",
+ ReferenceName = "Malaysian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmm",
+ ReferenceName = "Manado Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmn",
+ ReferenceName = "Manichaean Middle Persian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xmo",
+ ReferenceName = "Morerebi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmp",
+ ReferenceName = "Kuku-Mu'inh",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xmq",
+ ReferenceName = "Kuku-Mangk",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xmr",
+ ReferenceName = "Meroitic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xms",
+ ReferenceName = "Moroccan Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmt",
+ ReferenceName = "Matbat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmu",
+ ReferenceName = "Kamu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xmv",
+ ReferenceName = "Antankarana Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmw",
+ ReferenceName = "Tsimihety Malagasy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmx",
+ ReferenceName = "Maden",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmy",
+ ReferenceName = "Mayaguduna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xmz",
+ ReferenceName = "Mori Bawah",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xna",
+ ReferenceName = "Ancient North Arabian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xnb",
+ ReferenceName = "Kanakanabu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xng",
+ ReferenceName = "Middle Mongolian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xnh",
+ ReferenceName = "Kuanhua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xni",
+ ReferenceName = "Ngarigu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xnk",
+ ReferenceName = "Nganakarti",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xnn",
+ ReferenceName = "Northern Kankanay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xno",
+ ReferenceName = "Anglo-Norman",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xnr",
+ ReferenceName = "Kangri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xns",
+ ReferenceName = "Kanashi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xnt",
+ ReferenceName = "Narragansett",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xnu",
+ ReferenceName = "Nukunul",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xny",
+ ReferenceName = "Nyiyaparli",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xnz",
+ ReferenceName = "Kenzi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xoc",
+ ReferenceName = "O'chi'chi'",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xod",
+ ReferenceName = "Kokoda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xog",
+ ReferenceName = "Soga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xoi",
+ ReferenceName = "Kominimung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xok",
+ ReferenceName = "Xokleng",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xom",
+ ReferenceName = "Komo (Sudan)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xon",
+ ReferenceName = "Konkomba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xoo",
+ ReferenceName = "Xukurú",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xop",
+ ReferenceName = "Kopar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xor",
+ ReferenceName = "Korubo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xow",
+ ReferenceName = "Kowaki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xpa",
+ ReferenceName = "Pirriya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xpc",
+ ReferenceName = "Pecheneg",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xpe",
+ ReferenceName = "Liberia Kpelle",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xpg",
+ ReferenceName = "Phrygian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xpi",
+ ReferenceName = "Pictish",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xpj",
+ ReferenceName = "Mpalitjanh",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xpk",
+ ReferenceName = "Kulina Pano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xpm",
+ ReferenceName = "Pumpokol",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xpn",
+ ReferenceName = "Kapinawá",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xpo",
+ ReferenceName = "Pochutec",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xpp",
+ ReferenceName = "Puyo-Paekche",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xpq",
+ ReferenceName = "Mohegan-Pequot",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xpr",
+ ReferenceName = "Parthian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xps",
+ ReferenceName = "Pisidian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xpt",
+ ReferenceName = "Punthamara",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xpu",
+ ReferenceName = "Punic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xpy",
+ ReferenceName = "Puyo",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xqa",
+ ReferenceName = "Karakhanid",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xqt",
+ ReferenceName = "Qatabanian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xra",
+ ReferenceName = "Krahô",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xrb",
+ ReferenceName = "Eastern Karaboro",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xrd",
+ ReferenceName = "Gundungurra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xre",
+ ReferenceName = "Kreye",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xrg",
+ ReferenceName = "Minang",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xri",
+ ReferenceName = "Krikati-Timbira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xrm",
+ ReferenceName = "Armazic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xrn",
+ ReferenceName = "Arin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xrq",
+ ReferenceName = "Karranga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xrr",
+ ReferenceName = "Raetic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xrt",
+ ReferenceName = "Aranama-Tamique",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xru",
+ ReferenceName = "Marriammu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xrw",
+ ReferenceName = "Karawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsa",
+ ReferenceName = "Sabaean",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xsb",
+ ReferenceName = "Sambal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsc",
+ ReferenceName = "Scythian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xsd",
+ ReferenceName = "Sidetic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xse",
+ ReferenceName = "Sempan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsh",
+ ReferenceName = "Shamang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsi",
+ ReferenceName = "Sio",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsj",
+ ReferenceName = "Subi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsl",
+ ReferenceName = "South Slavey",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsm",
+ ReferenceName = "Kasem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsn",
+ ReferenceName = "Sanga (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xso",
+ ReferenceName = "Solano",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xsp",
+ ReferenceName = "Silopi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsq",
+ ReferenceName = "Makhuwa-Saka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsr",
+ ReferenceName = "Sherpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xss",
+ ReferenceName = "Assan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xsu",
+ ReferenceName = "Sanumá",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xsv",
+ ReferenceName = "Sudovian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xsy",
+ ReferenceName = "Saisiyat",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xta",
+ ReferenceName = "Alcozauca Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtb",
+ ReferenceName = "Chazumba Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtc",
+ ReferenceName = "Katcha-Kadugli-Miri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtd",
+ ReferenceName = "Diuxi-Tilantongo Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xte",
+ ReferenceName = "Ketengban",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtg",
+ ReferenceName = "Transalpine Gaulish",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xth",
+ ReferenceName = "Yitha Yitha",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xti",
+ ReferenceName = "Sinicahua Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtj",
+ ReferenceName = "San Juan Teita Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtl",
+ ReferenceName = "Tijaltepec Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtm",
+ ReferenceName = "Magdalena Peñasco Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtn",
+ ReferenceName = "Northern Tlaxiaco Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xto",
+ ReferenceName = "Tokharian A",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xtp",
+ ReferenceName = "San Miguel Piedras Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtq",
+ ReferenceName = "Tumshuqese",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "xtr",
+ ReferenceName = "Early Tripuri",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xts",
+ ReferenceName = "Sindihui Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtt",
+ ReferenceName = "Tacahua Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtu",
+ ReferenceName = "Cuyamecalco Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtv",
+ ReferenceName = "Thawa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xtw",
+ ReferenceName = "Tawandê",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xty",
+ ReferenceName = "Yoloxochitl Mixtec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xtz",
+ ReferenceName = "Tasmanian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xua",
+ ReferenceName = "Alu Kurumba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xub",
+ ReferenceName = "Betta Kurumba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xud",
+ ReferenceName = "Umiida",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xug",
+ ReferenceName = "Kunigami",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xuj",
+ ReferenceName = "Jennu Kurumba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xul",
+ ReferenceName = "Ngunawal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xum",
+ ReferenceName = "Umbrian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xun",
+ ReferenceName = "Unggaranggu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xuo",
+ ReferenceName = "Kuo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xup",
+ ReferenceName = "Upper Umpqua",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xur",
+ ReferenceName = "Urartian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xut",
+ ReferenceName = "Kuthant",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xuu",
+ ReferenceName = "Kxoe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xve",
+ ReferenceName = "Venetic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xvi",
+ ReferenceName = "Kamviri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xvn",
+ ReferenceName = "Vandalic",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xvo",
+ ReferenceName = "Volscian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xvs",
+ ReferenceName = "Vestinian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xwa",
+ ReferenceName = "Kwaza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xwc",
+ ReferenceName = "Woccon",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xwd",
+ ReferenceName = "Wadi Wadi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xwe",
+ ReferenceName = "Xwela Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xwg",
+ ReferenceName = "Kwegu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xwj",
+ ReferenceName = "Wajuk",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xwk",
+ ReferenceName = "Wangkumara",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xwl",
+ ReferenceName = "Western Xwla Gbe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xwo",
+ ReferenceName = "Written Oirat",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xwr",
+ ReferenceName = "Kwerba Mamberamo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xwt",
+ ReferenceName = "Wotjobaluk",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xww",
+ ReferenceName = "Wemba Wemba",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xxb",
+ ReferenceName = "Boro (Ghana)",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xxk",
+ ReferenceName = "Ke'o",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xxm",
+ ReferenceName = "Minkin",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xxr",
+ ReferenceName = "Koropó",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xxt",
+ ReferenceName = "Tambora",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xya",
+ ReferenceName = "Yaygir",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xyb",
+ ReferenceName = "Yandjibara",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xyj",
+ ReferenceName = "Mayi-Yapi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xyk",
+ ReferenceName = "Mayi-Kulan",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xyl",
+ ReferenceName = "Yalakalore",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xyt",
+ ReferenceName = "Mayi-Thakurti",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xyy",
+ ReferenceName = "Yorta Yorta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "xzh",
+ ReferenceName = "Zhang-Zhung",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "xzm",
+ ReferenceName = "Zemgalian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "xzp",
+ ReferenceName = "Ancient Zapotec",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "yaa",
+ ReferenceName = "Yaminahua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yab",
+ ReferenceName = "Yuhup",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yac",
+ ReferenceName = "Pass Valley Yali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yad",
+ ReferenceName = "Yagua",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yae",
+ ReferenceName = "Pumé",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yaf",
+ ReferenceName = "Yaka (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yag",
+ ReferenceName = "Yámana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yah",
+ ReferenceName = "Yazgulyam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yai",
+ ReferenceName = "Yagnobi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yaj",
+ ReferenceName = "Banda-Yangere",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yak",
+ ReferenceName = "Yakama",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yal",
+ ReferenceName = "Yalunka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yam",
+ ReferenceName = "Yamba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yan",
+ ReferenceName = "Mayangna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yao",
+ Part2B = "yao",
+ Part2T = "yao",
+ ReferenceName = "Yao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yap",
+ Part2B = "yap",
+ Part2T = "yap",
+ ReferenceName = "Yapese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yaq",
+ ReferenceName = "Yaqui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yar",
+ ReferenceName = "Yabarana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yas",
+ ReferenceName = "Nugunu (Cameroon)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yat",
+ ReferenceName = "Yambeta",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yau",
+ ReferenceName = "Yuwana",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yav",
+ ReferenceName = "Yangben",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yaw",
+ ReferenceName = "Yawalapití",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yax",
+ ReferenceName = "Yauma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yay",
+ ReferenceName = "Agwagwune",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yaz",
+ ReferenceName = "Lokaa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yba",
+ ReferenceName = "Yala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybb",
+ ReferenceName = "Yemba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybe",
+ ReferenceName = "West Yugur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybh",
+ ReferenceName = "Yakha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybi",
+ ReferenceName = "Yamphu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybj",
+ ReferenceName = "Hasha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybk",
+ ReferenceName = "Bokha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybl",
+ ReferenceName = "Yukuben",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybm",
+ ReferenceName = "Yaben",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybn",
+ ReferenceName = "Yabaâna",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ybo",
+ ReferenceName = "Yabong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ybx",
+ ReferenceName = "Yawiyo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yby",
+ ReferenceName = "Yaweyuha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ych",
+ ReferenceName = "Chesu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ycl",
+ ReferenceName = "Lolopo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ycn",
+ ReferenceName = "Yucuna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ycp",
+ ReferenceName = "Chepya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yda",
+ ReferenceName = "Yanda",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ydd",
+ ReferenceName = "Eastern Yiddish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yde",
+ ReferenceName = "Yangum Dey",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ydg",
+ ReferenceName = "Yidgha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ydk",
+ ReferenceName = "Yoidik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yea",
+ ReferenceName = "Ravula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yec",
+ ReferenceName = "Yeniche",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yee",
+ ReferenceName = "Yimas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yei",
+ ReferenceName = "Yeni",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yej",
+ ReferenceName = "Yevanic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yel",
+ ReferenceName = "Yela",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yer",
+ ReferenceName = "Tarok",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yes",
+ ReferenceName = "Nyankpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yet",
+ ReferenceName = "Yetfa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yeu",
+ ReferenceName = "Yerukula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yev",
+ ReferenceName = "Yapunda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yey",
+ ReferenceName = "Yeyi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yga",
+ ReferenceName = "Malyangapa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ygi",
+ ReferenceName = "Yiningayi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ygl",
+ ReferenceName = "Yangum Gel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ygm",
+ ReferenceName = "Yagomi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ygp",
+ ReferenceName = "Gepo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ygr",
+ ReferenceName = "Yagaria",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ygs",
+ ReferenceName = "Yolŋu Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ygu",
+ ReferenceName = "Yugul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ygw",
+ ReferenceName = "Yagwoia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yha",
+ ReferenceName = "Baha Buyang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yhd",
+ ReferenceName = "Judeo-Iraqi Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yhl",
+ ReferenceName = "Hlepho Phowa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yhs",
+ ReferenceName = "Yan-nhaŋu Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yia",
+ ReferenceName = "Yinggarda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yid",
+ Part1 = "yi",
+ Part2B = "yid",
+ Part2T = "yid",
+ ReferenceName = "Yiddish",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yif",
+ ReferenceName = "Ache",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yig",
+ ReferenceName = "Wusa Nasu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yih",
+ ReferenceName = "Western Yiddish",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yii",
+ ReferenceName = "Yidiny",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yij",
+ ReferenceName = "Yindjibarndi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yik",
+ ReferenceName = "Dongshanba Lalo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yil",
+ ReferenceName = "Yindjilandji",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yim",
+ ReferenceName = "Yimchungru Naga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yin",
+ ReferenceName = "Riang Lai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yip",
+ ReferenceName = "Pholo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yiq",
+ ReferenceName = "Miqie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yir",
+ ReferenceName = "North Awyu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yis",
+ ReferenceName = "Yis",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yit",
+ ReferenceName = "Eastern Lalu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yiu",
+ ReferenceName = "Awu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yiv",
+ ReferenceName = "Northern Nisu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yix",
+ ReferenceName = "Axi Yi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yiz",
+ ReferenceName = "Azhe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yka",
+ ReferenceName = "Yakan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ykg",
+ ReferenceName = "Northern Yukaghir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yki",
+ ReferenceName = "Yoke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ykk",
+ ReferenceName = "Yakaikeke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ykl",
+ ReferenceName = "Khlula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ykm",
+ ReferenceName = "Kap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ykn",
+ ReferenceName = "Kua-nsi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yko",
+ ReferenceName = "Yasa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ykr",
+ ReferenceName = "Yekora",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ykt",
+ ReferenceName = "Kathu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yku",
+ ReferenceName = "Kuamasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yky",
+ ReferenceName = "Yakoma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yla",
+ ReferenceName = "Yaul",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ylb",
+ ReferenceName = "Yaleba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yle",
+ ReferenceName = "Yele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ylg",
+ ReferenceName = "Yelogu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yli",
+ ReferenceName = "Angguruk Yali",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yll",
+ ReferenceName = "Yil",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ylm",
+ ReferenceName = "Limi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yln",
+ ReferenceName = "Langnian Buyang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ylo",
+ ReferenceName = "Naluo Yi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ylr",
+ ReferenceName = "Yalarnnga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ylu",
+ ReferenceName = "Aribwaung",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yly",
+ ReferenceName = "Nyâlayu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymb",
+ ReferenceName = "Yambes",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymc",
+ ReferenceName = "Southern Muji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymd",
+ ReferenceName = "Muda",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yme",
+ ReferenceName = "Yameo",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ymg",
+ ReferenceName = "Yamongeri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymh",
+ ReferenceName = "Mili",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymi",
+ ReferenceName = "Moji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymk",
+ ReferenceName = "Makwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yml",
+ ReferenceName = "Iamalele",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymm",
+ ReferenceName = "Maay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymn",
+ ReferenceName = "Yamna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymo",
+ ReferenceName = "Yangum Mon",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymp",
+ ReferenceName = "Yamap",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymq",
+ ReferenceName = "Qila Muji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymr",
+ ReferenceName = "Malasar",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yms",
+ ReferenceName = "Mysian",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "ymx",
+ ReferenceName = "Northern Muji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ymz",
+ ReferenceName = "Muzi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yna",
+ ReferenceName = "Aluo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ynd",
+ ReferenceName = "Yandruwandha",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yne",
+ ReferenceName = "Lang'e",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yng",
+ ReferenceName = "Yango",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ynk",
+ ReferenceName = "Naukan Yupik",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ynl",
+ ReferenceName = "Yangulam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ynn",
+ ReferenceName = "Yana",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yno",
+ ReferenceName = "Yong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ynq",
+ ReferenceName = "Yendang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yns",
+ ReferenceName = "Yansi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ynu",
+ ReferenceName = "Yahuna",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yob",
+ ReferenceName = "Yoba",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yog",
+ ReferenceName = "Yogad",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yoi",
+ ReferenceName = "Yonaguni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yok",
+ ReferenceName = "Yokuts",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yol",
+ ReferenceName = "Yola",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yom",
+ ReferenceName = "Yombe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yon",
+ ReferenceName = "Yongkom",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yor",
+ Part1 = "yo",
+ Part2B = "yor",
+ Part2T = "yor",
+ ReferenceName = "Yoruba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yot",
+ ReferenceName = "Yotti",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yox",
+ ReferenceName = "Yoron",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yoy",
+ ReferenceName = "Yoy",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ypa",
+ ReferenceName = "Phala",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ypb",
+ ReferenceName = "Labo Phowa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ypg",
+ ReferenceName = "Phola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yph",
+ ReferenceName = "Phupha",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ypm",
+ ReferenceName = "Phuma",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ypn",
+ ReferenceName = "Ani Phowa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ypo",
+ ReferenceName = "Alo Phola",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ypp",
+ ReferenceName = "Phupa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ypz",
+ ReferenceName = "Phuza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yra",
+ ReferenceName = "Yerakai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yrb",
+ ReferenceName = "Yareba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yre",
+ ReferenceName = "Yaouré",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yrk",
+ ReferenceName = "Nenets",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yrl",
+ ReferenceName = "Nhengatu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yrm",
+ ReferenceName = "Yirrk-Mel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yrn",
+ ReferenceName = "Yerong",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yro",
+ ReferenceName = "Yaroamë",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yrs",
+ ReferenceName = "Yarsun",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yrw",
+ ReferenceName = "Yarawata",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yry",
+ ReferenceName = "Yarluyandi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ysc",
+ ReferenceName = "Yassic",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ysd",
+ ReferenceName = "Samatao",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ysg",
+ ReferenceName = "Sonaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ysl",
+ ReferenceName = "Yugoslavian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ysn",
+ ReferenceName = "Sani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yso",
+ ReferenceName = "Nisi (China)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ysp",
+ ReferenceName = "Southern Lolopo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ysr",
+ ReferenceName = "Sirenik Yupik",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yss",
+ ReferenceName = "Yessan-Mayo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ysy",
+ ReferenceName = "Sanie",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yta",
+ ReferenceName = "Talu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ytl",
+ ReferenceName = "Tanglang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ytp",
+ ReferenceName = "Thopho",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ytw",
+ ReferenceName = "Yout Wam",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yty",
+ ReferenceName = "Yatay",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yua",
+ ReferenceName = "Yucateco",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yub",
+ ReferenceName = "Yugambal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yuc",
+ ReferenceName = "Yuchi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yud",
+ ReferenceName = "Judeo-Tripolitanian Arabic",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yue",
+ ReferenceName = "Yue Chinese",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yuf",
+ ReferenceName = "Havasupai-Walapai-Yavapai",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yug",
+ ReferenceName = "Yug",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yui",
+ ReferenceName = "Yurutí",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yuj",
+ ReferenceName = "Karkar-Yuri",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yuk",
+ ReferenceName = "Yuki",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yul",
+ ReferenceName = "Yulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yum",
+ ReferenceName = "Quechan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yun",
+ ReferenceName = "Bena (Nigeria)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yup",
+ ReferenceName = "Yukpa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yuq",
+ ReferenceName = "Yuqui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yur",
+ ReferenceName = "Yurok",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yut",
+ ReferenceName = "Yopno",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yuw",
+ ReferenceName = "Yau (Morobe Province)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yux",
+ ReferenceName = "Southern Yukaghir",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yuy",
+ ReferenceName = "East Yugur",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yuz",
+ ReferenceName = "Yuracare",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yva",
+ ReferenceName = "Yawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yvt",
+ ReferenceName = "Yavitero",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ywa",
+ ReferenceName = "Kalou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ywg",
+ ReferenceName = "Yinhawangka",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ywl",
+ ReferenceName = "Western Lalu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ywn",
+ ReferenceName = "Yawanawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ywq",
+ ReferenceName = "Wuding-Luquan Yi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ywr",
+ ReferenceName = "Yawuru",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ywt",
+ ReferenceName = "Xishanba Lalo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ywu",
+ ReferenceName = "Wumeng Nasu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yww",
+ ReferenceName = "Yawarawarga",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yxa",
+ ReferenceName = "Mayawali",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yxg",
+ ReferenceName = "Yagara",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yxl",
+ ReferenceName = "Yardliyawarra",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yxm",
+ ReferenceName = "Yinwum",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yxu",
+ ReferenceName = "Yuyu",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yxy",
+ ReferenceName = "Yabula Yabula",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yyr",
+ ReferenceName = "Yir Yoront",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "yyu",
+ ReferenceName = "Yau (Sandaun Province)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yyz",
+ ReferenceName = "Ayizi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yzg",
+ ReferenceName = "E'ma Buyang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "yzk",
+ ReferenceName = "Zokhuo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zaa",
+ ReferenceName = "Sierra de Juárez Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zab",
+ ReferenceName = "Western Tlacolula Valley Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zac",
+ ReferenceName = "Ocotlán Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zad",
+ ReferenceName = "Cajonos Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zae",
+ ReferenceName = "Yareni Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zaf",
+ ReferenceName = "Ayoquesco Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zag",
+ ReferenceName = "Zaghawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zah",
+ ReferenceName = "Zangwal",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zai",
+ ReferenceName = "Isthmus Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zaj",
+ ReferenceName = "Zaramo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zak",
+ ReferenceName = "Zanaki",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zal",
+ ReferenceName = "Zauzou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zam",
+ ReferenceName = "Miahuatlán Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zao",
+ ReferenceName = "Ozolotepec Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zap",
+ Part2B = "zap",
+ Part2T = "zap",
+ ReferenceName = "Zapotec",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zaq",
+ ReferenceName = "Aloápam Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zar",
+ ReferenceName = "Rincón Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zas",
+ ReferenceName = "Santo Domingo Albarradas Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zat",
+ ReferenceName = "Tabaa Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zau",
+ ReferenceName = "Zangskari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zav",
+ ReferenceName = "Yatzachi Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zaw",
+ ReferenceName = "Mitla Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zax",
+ ReferenceName = "Xadani Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zay",
+ ReferenceName = "Zayse-Zergulla",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zaz",
+ ReferenceName = "Zari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zbc",
+ ReferenceName = "Central Berawan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zbe",
+ ReferenceName = "East Berawan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zbl",
+ Part2B = "zbl",
+ Part2T = "zbl",
+ ReferenceName = "Blissymbols",
+ Scope = "I",
+ Type = "C"
+ },
+ new
+ {
+ Id = "zbt",
+ ReferenceName = "Batui",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zbw",
+ ReferenceName = "West Berawan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zca",
+ ReferenceName = "Coatecas Altas Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zch",
+ ReferenceName = "Central Hongshuihe Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zdj",
+ ReferenceName = "Ngazidja Comorian",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zea",
+ ReferenceName = "Zeeuws",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zeg",
+ ReferenceName = "Zenag",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zeh",
+ ReferenceName = "Eastern Hongshuihe Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zen",
+ Part2B = "zen",
+ Part2T = "zen",
+ ReferenceName = "Zenaga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zga",
+ ReferenceName = "Kinga",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zgb",
+ ReferenceName = "Guibei Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zgh",
+ Part2B = "zgh",
+ Part2T = "zgh",
+ ReferenceName = "Standard Moroccan Tamazight",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zgm",
+ ReferenceName = "Minz Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zgn",
+ ReferenceName = "Guibian Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zgr",
+ ReferenceName = "Magori",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zha",
+ Part1 = "za",
+ Part2B = "zha",
+ Part2T = "zha",
+ ReferenceName = "Zhuang",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zhb",
+ ReferenceName = "Zhaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zhd",
+ ReferenceName = "Dai Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zhi",
+ ReferenceName = "Zhire",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zhn",
+ ReferenceName = "Nong Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zho",
+ Part1 = "zh",
+ Part2B = "chi",
+ Part2T = "zho",
+ ReferenceName = "Chinese",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zhw",
+ ReferenceName = "Zhoa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zia",
+ ReferenceName = "Zia",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zib",
+ ReferenceName = "Zimbabwe Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zik",
+ ReferenceName = "Zimakani",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zil",
+ ReferenceName = "Zialo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zim",
+ ReferenceName = "Mesme",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zin",
+ ReferenceName = "Zinza",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zir",
+ ReferenceName = "Ziriya",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "ziw",
+ ReferenceName = "Zigula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ziz",
+ ReferenceName = "Zizilivakan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zka",
+ ReferenceName = "Kaimbulawa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zkb",
+ ReferenceName = "Koibal",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zkd",
+ ReferenceName = "Kadu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zkg",
+ ReferenceName = "Koguryo",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "zkh",
+ ReferenceName = "Khorezmian",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "zkk",
+ ReferenceName = "Karankawa",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zkn",
+ ReferenceName = "Kanan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zko",
+ ReferenceName = "Kott",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zkp",
+ ReferenceName = "São Paulo Kaingáng",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zkr",
+ ReferenceName = "Zakhring",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zkt",
+ ReferenceName = "Kitan",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "zku",
+ ReferenceName = "Kaurna",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zkv",
+ ReferenceName = "Krevinian",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zkz",
+ ReferenceName = "Khazar",
+ Scope = "I",
+ Type = "H"
+ },
+ new
+ {
+ Id = "zlj",
+ ReferenceName = "Liujiang Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zlm",
+ ReferenceName = "Malay (individual language)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zln",
+ ReferenceName = "Lianshan Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zlq",
+ ReferenceName = "Liuqian Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zma",
+ ReferenceName = "Manda (Australia)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmb",
+ ReferenceName = "Zimba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmc",
+ ReferenceName = "Margany",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zmd",
+ ReferenceName = "Maridan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zme",
+ ReferenceName = "Mangerr",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zmf",
+ ReferenceName = "Mfinu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmg",
+ ReferenceName = "Marti Ke",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmh",
+ ReferenceName = "Makolkol",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zmi",
+ ReferenceName = "Negeri Sembilan Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmj",
+ ReferenceName = "Maridjabin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmk",
+ ReferenceName = "Mandandanyi",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zml",
+ ReferenceName = "Matngala",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zmm",
+ ReferenceName = "Marimanindji",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmn",
+ ReferenceName = "Mbangwe",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmo",
+ ReferenceName = "Molo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmp",
+ ReferenceName = "Mpuono",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmq",
+ ReferenceName = "Mituku",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmr",
+ ReferenceName = "Maranunggu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zms",
+ ReferenceName = "Mbesa",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmt",
+ ReferenceName = "Maringarr",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmu",
+ ReferenceName = "Muruwari",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zmv",
+ ReferenceName = "Mbariman-Gudhinma",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zmw",
+ ReferenceName = "Mbo (Democratic Republic of Congo)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmx",
+ ReferenceName = "Bomitaba",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmy",
+ ReferenceName = "Mariyedi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zmz",
+ ReferenceName = "Mbandja",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zna",
+ ReferenceName = "Zan Gula",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zne",
+ ReferenceName = "Zande (individual language)",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zng",
+ ReferenceName = "Mang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "znk",
+ ReferenceName = "Manangkari",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zns",
+ ReferenceName = "Mangas",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zoc",
+ ReferenceName = "Copainalá Zoque",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zoh",
+ ReferenceName = "Chimalapa Zoque",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zom",
+ ReferenceName = "Zou",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zoo",
+ ReferenceName = "Asunción Mixtepec Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zoq",
+ ReferenceName = "Tabasco Zoque",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zor",
+ ReferenceName = "Rayón Zoque",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zos",
+ ReferenceName = "Francisco León Zoque",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpa",
+ ReferenceName = "Lachiguiri Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpb",
+ ReferenceName = "Yautepec Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpc",
+ ReferenceName = "Choapan Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpd",
+ ReferenceName = "Southeastern Ixtlán Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpe",
+ ReferenceName = "Petapa Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpf",
+ ReferenceName = "San Pedro Quiatoni Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpg",
+ ReferenceName = "Guevea De Humboldt Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zph",
+ ReferenceName = "Totomachapan Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpi",
+ ReferenceName = "Santa María Quiegolani Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpj",
+ ReferenceName = "Quiavicuzas Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpk",
+ ReferenceName = "Tlacolulita Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpl",
+ ReferenceName = "Lachixío Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpm",
+ ReferenceName = "Mixtepec Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpn",
+ ReferenceName = "Santa Inés Yatzechi Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpo",
+ ReferenceName = "Amatlán Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpp",
+ ReferenceName = "El Alto Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpq",
+ ReferenceName = "Zoogocho Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpr",
+ ReferenceName = "Santiago Xanica Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zps",
+ ReferenceName = "Coatlán Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpt",
+ ReferenceName = "San Vicente Coatlán Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpu",
+ ReferenceName = "Yalálag Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpv",
+ ReferenceName = "Chichicapan Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpw",
+ ReferenceName = "Zaniza Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpx",
+ ReferenceName = "San Baltazar Loxicha Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpy",
+ ReferenceName = "Mazaltepec Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zpz",
+ ReferenceName = "Texmelucan Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zqe",
+ ReferenceName = "Qiubei Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zra",
+ ReferenceName = "Kara (Korea)",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "zrg",
+ ReferenceName = "Mirgan",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zrn",
+ ReferenceName = "Zerenkel",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zro",
+ ReferenceName = "Záparo",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zrp",
+ ReferenceName = "Zarphatic",
+ Scope = "I",
+ Type = "E"
+ },
+ new
+ {
+ Id = "zrs",
+ ReferenceName = "Mairasi",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zsa",
+ ReferenceName = "Sarasira",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zsk",
+ ReferenceName = "Kaskean",
+ Scope = "I",
+ Type = "A"
+ },
+ new
+ {
+ Id = "zsl",
+ ReferenceName = "Zambian Sign Language",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zsm",
+ ReferenceName = "Standard Malay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zsr",
+ ReferenceName = "Southern Rincon Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zsu",
+ ReferenceName = "Sukurum",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zte",
+ ReferenceName = "Elotepec Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztg",
+ ReferenceName = "Xanaguía Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztl",
+ ReferenceName = "Lapaguía-Guivini Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztm",
+ ReferenceName = "San Agustín Mixtepec Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztn",
+ ReferenceName = "Santa Catarina Albarradas Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztp",
+ ReferenceName = "Loxicha Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztq",
+ ReferenceName = "Quioquitani-Quierí Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zts",
+ ReferenceName = "Tilquiapan Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztt",
+ ReferenceName = "Tejalapan Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztu",
+ ReferenceName = "Güilá Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "ztx",
+ ReferenceName = "Zaachila Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zty",
+ ReferenceName = "Yatee Zapotec",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zua",
+ ReferenceName = "Zeem",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zuh",
+ ReferenceName = "Tokano",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zul",
+ Part1 = "zu",
+ Part2B = "zul",
+ Part2T = "zul",
+ ReferenceName = "Zulu",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zum",
+ ReferenceName = "Kumzari",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zun",
+ Part2B = "zun",
+ Part2T = "zun",
+ ReferenceName = "Zuni",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zuy",
+ ReferenceName = "Zumaya",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zwa",
+ ReferenceName = "Zay",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zxx",
+ Part2B = "zxx",
+ Part2T = "zxx",
+ ReferenceName = "No linguistic content",
+ Scope = "S",
+ Type = "S"
+ },
+ new
+ {
+ Id = "zyb",
+ ReferenceName = "Yongbei Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zyg",
+ ReferenceName = "Yang Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zyj",
+ ReferenceName = "Youjiang Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zyn",
+ ReferenceName = "Yongnan Zhuang",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zyp",
+ ReferenceName = "Zyphe Chin",
+ Scope = "I",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zza",
+ Part2B = "zza",
+ Part2T = "zza",
+ ReferenceName = "Zaza",
+ Scope = "M",
+ Type = "L"
+ },
+ new
+ {
+ Id = "zzj",
+ ReferenceName = "Zuojiang Zhuang",
+ Scope = "I",
+ Type = "L"
+ });
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.License", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("FsfApproved");
+
+ b.Property("Link")
+ .HasMaxLength(512);
+
+ b.Property("Name")
+ .IsRequired();
+
+ b.Property("OsiApproved");
+
+ b.Property("SPDX");
+
+ b.Property("Text")
+ .HasColumnType("longtext")
+ .HasMaxLength(131072);
+
+ b.HasKey("Id");
+
+ b.HasIndex("FsfApproved");
+
+ b.HasIndex("Name");
+
+ b.HasIndex("OsiApproved");
+
+ b.HasIndex("SPDX");
+
+ b.ToTable("Licenses");
+
+ b.HasData(
+ new
+ {
+ Id = 1,
+ FsfApproved = false,
+ Name = "Fair use",
+ OsiApproved = false
+ },
+ new
+ {
+ Id = 2,
+ FsfApproved = false,
+ Name = "Advertisement use",
+ OsiApproved = false
+ },
+ new
+ {
+ Id = 3,
+ FsfApproved = false,
+ Name = "All rights reserved",
+ OsiApproved = false
+ },
+ new
+ {
+ Id = 4,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/0BSD.html#licenseText",
+ Name = "BSD Zero Clause License",
+ OsiApproved = true,
+ SPDX = "0BSD"
+ },
+ new
+ {
+ Id = 5,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/AAL.html#licenseText",
+ Name = "Attribution Assurance License",
+ OsiApproved = true,
+ SPDX = "AAL"
+ },
+ new
+ {
+ Id = 6,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Abstyles.html#licenseText",
+ Name = "Abstyles License",
+ OsiApproved = false,
+ SPDX = "Abstyles"
+ },
+ new
+ {
+ Id = 7,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Adobe-2006.html#licenseText",
+ Name = "Adobe Systems Incorporated Source Code License Agreement",
+ OsiApproved = false,
+ SPDX = "Adobe-2006"
+ },
+ new
+ {
+ Id = 8,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Adobe-Glyph.html#licenseText",
+ Name = "Adobe Glyph List License",
+ OsiApproved = false,
+ SPDX = "Adobe-Glyph"
+ },
+ new
+ {
+ Id = 9,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/ADSL.html#licenseText",
+ Name = "Amazon Digital Services License",
+ OsiApproved = false,
+ SPDX = "ADSL"
+ },
+ new
+ {
+ Id = 10,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/AFL-1.1.html#licenseText",
+ Name = "Academic Free License v1.1",
+ OsiApproved = true,
+ SPDX = "AFL-1.1"
+ },
+ new
+ {
+ Id = 11,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/AFL-1.2.html#licenseText",
+ Name = "Academic Free License v1.2",
+ OsiApproved = true,
+ SPDX = "AFL-1.2"
+ },
+ new
+ {
+ Id = 12,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/AFL-2.0.html#licenseText",
+ Name = "Academic Free License v2.0",
+ OsiApproved = true,
+ SPDX = "AFL-2.0"
+ },
+ new
+ {
+ Id = 13,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/AFL-2.1.html#licenseText",
+ Name = "Academic Free License v2.1",
+ OsiApproved = true,
+ SPDX = "AFL-2.1"
+ },
+ new
+ {
+ Id = 14,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/AFL-3.0.html#licenseText",
+ Name = "Academic Free License v3.0",
+ OsiApproved = true,
+ SPDX = "AFL-3.0"
+ },
+ new
+ {
+ Id = 15,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Afmparse.html#licenseText",
+ Name = "Afmparse License",
+ OsiApproved = false,
+ SPDX = "Afmparse"
+ },
+ new
+ {
+ Id = 16,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/AGPL-1.0-only.html#licenseText",
+ Name = "Affero General Public License v1.0 only",
+ OsiApproved = false,
+ SPDX = "AGPL-1.0-only"
+ },
+ new
+ {
+ Id = 17,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/AGPL-1.0-or-later.html#licenseText",
+ Name = "Affero General Public License v1.0 or later",
+ OsiApproved = false,
+ SPDX = "AGPL-1.0-or-later"
+ },
+ new
+ {
+ Id = 18,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/AGPL-3.0-only.html#licenseText",
+ Name = "GNU Affero General Public License v3.0 only",
+ OsiApproved = true,
+ SPDX = "AGPL-3.0-only"
+ },
+ new
+ {
+ Id = 19,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/AGPL-3.0-or-later.html#licenseText",
+ Name = "GNU Affero General Public License v3.0 or later",
+ OsiApproved = true,
+ SPDX = "AGPL-3.0-or-later"
+ },
+ new
+ {
+ Id = 20,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Aladdin.html#licenseText",
+ Name = "Aladdin Free Public License",
+ OsiApproved = false,
+ SPDX = "Aladdin"
+ },
+ new
+ {
+ Id = 21,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/AMDPLPA.html#licenseText",
+ Name = "AMD's plpa_map.c License",
+ OsiApproved = false,
+ SPDX = "AMDPLPA"
+ },
+ new
+ {
+ Id = 22,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/AML.html#licenseText",
+ Name = "Apple MIT License",
+ OsiApproved = false,
+ SPDX = "AML"
+ },
+ new
+ {
+ Id = 23,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/AMPAS.html#licenseText",
+ Name = "Academy of Motion Picture Arts and Sciences BSD",
+ OsiApproved = false,
+ SPDX = "AMPAS"
+ },
+ new
+ {
+ Id = 24,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/ANTLR-PD.html#licenseText",
+ Name = "ANTLR Software Rights Notice",
+ OsiApproved = false,
+ SPDX = "ANTLR-PD"
+ },
+ new
+ {
+ Id = 25,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Apache-1.0.html#licenseText",
+ Name = "Apache License 1.0",
+ OsiApproved = false,
+ SPDX = "Apache-1.0"
+ },
+ new
+ {
+ Id = 26,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Apache-1.1.html#licenseText",
+ Name = "Apache License 1.1",
+ OsiApproved = true,
+ SPDX = "Apache-1.1"
+ },
+ new
+ {
+ Id = 27,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Apache-2.0.html#licenseText",
+ Name = "Apache License 2.0",
+ OsiApproved = true,
+ SPDX = "Apache-2.0"
+ },
+ new
+ {
+ Id = 28,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/APAFML.html#licenseText",
+ Name = "Adobe Postscript AFM License",
+ OsiApproved = false,
+ SPDX = "APAFML"
+ },
+ new
+ {
+ Id = 29,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/APL-1.0.html#licenseText",
+ Name = "Adaptive Public License 1.0",
+ OsiApproved = true,
+ SPDX = "APL-1.0"
+ },
+ new
+ {
+ Id = 30,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/APSL-1.0.html#licenseText",
+ Name = "Apple Public Source License 1.0",
+ OsiApproved = true,
+ SPDX = "APSL-1.0"
+ },
+ new
+ {
+ Id = 31,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/APSL-1.1.html#licenseText",
+ Name = "Apple Public Source License 1.1",
+ OsiApproved = true,
+ SPDX = "APSL-1.1"
+ },
+ new
+ {
+ Id = 32,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/APSL-1.2.html#licenseText",
+ Name = "Apple Public Source License 1.2",
+ OsiApproved = true,
+ SPDX = "APSL-1.2"
+ },
+ new
+ {
+ Id = 33,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/APSL-2.0.html#licenseText",
+ Name = "Apple Public Source License 2.0",
+ OsiApproved = true,
+ SPDX = "APSL-2.0"
+ },
+ new
+ {
+ Id = 34,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Artistic-1.0.html#licenseText",
+ Name = "Artistic License 1.0",
+ OsiApproved = true,
+ SPDX = "Artistic-1.0"
+ },
+ new
+ {
+ Id = 35,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Artistic-1.0-cl8.html#licenseText",
+ Name = "Artistic License 1.0 w/clause 8",
+ OsiApproved = true,
+ SPDX = "Artistic-1.0-cl8"
+ },
+ new
+ {
+ Id = 36,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Artistic-1.0-Perl.html#licenseText",
+ Name = "Artistic License 1.0 (Perl)",
+ OsiApproved = true,
+ SPDX = "Artistic-1.0-Perl"
+ },
+ new
+ {
+ Id = 37,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Artistic-2.0.html#licenseText",
+ Name = "Artistic License 2.0",
+ OsiApproved = true,
+ SPDX = "Artistic-2.0"
+ },
+ new
+ {
+ Id = 38,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Bahyph.html#licenseText",
+ Name = "Bahyph License",
+ OsiApproved = false,
+ SPDX = "Bahyph"
+ },
+ new
+ {
+ Id = 39,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Barr.html#licenseText",
+ Name = "Barr License",
+ OsiApproved = false,
+ SPDX = "Barr"
+ },
+ new
+ {
+ Id = 40,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Beerware.html#licenseText",
+ Name = "Beerware License",
+ OsiApproved = false,
+ SPDX = "Beerware"
+ },
+ new
+ {
+ Id = 41,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BitTorrent-1.0.html#licenseText",
+ Name = "BitTorrent Open Source License v1.0",
+ OsiApproved = false,
+ SPDX = "BitTorrent-1.0"
+ },
+ new
+ {
+ Id = 42,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/BitTorrent-1.1.html#licenseText",
+ Name = "BitTorrent Open Source License v1.1",
+ OsiApproved = false,
+ SPDX = "BitTorrent-1.1"
+ },
+ new
+ {
+ Id = 43,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Borceux.html#licenseText",
+ Name = "Borceux license",
+ OsiApproved = false,
+ SPDX = "Borceux"
+ },
+ new
+ {
+ Id = 44,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-1-Clause.html#licenseText",
+ Name = "BSD 1-Clause License",
+ OsiApproved = false,
+ SPDX = "BSD-1-Clause"
+ },
+ new
+ {
+ Id = 45,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-2-Clause.html#licenseText",
+ Name = "BSD 2-Clause \"Simplified\" License",
+ OsiApproved = true,
+ SPDX = "BSD-2-Clause"
+ },
+ new
+ {
+ Id = 46,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html#licenseText",
+ Name = "BSD 2-Clause FreeBSD License",
+ OsiApproved = false,
+ SPDX = "BSD-2-Clause-FreeBSD"
+ },
+ new
+ {
+ Id = 47,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html#licenseText",
+ Name = "BSD 2-Clause NetBSD License",
+ OsiApproved = false,
+ SPDX = "BSD-2-Clause-NetBSD"
+ },
+ new
+ {
+ Id = 48,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-2-Clause-Patent.html#licenseText",
+ Name = "BSD-2-Clause Plus Patent License",
+ OsiApproved = true,
+ SPDX = "BSD-2-Clause-Patent"
+ },
+ new
+ {
+ Id = 49,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/BSD-3-Clause.html#licenseText",
+ Name = "BSD 3-Clause \"New\" or \"Revised\" License",
+ OsiApproved = true,
+ SPDX = "BSD-3-Clause"
+ },
+ new
+ {
+ Id = 50,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-3-Clause-Attribution.html#licenseText",
+ Name = "BSD with attribution",
+ OsiApproved = false,
+ SPDX = "BSD-3-Clause-Attribution"
+ },
+ new
+ {
+ Id = 51,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/BSD-3-Clause-Clear.html#licenseText",
+ Name = "BSD 3-Clause Clear License",
+ OsiApproved = false,
+ SPDX = "BSD-3-Clause-Clear"
+ },
+ new
+ {
+ Id = 52,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-3-Clause-LBNL.html#licenseText",
+ Name = "Lawrence Berkeley National Labs BSD variant license",
+ OsiApproved = false,
+ SPDX = "BSD-3-Clause-LBNL"
+ },
+ new
+ {
+ Id = 53,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html#licenseText",
+ Name = "BSD 3-Clause No Nuclear License",
+ OsiApproved = false,
+ SPDX = "BSD-3-Clause-No-Nuclear-License"
+ },
+ new
+ {
+ Id = 54,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html#licenseText",
+ Name = "BSD 3-Clause No Nuclear License 2014",
+ OsiApproved = false,
+ SPDX = "BSD-3-Clause-No-Nuclear-License-2014"
+ },
+ new
+ {
+ Id = 55,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html#licenseText",
+ Name = "BSD 3-Clause No Nuclear Warranty",
+ OsiApproved = false,
+ SPDX = "BSD-3-Clause-No-Nuclear-Warranty"
+ },
+ new
+ {
+ Id = 56,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/BSD-4-Clause.html#licenseText",
+ Name = "BSD 4-Clause \"Original\" or \"Old\" License",
+ OsiApproved = false,
+ SPDX = "BSD-4-Clause"
+ },
+ new
+ {
+ Id = 57,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-4-Clause-UC.html#licenseText",
+ Name = "BSD-4-Clause (University of California-Specific)",
+ OsiApproved = false,
+ SPDX = "BSD-4-Clause-UC"
+ },
+ new
+ {
+ Id = 58,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-Protection.html#licenseText",
+ Name = "BSD Protection License",
+ OsiApproved = false,
+ SPDX = "BSD-Protection"
+ },
+ new
+ {
+ Id = 59,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/BSD-Source-Code.html#licenseText",
+ Name = "BSD Source Code Attribution",
+ OsiApproved = false,
+ SPDX = "BSD-Source-Code"
+ },
+ new
+ {
+ Id = 60,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/BSL-1.0.html#licenseText",
+ Name = "Boost Software License 1.0",
+ OsiApproved = true,
+ SPDX = "BSL-1.0"
+ },
+ new
+ {
+ Id = 61,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/bzip2-1.0.5.html#licenseText",
+ Name = "bzip2 and libbzip2 License v1.0.5",
+ OsiApproved = false,
+ SPDX = "bzip2-1.0.5"
+ },
+ new
+ {
+ Id = 62,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/bzip2-1.0.6.html#licenseText",
+ Name = "bzip2 and libbzip2 License v1.0.6",
+ OsiApproved = false,
+ SPDX = "bzip2-1.0.6"
+ },
+ new
+ {
+ Id = 63,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Caldera.html#licenseText",
+ Name = "Caldera License",
+ OsiApproved = false,
+ SPDX = "Caldera"
+ },
+ new
+ {
+ Id = 64,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CATOSL-1.1.html#licenseText",
+ Name = "Computer Associates Trusted Open Source License 1.1",
+ OsiApproved = true,
+ SPDX = "CATOSL-1.1"
+ },
+ new
+ {
+ Id = 65,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-1.0.html#licenseText",
+ Name = "Creative Commons Attribution 1.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-1.0"
+ },
+ new
+ {
+ Id = 66,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-2.0.html#licenseText",
+ Name = "Creative Commons Attribution 2.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-2.0"
+ },
+ new
+ {
+ Id = 67,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-2.5.html#licenseText",
+ Name = "Creative Commons Attribution 2.5 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-2.5"
+ },
+ new
+ {
+ Id = 68,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-3.0.html#licenseText",
+ Name = "Creative Commons Attribution 3.0 Unported",
+ OsiApproved = false,
+ SPDX = "CC-BY-3.0"
+ },
+ new
+ {
+ Id = 69,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CC-BY-4.0.html#licenseText",
+ Name = "Creative Commons Attribution 4.0 International",
+ OsiApproved = false,
+ SPDX = "CC-BY-4.0"
+ },
+ new
+ {
+ Id = 70,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-1.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial 1.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-1.0"
+ },
+ new
+ {
+ Id = 71,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-2.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial 2.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-2.0"
+ },
+ new
+ {
+ Id = 72,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-2.5.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial 2.5 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-2.5"
+ },
+ new
+ {
+ Id = 73,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-3.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial 3.0 Unported",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-3.0"
+ },
+ new
+ {
+ Id = 74,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-4.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial 4.0 International",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-4.0"
+ },
+ new
+ {
+ Id = 75,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-ND-1.0"
+ },
+ new
+ {
+ Id = 76,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-ND-2.0"
+ },
+ new
+ {
+ Id = 77,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-ND-2.5"
+ },
+ new
+ {
+ Id = 78,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-ND-3.0"
+ },
+ new
+ {
+ Id = 79,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial No Derivatives 4.0 International",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-ND-4.0"
+ },
+ new
+ {
+ Id = 80,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial Share Alike 1.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-SA-1.0"
+ },
+ new
+ {
+ Id = 81,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial Share Alike 2.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-SA-2.0"
+ },
+ new
+ {
+ Id = 82,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial Share Alike 2.5 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-SA-2.5"
+ },
+ new
+ {
+ Id = 83,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial Share Alike 3.0 Unported",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-SA-3.0"
+ },
+ new
+ {
+ Id = 84,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html#licenseText",
+ Name = "Creative Commons Attribution Non Commercial Share Alike 4.0 International",
+ OsiApproved = false,
+ SPDX = "CC-BY-NC-SA-4.0"
+ },
+ new
+ {
+ Id = 85,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-ND-1.0.html#licenseText",
+ Name = "Creative Commons Attribution No Derivatives 1.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-ND-1.0"
+ },
+ new
+ {
+ Id = 86,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-ND-2.0.html#licenseText",
+ Name = "Creative Commons Attribution No Derivatives 2.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-ND-2.0"
+ },
+ new
+ {
+ Id = 87,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-ND-2.5.html#licenseText",
+ Name = "Creative Commons Attribution No Derivatives 2.5 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-ND-2.5"
+ },
+ new
+ {
+ Id = 88,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-ND-3.0.html#licenseText",
+ Name = "Creative Commons Attribution No Derivatives 3.0 Unported",
+ OsiApproved = false,
+ SPDX = "CC-BY-ND-3.0"
+ },
+ new
+ {
+ Id = 89,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-ND-4.0.html#licenseText",
+ Name = "Creative Commons Attribution No Derivatives 4.0 International",
+ OsiApproved = false,
+ SPDX = "CC-BY-ND-4.0"
+ },
+ new
+ {
+ Id = 90,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-SA-1.0.html#licenseText",
+ Name = "Creative Commons Attribution Share Alike 1.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-SA-1.0"
+ },
+ new
+ {
+ Id = 91,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-SA-2.0.html#licenseText",
+ Name = "Creative Commons Attribution Share Alike 2.0 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-SA-2.0"
+ },
+ new
+ {
+ Id = 92,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-SA-2.5.html#licenseText",
+ Name = "Creative Commons Attribution Share Alike 2.5 Generic",
+ OsiApproved = false,
+ SPDX = "CC-BY-SA-2.5"
+ },
+ new
+ {
+ Id = 93,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CC-BY-SA-3.0.html#licenseText",
+ Name = "Creative Commons Attribution Share Alike 3.0 Unported",
+ OsiApproved = false,
+ SPDX = "CC-BY-SA-3.0"
+ },
+ new
+ {
+ Id = 94,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CC-BY-SA-4.0.html#licenseText",
+ Name = "Creative Commons Attribution Share Alike 4.0 International",
+ OsiApproved = false,
+ SPDX = "CC-BY-SA-4.0"
+ },
+ new
+ {
+ Id = 95,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CC0-1.0.html#licenseText",
+ Name = "Creative Commons Zero v1.0 Universal",
+ OsiApproved = false,
+ SPDX = "CC0-1.0"
+ },
+ new
+ {
+ Id = 96,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CDDL-1.0.html#licenseText",
+ Name = "Common Development and Distribution License 1.0",
+ OsiApproved = true,
+ SPDX = "CDDL-1.0"
+ },
+ new
+ {
+ Id = 97,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CDDL-1.1.html#licenseText",
+ Name = "Common Development and Distribution License 1.1",
+ OsiApproved = false,
+ SPDX = "CDDL-1.1"
+ },
+ new
+ {
+ Id = 98,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CDLA-Permissive-1.0.html#licenseText",
+ Name = "Community Data License Agreement Permissive 1.0",
+ OsiApproved = false,
+ SPDX = "CDLA-Permissive-1.0"
+ },
+ new
+ {
+ Id = 99,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CDLA-Sharing-1.0.html#licenseText",
+ Name = "Community Data License Agreement Sharing 1.0",
+ OsiApproved = false,
+ SPDX = "CDLA-Sharing-1.0"
+ },
+ new
+ {
+ Id = 100,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CECILL-1.0.html#licenseText",
+ Name = "CeCILL Free Software License Agreement v1.0",
+ OsiApproved = false,
+ SPDX = "CECILL-1.0"
+ },
+ new
+ {
+ Id = 101,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CECILL-1.1.html#licenseText",
+ Name = "CeCILL Free Software License Agreement v1.1",
+ OsiApproved = false,
+ SPDX = "CECILL-1.1"
+ },
+ new
+ {
+ Id = 102,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CECILL-2.0.html#licenseText",
+ Name = "CeCILL Free Software License Agreement v2.0",
+ OsiApproved = false,
+ SPDX = "CECILL-2.0"
+ },
+ new
+ {
+ Id = 103,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CECILL-2.1.html#licenseText",
+ Name = "CeCILL Free Software License Agreement v2.1",
+ OsiApproved = true,
+ SPDX = "CECILL-2.1"
+ },
+ new
+ {
+ Id = 104,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CECILL-B.html#licenseText",
+ Name = "CeCILL-B Free Software License Agreement",
+ OsiApproved = false,
+ SPDX = "CECILL-B"
+ },
+ new
+ {
+ Id = 105,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CECILL-C.html#licenseText",
+ Name = "CeCILL-C Free Software License Agreement",
+ OsiApproved = false,
+ SPDX = "CECILL-C"
+ },
+ new
+ {
+ Id = 106,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CERN-OHL-1.1.html#licenseText",
+ Name = "CERN Open Hardware License v1.1",
+ OsiApproved = false,
+ SPDX = "CERN-OHL-1.1"
+ },
+ new
+ {
+ Id = 107,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CERN-OHL-1.2.html#licenseText",
+ Name = "CERN Open Hardware Licence v1.2",
+ OsiApproved = false,
+ SPDX = "CERN-OHL-1.2"
+ },
+ new
+ {
+ Id = 108,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/ClArtistic.html#licenseText",
+ Name = "Clarified Artistic License",
+ OsiApproved = false,
+ SPDX = "ClArtistic"
+ },
+ new
+ {
+ Id = 109,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CNRI-Jython.html#licenseText",
+ Name = "CNRI Jython License",
+ OsiApproved = false,
+ SPDX = "CNRI-Jython"
+ },
+ new
+ {
+ Id = 110,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CNRI-Python.html#licenseText",
+ Name = "CNRI Python License",
+ OsiApproved = true,
+ SPDX = "CNRI-Python"
+ },
+ new
+ {
+ Id = 111,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.html#licenseText",
+ Name = "CNRI Python Open Source GPL Compatible License Agreement",
+ OsiApproved = false,
+ SPDX = "CNRI-Python-GPL-Compatible"
+ },
+ new
+ {
+ Id = 112,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Condor-1.1.html#licenseText",
+ Name = "Condor Public License v1.1",
+ OsiApproved = false,
+ SPDX = "Condor-1.1"
+ },
+ new
+ {
+ Id = 113,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/copyleft-next-0.3.0.html#licenseText",
+ Name = "copyleft-next 0.3.0",
+ OsiApproved = false,
+ SPDX = "copyleft-next-0.3.0"
+ },
+ new
+ {
+ Id = 114,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/copyleft-next-0.3.1.html#licenseText",
+ Name = "copyleft-next 0.3.1",
+ OsiApproved = false,
+ SPDX = "copyleft-next-0.3.1"
+ },
+ new
+ {
+ Id = 115,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CPAL-1.0.html#licenseText",
+ Name = "Common Public Attribution License 1.0",
+ OsiApproved = true,
+ SPDX = "CPAL-1.0"
+ },
+ new
+ {
+ Id = 116,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/CPL-1.0.html#licenseText",
+ Name = "Common Public License 1.0",
+ OsiApproved = true,
+ SPDX = "CPL-1.0"
+ },
+ new
+ {
+ Id = 117,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CPOL-1.02.html#licenseText",
+ Name = "Code Project Open License 1.02",
+ OsiApproved = false,
+ SPDX = "CPOL-1.02"
+ },
+ new
+ {
+ Id = 118,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Crossword.html#licenseText",
+ Name = "Crossword License",
+ OsiApproved = false,
+ SPDX = "Crossword"
+ },
+ new
+ {
+ Id = 119,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CrystalStacker.html#licenseText",
+ Name = "CrystalStacker License",
+ OsiApproved = false,
+ SPDX = "CrystalStacker"
+ },
+ new
+ {
+ Id = 120,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/CUA-OPL-1.0.html#licenseText",
+ Name = "CUA Office Public License v1.0",
+ OsiApproved = true,
+ SPDX = "CUA-OPL-1.0"
+ },
+ new
+ {
+ Id = 121,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Cube.html#licenseText",
+ Name = "Cube License",
+ OsiApproved = false,
+ SPDX = "Cube"
+ },
+ new
+ {
+ Id = 122,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/curl.html#licenseText",
+ Name = "curl License",
+ OsiApproved = false,
+ SPDX = "curl"
+ },
+ new
+ {
+ Id = 123,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/D-FSL-1.0.html#licenseText",
+ Name = "Deutsche Freie Software Lizenz",
+ OsiApproved = false,
+ SPDX = "D-FSL-1.0"
+ },
+ new
+ {
+ Id = 124,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/diffmark.html#licenseText",
+ Name = "diffmark license",
+ OsiApproved = false,
+ SPDX = "diffmark"
+ },
+ new
+ {
+ Id = 125,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/DOC.html#licenseText",
+ Name = "DOC License",
+ OsiApproved = false,
+ SPDX = "DOC"
+ },
+ new
+ {
+ Id = 126,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Dotseqn.html#licenseText",
+ Name = "Dotseqn License",
+ OsiApproved = false,
+ SPDX = "Dotseqn"
+ },
+ new
+ {
+ Id = 127,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/DSDP.html#licenseText",
+ Name = "DSDP License",
+ OsiApproved = false,
+ SPDX = "DSDP"
+ },
+ new
+ {
+ Id = 128,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/dvipdfm.html#licenseText",
+ Name = "dvipdfm License",
+ OsiApproved = false,
+ SPDX = "dvipdfm"
+ },
+ new
+ {
+ Id = 129,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/ECL-1.0.html#licenseText",
+ Name = "Educational Community License v1.0",
+ OsiApproved = true,
+ SPDX = "ECL-1.0"
+ },
+ new
+ {
+ Id = 130,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/ECL-2.0.html#licenseText",
+ Name = "Educational Community License v2.0",
+ OsiApproved = true,
+ SPDX = "ECL-2.0"
+ },
+ new
+ {
+ Id = 131,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/EFL-1.0.html#licenseText",
+ Name = "Eiffel Forum License v1.0",
+ OsiApproved = true,
+ SPDX = "EFL-1.0"
+ },
+ new
+ {
+ Id = 132,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/EFL-2.0.html#licenseText",
+ Name = "Eiffel Forum License v2.0",
+ OsiApproved = true,
+ SPDX = "EFL-2.0"
+ },
+ new
+ {
+ Id = 133,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/eGenix.html#licenseText",
+ Name = "eGenix.com Public License 1.1.0",
+ OsiApproved = false,
+ SPDX = "eGenix"
+ },
+ new
+ {
+ Id = 134,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Entessa.html#licenseText",
+ Name = "Entessa Public License v1.0",
+ OsiApproved = true,
+ SPDX = "Entessa"
+ },
+ new
+ {
+ Id = 135,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/EPL-1.0.html#licenseText",
+ Name = "Eclipse Public License 1.0",
+ OsiApproved = true,
+ SPDX = "EPL-1.0"
+ },
+ new
+ {
+ Id = 136,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/EPL-2.0.html#licenseText",
+ Name = "Eclipse Public License 2.0",
+ OsiApproved = true,
+ SPDX = "EPL-2.0"
+ },
+ new
+ {
+ Id = 137,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/ErlPL-1.1.html#licenseText",
+ Name = "Erlang Public License v1.1",
+ OsiApproved = false,
+ SPDX = "ErlPL-1.1"
+ },
+ new
+ {
+ Id = 138,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/EUDatagrid.html#licenseText",
+ Name = "EU DataGrid Software License",
+ OsiApproved = true,
+ SPDX = "EUDatagrid"
+ },
+ new
+ {
+ Id = 139,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/EUPL-1.0.html#licenseText",
+ Name = "European Union Public License 1.0",
+ OsiApproved = false,
+ SPDX = "EUPL-1.0"
+ },
+ new
+ {
+ Id = 140,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/EUPL-1.1.html#licenseText",
+ Name = "European Union Public License 1.1",
+ OsiApproved = true,
+ SPDX = "EUPL-1.1"
+ },
+ new
+ {
+ Id = 141,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/EUPL-1.2.html#licenseText",
+ Name = "European Union Public License 1.2",
+ OsiApproved = true,
+ SPDX = "EUPL-1.2"
+ },
+ new
+ {
+ Id = 142,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Eurosym.html#licenseText",
+ Name = "Eurosym License",
+ OsiApproved = false,
+ SPDX = "Eurosym"
+ },
+ new
+ {
+ Id = 143,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Fair.html#licenseText",
+ Name = "Fair License",
+ OsiApproved = true,
+ SPDX = "Fair"
+ },
+ new
+ {
+ Id = 144,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Frameworx-1.0.html#licenseText",
+ Name = "Frameworx Open License 1.0",
+ OsiApproved = true,
+ SPDX = "Frameworx-1.0"
+ },
+ new
+ {
+ Id = 145,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/FreeImage.html#licenseText",
+ Name = "FreeImage Public License v1.0",
+ OsiApproved = false,
+ SPDX = "FreeImage"
+ },
+ new
+ {
+ Id = 146,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/FSFAP.html#licenseText",
+ Name = "FSF All Permissive License",
+ OsiApproved = false,
+ SPDX = "FSFAP"
+ },
+ new
+ {
+ Id = 147,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/FSFUL.html#licenseText",
+ Name = "FSF Unlimited License",
+ OsiApproved = false,
+ SPDX = "FSFUL"
+ },
+ new
+ {
+ Id = 148,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/FSFULLR.html#licenseText",
+ Name = "FSF Unlimited License (with License Retention)",
+ OsiApproved = false,
+ SPDX = "FSFULLR"
+ },
+ new
+ {
+ Id = 149,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/FTL.html#licenseText",
+ Name = "Freetype Project License",
+ OsiApproved = false,
+ SPDX = "FTL"
+ },
+ new
+ {
+ Id = 150,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GFDL-1.1-only.html#licenseText",
+ Name = "GNU Free Documentation License v1.1 only",
+ OsiApproved = false,
+ SPDX = "GFDL-1.1-only"
+ },
+ new
+ {
+ Id = 151,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GFDL-1.1-or-later.html#licenseText",
+ Name = "GNU Free Documentation License v1.1 or later",
+ OsiApproved = false,
+ SPDX = "GFDL-1.1-or-later"
+ },
+ new
+ {
+ Id = 152,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GFDL-1.2-only.html#licenseText",
+ Name = "GNU Free Documentation License v1.2 only",
+ OsiApproved = false,
+ SPDX = "GFDL-1.2-only"
+ },
+ new
+ {
+ Id = 153,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GFDL-1.2-or-later.html#licenseText",
+ Name = "GNU Free Documentation License v1.2 or later",
+ OsiApproved = false,
+ SPDX = "GFDL-1.2-or-later"
+ },
+ new
+ {
+ Id = 154,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GFDL-1.3-only.html#licenseText",
+ Name = "GNU Free Documentation License v1.3 only",
+ OsiApproved = false,
+ SPDX = "GFDL-1.3-only"
+ },
+ new
+ {
+ Id = 155,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GFDL-1.3-or-later.html#licenseText",
+ Name = "GNU Free Documentation License v1.3 or later",
+ OsiApproved = false,
+ SPDX = "GFDL-1.3-or-later"
+ },
+ new
+ {
+ Id = 156,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Giftware.html#licenseText",
+ Name = "Giftware License",
+ OsiApproved = false,
+ SPDX = "Giftware"
+ },
+ new
+ {
+ Id = 157,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/GL2PS.html#licenseText",
+ Name = "GL2PS License",
+ OsiApproved = false,
+ SPDX = "GL2PS"
+ },
+ new
+ {
+ Id = 158,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Glide.html#licenseText",
+ Name = "3dfx Glide License",
+ OsiApproved = false,
+ SPDX = "Glide"
+ },
+ new
+ {
+ Id = 159,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Glulxe.html#licenseText",
+ Name = "Glulxe License",
+ OsiApproved = false,
+ SPDX = "Glulxe"
+ },
+ new
+ {
+ Id = 160,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/gnuplot.html#licenseText",
+ Name = "gnuplot License",
+ OsiApproved = false,
+ SPDX = "gnuplot"
+ },
+ new
+ {
+ Id = 161,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/GPL-1.0-only.html#licenseText",
+ Name = "GNU General Public License v1.0 only",
+ OsiApproved = false,
+ SPDX = "GPL-1.0-only"
+ },
+ new
+ {
+ Id = 162,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/GPL-1.0-or-later.html#licenseText",
+ Name = "GNU General Public License v1.0 or later",
+ OsiApproved = false,
+ SPDX = "GPL-1.0-or-later"
+ },
+ new
+ {
+ Id = 163,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GPL-2.0-only.html#licenseText",
+ Name = "GNU General Public License v2.0 only",
+ OsiApproved = true,
+ SPDX = "GPL-2.0-only"
+ },
+ new
+ {
+ Id = 164,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GPL-2.0-or-later.html#licenseText",
+ Name = "GNU General Public License v2.0 or later",
+ OsiApproved = true,
+ SPDX = "GPL-2.0-or-later"
+ },
+ new
+ {
+ Id = 165,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GPL-3.0-only.html#licenseText",
+ Name = "GNU General Public License v3.0 only",
+ OsiApproved = true,
+ SPDX = "GPL-3.0-only"
+ },
+ new
+ {
+ Id = 166,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/GPL-3.0-or-later.html#licenseText",
+ Name = "GNU General Public License v3.0 or later",
+ OsiApproved = true,
+ SPDX = "GPL-3.0-or-later"
+ },
+ new
+ {
+ Id = 167,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/gSOAP-1.3b.html#licenseText",
+ Name = "gSOAP Public License v1.3b",
+ OsiApproved = false,
+ SPDX = "gSOAP-1.3b"
+ },
+ new
+ {
+ Id = 168,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/HaskellReport.html#licenseText",
+ Name = "Haskell Language Report License",
+ OsiApproved = false,
+ SPDX = "HaskellReport"
+ },
+ new
+ {
+ Id = 169,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/HPND.html#licenseText",
+ Name = "Historical Permission Notice and Disclaimer",
+ OsiApproved = true,
+ SPDX = "HPND"
+ },
+ new
+ {
+ Id = 170,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/HPND-sell-variant.html#licenseText",
+ Name = "Historical Permission Notice and Disclaimer - sell variant",
+ OsiApproved = false,
+ SPDX = "HPND-sell-variant"
+ },
+ new
+ {
+ Id = 171,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/IBM-pibs.html#licenseText",
+ Name = "IBM PowerPC Initialization and Boot Software",
+ OsiApproved = false,
+ SPDX = "IBM-pibs"
+ },
+ new
+ {
+ Id = 172,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/ICU.html#licenseText",
+ Name = "ICU License",
+ OsiApproved = false,
+ SPDX = "ICU"
+ },
+ new
+ {
+ Id = 173,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/IJG.html#licenseText",
+ Name = "Independent JPEG Group License",
+ OsiApproved = false,
+ SPDX = "IJG"
+ },
+ new
+ {
+ Id = 174,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/ImageMagick.html#licenseText",
+ Name = "ImageMagick License",
+ OsiApproved = false,
+ SPDX = "ImageMagick"
+ },
+ new
+ {
+ Id = 175,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/iMatix.html#licenseText",
+ Name = "iMatix Standard Function Library Agreement",
+ OsiApproved = false,
+ SPDX = "iMatix"
+ },
+ new
+ {
+ Id = 176,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Imlib2.html#licenseText",
+ Name = "Imlib2 License",
+ OsiApproved = false,
+ SPDX = "Imlib2"
+ },
+ new
+ {
+ Id = 177,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Info-ZIP.html#licenseText",
+ Name = "Info-ZIP License",
+ OsiApproved = false,
+ SPDX = "Info-ZIP"
+ },
+ new
+ {
+ Id = 178,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Intel.html#licenseText",
+ Name = "Intel Open Source License",
+ OsiApproved = true,
+ SPDX = "Intel"
+ },
+ new
+ {
+ Id = 179,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Intel-ACPI.html#licenseText",
+ Name = "Intel ACPI Software License Agreement",
+ OsiApproved = false,
+ SPDX = "Intel-ACPI"
+ },
+ new
+ {
+ Id = 180,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Interbase-1.0.html#licenseText",
+ Name = "Interbase Public License v1.0",
+ OsiApproved = false,
+ SPDX = "Interbase-1.0"
+ },
+ new
+ {
+ Id = 181,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/IPA.html#licenseText",
+ Name = "IPA Font License",
+ OsiApproved = true,
+ SPDX = "IPA"
+ },
+ new
+ {
+ Id = 182,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/IPL-1.0.html#licenseText",
+ Name = "IBM Public License v1.0",
+ OsiApproved = true,
+ SPDX = "IPL-1.0"
+ },
+ new
+ {
+ Id = 183,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/ISC.html#licenseText",
+ Name = "ISC License",
+ OsiApproved = true,
+ SPDX = "ISC"
+ },
+ new
+ {
+ Id = 184,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/JasPer-2.0.html#licenseText",
+ Name = "JasPer License",
+ OsiApproved = false,
+ SPDX = "JasPer-2.0"
+ },
+ new
+ {
+ Id = 185,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/JPNIC.html#licenseText",
+ Name = "Japan Network Information Center License",
+ OsiApproved = false,
+ SPDX = "JPNIC"
+ },
+ new
+ {
+ Id = 186,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/JSON.html#licenseText",
+ Name = "JSON License",
+ OsiApproved = false,
+ SPDX = "JSON"
+ },
+ new
+ {
+ Id = 187,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LAL-1.2.html#licenseText",
+ Name = "Licence Art Libre 1.2",
+ OsiApproved = false,
+ SPDX = "LAL-1.2"
+ },
+ new
+ {
+ Id = 188,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LAL-1.3.html#licenseText",
+ Name = "Licence Art Libre 1.3",
+ OsiApproved = false,
+ SPDX = "LAL-1.3"
+ },
+ new
+ {
+ Id = 189,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Latex2e.html#licenseText",
+ Name = "Latex2e License",
+ OsiApproved = false,
+ SPDX = "Latex2e"
+ },
+ new
+ {
+ Id = 190,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Leptonica.html#licenseText",
+ Name = "Leptonica License",
+ OsiApproved = false,
+ SPDX = "Leptonica"
+ },
+ new
+ {
+ Id = 191,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LGPL-2.0-only.html#licenseText",
+ Name = "GNU Library General Public License v2 only",
+ OsiApproved = true,
+ SPDX = "LGPL-2.0-only"
+ },
+ new
+ {
+ Id = 192,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LGPL-2.0-or-later.html#licenseText",
+ Name = "GNU Library General Public License v2 or later",
+ OsiApproved = true,
+ SPDX = "LGPL-2.0-or-later"
+ },
+ new
+ {
+ Id = 193,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/LGPL-2.1-only.html#licenseText",
+ Name = "GNU Lesser General Public License v2.1 only",
+ OsiApproved = true,
+ SPDX = "LGPL-2.1-only"
+ },
+ new
+ {
+ Id = 194,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/LGPL-2.1-or-later.html#licenseText",
+ Name = "GNU Lesser General Public License v2.1 or later",
+ OsiApproved = true,
+ SPDX = "LGPL-2.1-or-later"
+ },
+ new
+ {
+ Id = 195,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/LGPL-3.0-only.html#licenseText",
+ Name = "GNU Lesser General Public License v3.0 only",
+ OsiApproved = true,
+ SPDX = "LGPL-3.0-only"
+ },
+ new
+ {
+ Id = 196,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/LGPL-3.0-or-later.html#licenseText",
+ Name = "GNU Lesser General Public License v3.0 or later",
+ OsiApproved = true,
+ SPDX = "LGPL-3.0-or-later"
+ },
+ new
+ {
+ Id = 197,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LGPLLR.html#licenseText",
+ Name = "Lesser General Public License For Linguistic Resources",
+ OsiApproved = false,
+ SPDX = "LGPLLR"
+ },
+ new
+ {
+ Id = 198,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Libpng.html#licenseText",
+ Name = "libpng License",
+ OsiApproved = false,
+ SPDX = "Libpng"
+ },
+ new
+ {
+ Id = 199,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/libpng-2.0.html#licenseText",
+ Name = "PNG Reference Library version 2",
+ OsiApproved = false,
+ SPDX = "libpng-2.0"
+ },
+ new
+ {
+ Id = 200,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/libtiff.html#licenseText",
+ Name = "libtiff License",
+ OsiApproved = false,
+ SPDX = "libtiff"
+ },
+ new
+ {
+ Id = 201,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LiLiQ-P-1.1.html#licenseText",
+ Name = "Licence Libre du Québec – Permissive version 1.1",
+ OsiApproved = true,
+ SPDX = "LiLiQ-P-1.1"
+ },
+ new
+ {
+ Id = 202,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LiLiQ-R-1.1.html#licenseText",
+ Name = "Licence Libre du Québec – Réciprocité version 1.1",
+ OsiApproved = true,
+ SPDX = "LiLiQ-R-1.1"
+ },
+ new
+ {
+ Id = 203,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LiLiQ-Rplus-1.1.html#licenseText",
+ Name = "Licence Libre du Québec – Réciprocité forte version 1.1",
+ OsiApproved = true,
+ SPDX = "LiLiQ-Rplus-1.1"
+ },
+ new
+ {
+ Id = 204,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Linux-OpenIB.html#licenseText",
+ Name = "Linux Kernel Variant of OpenIB.org license",
+ OsiApproved = false,
+ SPDX = "Linux-OpenIB"
+ },
+ new
+ {
+ Id = 205,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LPL-1.0.html#licenseText",
+ Name = "Lucent Public License Version 1.0",
+ OsiApproved = true,
+ SPDX = "LPL-1.0"
+ },
+ new
+ {
+ Id = 206,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/LPL-1.02.html#licenseText",
+ Name = "Lucent Public License v1.02",
+ OsiApproved = true,
+ SPDX = "LPL-1.02"
+ },
+ new
+ {
+ Id = 207,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LPPL-1.0.html#licenseText",
+ Name = "LaTeX Project Public License v1.0",
+ OsiApproved = false,
+ SPDX = "LPPL-1.0"
+ },
+ new
+ {
+ Id = 208,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LPPL-1.1.html#licenseText",
+ Name = "LaTeX Project Public License v1.1",
+ OsiApproved = false,
+ SPDX = "LPPL-1.1"
+ },
+ new
+ {
+ Id = 209,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/LPPL-1.2.html#licenseText",
+ Name = "LaTeX Project Public License v1.2",
+ OsiApproved = false,
+ SPDX = "LPPL-1.2"
+ },
+ new
+ {
+ Id = 210,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/LPPL-1.3a.html#licenseText",
+ Name = "LaTeX Project Public License v1.3a",
+ OsiApproved = false,
+ SPDX = "LPPL-1.3a"
+ },
+ new
+ {
+ Id = 211,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/LPPL-1.3c.html#licenseText",
+ Name = "LaTeX Project Public License v1.3c",
+ OsiApproved = true,
+ SPDX = "LPPL-1.3c"
+ },
+ new
+ {
+ Id = 212,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MakeIndex.html#licenseText",
+ Name = "MakeIndex License",
+ OsiApproved = false,
+ SPDX = "MakeIndex"
+ },
+ new
+ {
+ Id = 213,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MirOS.html#licenseText",
+ Name = "MirOS License",
+ OsiApproved = true,
+ SPDX = "MirOS"
+ },
+ new
+ {
+ Id = 214,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/MIT.html#licenseText",
+ Name = "MIT License",
+ OsiApproved = true,
+ SPDX = "MIT"
+ },
+ new
+ {
+ Id = 215,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MIT-0.html#licenseText",
+ Name = "MIT No Attribution",
+ OsiApproved = true,
+ SPDX = "MIT-0"
+ },
+ new
+ {
+ Id = 216,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MIT-advertising.html#licenseText",
+ Name = "Enlightenment License (e16)",
+ OsiApproved = false,
+ SPDX = "MIT-advertising"
+ },
+ new
+ {
+ Id = 217,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MIT-CMU.html#licenseText",
+ Name = "CMU License",
+ OsiApproved = false,
+ SPDX = "MIT-CMU"
+ },
+ new
+ {
+ Id = 218,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MIT-enna.html#licenseText",
+ Name = "enna License",
+ OsiApproved = false,
+ SPDX = "MIT-enna"
+ },
+ new
+ {
+ Id = 219,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MIT-feh.html#licenseText",
+ Name = "feh License",
+ OsiApproved = false,
+ SPDX = "MIT-feh"
+ },
+ new
+ {
+ Id = 220,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MITNFA.html#licenseText",
+ Name = "MIT +no-false-attribs license",
+ OsiApproved = false,
+ SPDX = "MITNFA"
+ },
+ new
+ {
+ Id = 221,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Motosoto.html#licenseText",
+ Name = "Motosoto License",
+ OsiApproved = true,
+ SPDX = "Motosoto"
+ },
+ new
+ {
+ Id = 222,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/mpich2.html#licenseText",
+ Name = "mpich2 License",
+ OsiApproved = false,
+ SPDX = "mpich2"
+ },
+ new
+ {
+ Id = 223,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MPL-1.0.html#licenseText",
+ Name = "Mozilla Public License 1.0",
+ OsiApproved = true,
+ SPDX = "MPL-1.0"
+ },
+ new
+ {
+ Id = 224,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/MPL-1.1.html#licenseText",
+ Name = "Mozilla Public License 1.1",
+ OsiApproved = true,
+ SPDX = "MPL-1.1"
+ },
+ new
+ {
+ Id = 225,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/MPL-2.0.html#licenseText",
+ Name = "Mozilla Public License 2.0",
+ OsiApproved = true,
+ SPDX = "MPL-2.0"
+ },
+ new
+ {
+ Id = 226,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html#licenseText",
+ Name = "Mozilla Public License 2.0 (no copyleft exception)",
+ OsiApproved = true,
+ SPDX = "MPL-2.0-no-copyleft-exception"
+ },
+ new
+ {
+ Id = 227,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/MS-PL.html#licenseText",
+ Name = "Microsoft Public License",
+ OsiApproved = true,
+ SPDX = "MS-PL"
+ },
+ new
+ {
+ Id = 228,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/MS-RL.html#licenseText",
+ Name = "Microsoft Reciprocal License",
+ OsiApproved = true,
+ SPDX = "MS-RL"
+ },
+ new
+ {
+ Id = 229,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/MTLL.html#licenseText",
+ Name = "Matrix Template Library License",
+ OsiApproved = false,
+ SPDX = "MTLL"
+ },
+ new
+ {
+ Id = 230,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Multics.html#licenseText",
+ Name = "Multics License",
+ OsiApproved = true,
+ SPDX = "Multics"
+ },
+ new
+ {
+ Id = 231,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Mup.html#licenseText",
+ Name = "Mup License",
+ OsiApproved = false,
+ SPDX = "Mup"
+ },
+ new
+ {
+ Id = 232,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NASA-1.3.html#licenseText",
+ Name = "NASA Open Source Agreement 1.3",
+ OsiApproved = true,
+ SPDX = "NASA-1.3"
+ },
+ new
+ {
+ Id = 233,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Naumen.html#licenseText",
+ Name = "Naumen Public License",
+ OsiApproved = true,
+ SPDX = "Naumen"
+ },
+ new
+ {
+ Id = 234,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NBPL-1.0.html#licenseText",
+ Name = "Net Boolean Public License v1",
+ OsiApproved = false,
+ SPDX = "NBPL-1.0"
+ },
+ new
+ {
+ Id = 235,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/NCSA.html#licenseText",
+ Name = "University of Illinois/NCSA Open Source License",
+ OsiApproved = true,
+ SPDX = "NCSA"
+ },
+ new
+ {
+ Id = 236,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Net-SNMP.html#licenseText",
+ Name = "Net-SNMP License",
+ OsiApproved = false,
+ SPDX = "Net-SNMP"
+ },
+ new
+ {
+ Id = 237,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NetCDF.html#licenseText",
+ Name = "NetCDF license",
+ OsiApproved = false,
+ SPDX = "NetCDF"
+ },
+ new
+ {
+ Id = 238,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Newsletr.html#licenseText",
+ Name = "Newsletr License",
+ OsiApproved = false,
+ SPDX = "Newsletr"
+ },
+ new
+ {
+ Id = 239,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NGPL.html#licenseText",
+ Name = "Nethack General Public License",
+ OsiApproved = true,
+ SPDX = "NGPL"
+ },
+ new
+ {
+ Id = 240,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NLOD-1.0.html#licenseText",
+ Name = "Norwegian Licence for Open Government Data",
+ OsiApproved = false,
+ SPDX = "NLOD-1.0"
+ },
+ new
+ {
+ Id = 241,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NLPL.html#licenseText",
+ Name = "No Limit Public License",
+ OsiApproved = false,
+ SPDX = "NLPL"
+ },
+ new
+ {
+ Id = 242,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Nokia.html#licenseText",
+ Name = "Nokia Open Source License",
+ OsiApproved = true,
+ SPDX = "Nokia"
+ },
+ new
+ {
+ Id = 243,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/NOSL.html#licenseText",
+ Name = "Netizen Open Source License",
+ OsiApproved = false,
+ SPDX = "NOSL"
+ },
+ new
+ {
+ Id = 244,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Noweb.html#licenseText",
+ Name = "Noweb License",
+ OsiApproved = false,
+ SPDX = "Noweb"
+ },
+ new
+ {
+ Id = 245,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/NPL-1.0.html#licenseText",
+ Name = "Netscape Public License v1.0",
+ OsiApproved = false,
+ SPDX = "NPL-1.0"
+ },
+ new
+ {
+ Id = 246,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/NPL-1.1.html#licenseText",
+ Name = "Netscape Public License v1.1",
+ OsiApproved = false,
+ SPDX = "NPL-1.1"
+ },
+ new
+ {
+ Id = 247,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NPOSL-3.0.html#licenseText",
+ Name = "Non-Profit Open Software License 3.0",
+ OsiApproved = true,
+ SPDX = "NPOSL-3.0"
+ },
+ new
+ {
+ Id = 248,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NRL.html#licenseText",
+ Name = "NRL License",
+ OsiApproved = false,
+ SPDX = "NRL"
+ },
+ new
+ {
+ Id = 249,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/NTP.html#licenseText",
+ Name = "NTP License",
+ OsiApproved = true,
+ SPDX = "NTP"
+ },
+ new
+ {
+ Id = 250,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OCCT-PL.html#licenseText",
+ Name = "Open CASCADE Technology Public License",
+ OsiApproved = false,
+ SPDX = "OCCT-PL"
+ },
+ new
+ {
+ Id = 251,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OCLC-2.0.html#licenseText",
+ Name = "OCLC Research Public License 2.0",
+ OsiApproved = true,
+ SPDX = "OCLC-2.0"
+ },
+ new
+ {
+ Id = 252,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/ODbL-1.0.html#licenseText",
+ Name = "ODC Open Database License v1.0",
+ OsiApproved = false,
+ SPDX = "ODbL-1.0"
+ },
+ new
+ {
+ Id = 253,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/ODC-By-1.0.html#licenseText",
+ Name = "Open Data Commons Attribution License v1.0",
+ OsiApproved = false,
+ SPDX = "ODC-By-1.0"
+ },
+ new
+ {
+ Id = 254,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OFL-1.0.html#licenseText",
+ Name = "SIL Open Font License 1.0",
+ OsiApproved = false,
+ SPDX = "OFL-1.0"
+ },
+ new
+ {
+ Id = 255,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OFL-1.1.html#licenseText",
+ Name = "SIL Open Font License 1.1",
+ OsiApproved = true,
+ SPDX = "OFL-1.1"
+ },
+ new
+ {
+ Id = 256,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OGL-UK-1.0.html#licenseText",
+ Name = "Open Government Licence v1.0",
+ OsiApproved = false,
+ SPDX = "OGL-UK-1.0"
+ },
+ new
+ {
+ Id = 257,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OGL-UK-2.0.html#licenseText",
+ Name = "Open Government Licence v2.0",
+ OsiApproved = false,
+ SPDX = "OGL-UK-2.0"
+ },
+ new
+ {
+ Id = 258,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OGL-UK-3.0.html#licenseText",
+ Name = "Open Government Licence v3.0",
+ OsiApproved = false,
+ SPDX = "OGL-UK-3.0"
+ },
+ new
+ {
+ Id = 259,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OGTSL.html#licenseText",
+ Name = "Open Group Test Suite License",
+ OsiApproved = true,
+ SPDX = "OGTSL"
+ },
+ new
+ {
+ Id = 260,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-1.1.html#licenseText",
+ Name = "Open LDAP Public License v1.1",
+ OsiApproved = false,
+ SPDX = "OLDAP-1.1"
+ },
+ new
+ {
+ Id = 261,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-1.2.html#licenseText",
+ Name = "Open LDAP Public License v1.2",
+ OsiApproved = false,
+ SPDX = "OLDAP-1.2"
+ },
+ new
+ {
+ Id = 262,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-1.3.html#licenseText",
+ Name = "Open LDAP Public License v1.3",
+ OsiApproved = false,
+ SPDX = "OLDAP-1.3"
+ },
+ new
+ {
+ Id = 263,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-1.4.html#licenseText",
+ Name = "Open LDAP Public License v1.4",
+ OsiApproved = false,
+ SPDX = "OLDAP-1.4"
+ },
+ new
+ {
+ Id = 264,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.0.html#licenseText",
+ Name = "Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.0"
+ },
+ new
+ {
+ Id = 265,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.0.1.html#licenseText",
+ Name = "Open LDAP Public License v2.0.1",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.0.1"
+ },
+ new
+ {
+ Id = 266,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.1.html#licenseText",
+ Name = "Open LDAP Public License v2.1",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.1"
+ },
+ new
+ {
+ Id = 267,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.2.html#licenseText",
+ Name = "Open LDAP Public License v2.2",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.2"
+ },
+ new
+ {
+ Id = 268,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.2.1.html#licenseText",
+ Name = "Open LDAP Public License v2.2.1",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.2.1"
+ },
+ new
+ {
+ Id = 269,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.2.2.html#licenseText",
+ Name = "Open LDAP Public License 2.2.2",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.2.2"
+ },
+ new
+ {
+ Id = 270,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OLDAP-2.3.html#licenseText",
+ Name = "Open LDAP Public License v2.3",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.3"
+ },
+ new
+ {
+ Id = 271,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.4.html#licenseText",
+ Name = "Open LDAP Public License v2.4",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.4"
+ },
+ new
+ {
+ Id = 272,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.5.html#licenseText",
+ Name = "Open LDAP Public License v2.5",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.5"
+ },
+ new
+ {
+ Id = 273,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.6.html#licenseText",
+ Name = "Open LDAP Public License v2.6",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.6"
+ },
+ new
+ {
+ Id = 274,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OLDAP-2.7.html#licenseText",
+ Name = "Open LDAP Public License v2.7",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.7"
+ },
+ new
+ {
+ Id = 275,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OLDAP-2.8.html#licenseText",
+ Name = "Open LDAP Public License v2.8",
+ OsiApproved = false,
+ SPDX = "OLDAP-2.8"
+ },
+ new
+ {
+ Id = 276,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OML.html#licenseText",
+ Name = "Open Market License",
+ OsiApproved = false,
+ SPDX = "OML"
+ },
+ new
+ {
+ Id = 277,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OpenSSL.html#licenseText",
+ Name = "OpenSSL License",
+ OsiApproved = false,
+ SPDX = "OpenSSL"
+ },
+ new
+ {
+ Id = 278,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OPL-1.0.html#licenseText",
+ Name = "Open Public License v1.0",
+ OsiApproved = false,
+ SPDX = "OPL-1.0"
+ },
+ new
+ {
+ Id = 279,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/OSET-PL-2.1.html#licenseText",
+ Name = "OSET Public License version 2.1",
+ OsiApproved = true,
+ SPDX = "OSET-PL-2.1"
+ },
+ new
+ {
+ Id = 280,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OSL-1.0.html#licenseText",
+ Name = "Open Software License 1.0",
+ OsiApproved = true,
+ SPDX = "OSL-1.0"
+ },
+ new
+ {
+ Id = 281,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OSL-1.1.html#licenseText",
+ Name = "Open Software License 1.1",
+ OsiApproved = false,
+ SPDX = "OSL-1.1"
+ },
+ new
+ {
+ Id = 282,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OSL-2.0.html#licenseText",
+ Name = "Open Software License 2.0",
+ OsiApproved = true,
+ SPDX = "OSL-2.0"
+ },
+ new
+ {
+ Id = 283,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OSL-2.1.html#licenseText",
+ Name = "Open Software License 2.1",
+ OsiApproved = true,
+ SPDX = "OSL-2.1"
+ },
+ new
+ {
+ Id = 284,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/OSL-3.0.html#licenseText",
+ Name = "Open Software License 3.0",
+ OsiApproved = true,
+ SPDX = "OSL-3.0"
+ },
+ new
+ {
+ Id = 285,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/PDDL-1.0.html#licenseText",
+ Name = "ODC Public Domain Dedication & License 1.0",
+ OsiApproved = false,
+ SPDX = "PDDL-1.0"
+ },
+ new
+ {
+ Id = 286,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/PHP-3.0.html#licenseText",
+ Name = "PHP License v3.0",
+ OsiApproved = true,
+ SPDX = "PHP-3.0"
+ },
+ new
+ {
+ Id = 287,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/PHP-3.01.html#licenseText",
+ Name = "PHP License v3.01",
+ OsiApproved = false,
+ SPDX = "PHP-3.01"
+ },
+ new
+ {
+ Id = 288,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Plexus.html#licenseText",
+ Name = "Plexus Classworlds License",
+ OsiApproved = false,
+ SPDX = "Plexus"
+ },
+ new
+ {
+ Id = 289,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/PostgreSQL.html#licenseText",
+ Name = "PostgreSQL License",
+ OsiApproved = true,
+ SPDX = "PostgreSQL"
+ },
+ new
+ {
+ Id = 290,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/psfrag.html#licenseText",
+ Name = "psfrag License",
+ OsiApproved = false,
+ SPDX = "psfrag"
+ },
+ new
+ {
+ Id = 291,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/psutils.html#licenseText",
+ Name = "psutils License",
+ OsiApproved = false,
+ SPDX = "psutils"
+ },
+ new
+ {
+ Id = 292,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Python-2.0.html#licenseText",
+ Name = "Python License 2.0",
+ OsiApproved = true,
+ SPDX = "Python-2.0"
+ },
+ new
+ {
+ Id = 293,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Qhull.html#licenseText",
+ Name = "Qhull License",
+ OsiApproved = false,
+ SPDX = "Qhull"
+ },
+ new
+ {
+ Id = 294,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/QPL-1.0.html#licenseText",
+ Name = "Q Public License 1.0",
+ OsiApproved = true,
+ SPDX = "QPL-1.0"
+ },
+ new
+ {
+ Id = 295,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Rdisc.html#licenseText",
+ Name = "Rdisc License",
+ OsiApproved = false,
+ SPDX = "Rdisc"
+ },
+ new
+ {
+ Id = 296,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/RHeCos-1.1.html#licenseText",
+ Name = "Red Hat eCos Public License v1.1",
+ OsiApproved = false,
+ SPDX = "RHeCos-1.1"
+ },
+ new
+ {
+ Id = 297,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/RPL-1.1.html#licenseText",
+ Name = "Reciprocal Public License 1.1",
+ OsiApproved = true,
+ SPDX = "RPL-1.1"
+ },
+ new
+ {
+ Id = 298,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/RPL-1.5.html#licenseText",
+ Name = "Reciprocal Public License 1.5",
+ OsiApproved = true,
+ SPDX = "RPL-1.5"
+ },
+ new
+ {
+ Id = 299,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/RPSL-1.0.html#licenseText",
+ Name = "RealNetworks Public Source License v1.0",
+ OsiApproved = true,
+ SPDX = "RPSL-1.0"
+ },
+ new
+ {
+ Id = 300,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/RSA-MD.html#licenseText",
+ Name = "RSA Message-Digest License",
+ OsiApproved = false,
+ SPDX = "RSA-MD"
+ },
+ new
+ {
+ Id = 301,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/RSCPL.html#licenseText",
+ Name = "Ricoh Source Code Public License",
+ OsiApproved = true,
+ SPDX = "RSCPL"
+ },
+ new
+ {
+ Id = 302,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Ruby.html#licenseText",
+ Name = "Ruby License",
+ OsiApproved = false,
+ SPDX = "Ruby"
+ },
+ new
+ {
+ Id = 303,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SAX-PD.html#licenseText",
+ Name = "Sax Public Domain Notice",
+ OsiApproved = false,
+ SPDX = "SAX-PD"
+ },
+ new
+ {
+ Id = 304,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Saxpath.html#licenseText",
+ Name = "Saxpath License",
+ OsiApproved = false,
+ SPDX = "Saxpath"
+ },
+ new
+ {
+ Id = 305,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SCEA.html#licenseText",
+ Name = "SCEA Shared Source License",
+ OsiApproved = false,
+ SPDX = "SCEA"
+ },
+ new
+ {
+ Id = 306,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Sendmail.html#licenseText",
+ Name = "Sendmail License",
+ OsiApproved = false,
+ SPDX = "Sendmail"
+ },
+ new
+ {
+ Id = 307,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Sendmail-8.23.html#licenseText",
+ Name = "Sendmail License 8.23",
+ OsiApproved = false,
+ SPDX = "Sendmail-8.23"
+ },
+ new
+ {
+ Id = 308,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SGI-B-1.0.html#licenseText",
+ Name = "SGI Free Software License B v1.0",
+ OsiApproved = false,
+ SPDX = "SGI-B-1.0"
+ },
+ new
+ {
+ Id = 309,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SGI-B-1.1.html#licenseText",
+ Name = "SGI Free Software License B v1.1",
+ OsiApproved = false,
+ SPDX = "SGI-B-1.1"
+ },
+ new
+ {
+ Id = 310,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/SGI-B-2.0.html#licenseText",
+ Name = "SGI Free Software License B v2.0",
+ OsiApproved = false,
+ SPDX = "SGI-B-2.0"
+ },
+ new
+ {
+ Id = 311,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SimPL-2.0.html#licenseText",
+ Name = "Simple Public License 2.0",
+ OsiApproved = true,
+ SPDX = "SimPL-2.0"
+ },
+ new
+ {
+ Id = 312,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/SISSL.html#licenseText",
+ Name = "Sun Industry Standards Source License v1.1",
+ OsiApproved = true,
+ SPDX = "SISSL"
+ },
+ new
+ {
+ Id = 313,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SISSL-1.2.html#licenseText",
+ Name = "Sun Industry Standards Source License v1.2",
+ OsiApproved = false,
+ SPDX = "SISSL-1.2"
+ },
+ new
+ {
+ Id = 314,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Sleepycat.html#licenseText",
+ Name = "Sleepycat License",
+ OsiApproved = true,
+ SPDX = "Sleepycat"
+ },
+ new
+ {
+ Id = 315,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/SMLNJ.html#licenseText",
+ Name = "Standard ML of New Jersey License",
+ OsiApproved = false,
+ SPDX = "SMLNJ"
+ },
+ new
+ {
+ Id = 316,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SMPPL.html#licenseText",
+ Name = "Secure Messaging Protocol Public License",
+ OsiApproved = false,
+ SPDX = "SMPPL"
+ },
+ new
+ {
+ Id = 317,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SNIA.html#licenseText",
+ Name = "SNIA Public License 1.1",
+ OsiApproved = false,
+ SPDX = "SNIA"
+ },
+ new
+ {
+ Id = 318,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Spencer-86.html#licenseText",
+ Name = "Spencer License 86",
+ OsiApproved = false,
+ SPDX = "Spencer-86"
+ },
+ new
+ {
+ Id = 319,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Spencer-94.html#licenseText",
+ Name = "Spencer License 94",
+ OsiApproved = false,
+ SPDX = "Spencer-94"
+ },
+ new
+ {
+ Id = 320,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Spencer-99.html#licenseText",
+ Name = "Spencer License 99",
+ OsiApproved = false,
+ SPDX = "Spencer-99"
+ },
+ new
+ {
+ Id = 321,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/SPL-1.0.html#licenseText",
+ Name = "Sun Public License v1.0",
+ OsiApproved = true,
+ SPDX = "SPL-1.0"
+ },
+ new
+ {
+ Id = 322,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SugarCRM-1.1.3.html#licenseText",
+ Name = "SugarCRM Public License v1.1.3",
+ OsiApproved = false,
+ SPDX = "SugarCRM-1.1.3"
+ },
+ new
+ {
+ Id = 323,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/SWL.html#licenseText",
+ Name = "Scheme Widget Library (SWL) Software License Agreement",
+ OsiApproved = false,
+ SPDX = "SWL"
+ },
+ new
+ {
+ Id = 324,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/TAPR-OHL-1.0.html#licenseText",
+ Name = "TAPR Open Hardware License v1.0",
+ OsiApproved = false,
+ SPDX = "TAPR-OHL-1.0"
+ },
+ new
+ {
+ Id = 325,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/TCL.html#licenseText",
+ Name = "TCL/TK License",
+ OsiApproved = false,
+ SPDX = "TCL"
+ },
+ new
+ {
+ Id = 326,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/TCP-wrappers.html#licenseText",
+ Name = "TCP Wrappers License",
+ OsiApproved = false,
+ SPDX = "TCP-wrappers"
+ },
+ new
+ {
+ Id = 327,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/TMate.html#licenseText",
+ Name = "TMate Open Source License",
+ OsiApproved = false,
+ SPDX = "TMate"
+ },
+ new
+ {
+ Id = 328,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/TORQUE-1.1.html#licenseText",
+ Name = "TORQUE v2.5+ Software License v1.1",
+ OsiApproved = false,
+ SPDX = "TORQUE-1.1"
+ },
+ new
+ {
+ Id = 329,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/TOSL.html#licenseText",
+ Name = "Trusster Open Source License",
+ OsiApproved = false,
+ SPDX = "TOSL"
+ },
+ new
+ {
+ Id = 330,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/TU-Berlin-1.0.html#licenseText",
+ Name = "Technische Universitaet Berlin License 1.0",
+ OsiApproved = false,
+ SPDX = "TU-Berlin-1.0"
+ },
+ new
+ {
+ Id = 331,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/TU-Berlin-2.0.html#licenseText",
+ Name = "Technische Universitaet Berlin License 2.0",
+ OsiApproved = false,
+ SPDX = "TU-Berlin-2.0"
+ },
+ new
+ {
+ Id = 332,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Unicode-DFS-2015.html#licenseText",
+ Name = "Unicode License Agreement - Data Files and Software (2015)",
+ OsiApproved = false,
+ SPDX = "Unicode-DFS-2015"
+ },
+ new
+ {
+ Id = 333,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Unicode-DFS-2016.html#licenseText",
+ Name = "Unicode License Agreement - Data Files and Software (2016)",
+ OsiApproved = false,
+ SPDX = "Unicode-DFS-2016"
+ },
+ new
+ {
+ Id = 334,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Unicode-TOU.html#licenseText",
+ Name = "Unicode Terms of Use",
+ OsiApproved = false,
+ SPDX = "Unicode-TOU"
+ },
+ new
+ {
+ Id = 335,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Unlicense.html#licenseText",
+ Name = "The Unlicense",
+ OsiApproved = false,
+ SPDX = "Unlicense"
+ },
+ new
+ {
+ Id = 336,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/UPL-1.0.html#licenseText",
+ Name = "Universal Permissive License v1.0",
+ OsiApproved = true,
+ SPDX = "UPL-1.0"
+ },
+ new
+ {
+ Id = 337,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Vim.html#licenseText",
+ Name = "Vim License",
+ OsiApproved = false,
+ SPDX = "Vim"
+ },
+ new
+ {
+ Id = 338,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/VOSTROM.html#licenseText",
+ Name = "VOSTROM Public License for Open Source",
+ OsiApproved = false,
+ SPDX = "VOSTROM"
+ },
+ new
+ {
+ Id = 339,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/VSL-1.0.html#licenseText",
+ Name = "Vovida Software License v1.0",
+ OsiApproved = true,
+ SPDX = "VSL-1.0"
+ },
+ new
+ {
+ Id = 340,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/W3C.html#licenseText",
+ Name = "W3C Software Notice and License (2002-12-31)",
+ OsiApproved = true,
+ SPDX = "W3C"
+ },
+ new
+ {
+ Id = 341,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/W3C-19980720.html#licenseText",
+ Name = "W3C Software Notice and License (1998-07-20)",
+ OsiApproved = false,
+ SPDX = "W3C-19980720"
+ },
+ new
+ {
+ Id = 342,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/W3C-20150513.html#licenseText",
+ Name = "W3C Software Notice and Document License (2015-05-13)",
+ OsiApproved = false,
+ SPDX = "W3C-20150513"
+ },
+ new
+ {
+ Id = 343,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Watcom-1.0.html#licenseText",
+ Name = "Sybase Open Watcom Public License 1.0",
+ OsiApproved = true,
+ SPDX = "Watcom-1.0"
+ },
+ new
+ {
+ Id = 344,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Wsuipa.html#licenseText",
+ Name = "Wsuipa License",
+ OsiApproved = false,
+ SPDX = "Wsuipa"
+ },
+ new
+ {
+ Id = 345,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/WTFPL.html#licenseText",
+ Name = "Do What The F*ck You Want To Public License",
+ OsiApproved = false,
+ SPDX = "WTFPL"
+ },
+ new
+ {
+ Id = 346,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/X11.html#licenseText",
+ Name = "X11 License",
+ OsiApproved = false,
+ SPDX = "X11"
+ },
+ new
+ {
+ Id = 347,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Xerox.html#licenseText",
+ Name = "Xerox License",
+ OsiApproved = false,
+ SPDX = "Xerox"
+ },
+ new
+ {
+ Id = 348,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/XFree86-1.1.html#licenseText",
+ Name = "XFree86 License 1.1",
+ OsiApproved = false,
+ SPDX = "XFree86-1.1"
+ },
+ new
+ {
+ Id = 349,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/xinetd.html#licenseText",
+ Name = "xinetd License",
+ OsiApproved = false,
+ SPDX = "xinetd"
+ },
+ new
+ {
+ Id = 350,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Xnet.html#licenseText",
+ Name = "X.Net License",
+ OsiApproved = true,
+ SPDX = "Xnet"
+ },
+ new
+ {
+ Id = 351,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/xpp.html#licenseText",
+ Name = "XPP License",
+ OsiApproved = false,
+ SPDX = "xpp"
+ },
+ new
+ {
+ Id = 352,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/XSkat.html#licenseText",
+ Name = "XSkat License",
+ OsiApproved = false,
+ SPDX = "XSkat"
+ },
+ new
+ {
+ Id = 353,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/YPL-1.0.html#licenseText",
+ Name = "Yahoo! Public License v1.0",
+ OsiApproved = false,
+ SPDX = "YPL-1.0"
+ },
+ new
+ {
+ Id = 354,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/YPL-1.1.html#licenseText",
+ Name = "Yahoo! Public License v1.1",
+ OsiApproved = false,
+ SPDX = "YPL-1.1"
+ },
+ new
+ {
+ Id = 355,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Zed.html#licenseText",
+ Name = "Zed License",
+ OsiApproved = false,
+ SPDX = "Zed"
+ },
+ new
+ {
+ Id = 356,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Zend-2.0.html#licenseText",
+ Name = "Zend License v2.0",
+ OsiApproved = false,
+ SPDX = "Zend-2.0"
+ },
+ new
+ {
+ Id = 357,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Zimbra-1.3.html#licenseText",
+ Name = "Zimbra Public License v1.3",
+ OsiApproved = false,
+ SPDX = "Zimbra-1.3"
+ },
+ new
+ {
+ Id = 358,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/Zimbra-1.4.html#licenseText",
+ Name = "Zimbra Public License v1.4",
+ OsiApproved = false,
+ SPDX = "Zimbra-1.4"
+ },
+ new
+ {
+ Id = 359,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/Zlib.html#licenseText",
+ Name = "zlib License",
+ OsiApproved = true,
+ SPDX = "Zlib"
+ },
+ new
+ {
+ Id = 360,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/zlib-acknowledgement.html#licenseText",
+ Name = "zlib/libpng License with Acknowledgement",
+ OsiApproved = false,
+ SPDX = "zlib-acknowledgement"
+ },
+ new
+ {
+ Id = 361,
+ FsfApproved = false,
+ Link = "https://spdx.org/licenses/ZPL-1.1.html#licenseText",
+ Name = "Zope Public License 1.1",
+ OsiApproved = false,
+ SPDX = "ZPL-1.1"
+ },
+ new
+ {
+ Id = 362,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/ZPL-2.0.html#licenseText",
+ Name = "Zope Public License 2.0",
+ OsiApproved = true,
+ SPDX = "ZPL-2.0"
+ },
+ new
+ {
+ Id = 363,
+ FsfApproved = true,
+ Link = "https://spdx.org/licenses/ZPL-2.1.html#licenseText",
+ Name = "Zope Public License 2.1",
+ OsiApproved = false,
+ SPDX = "ZPL-2.1"
+ });
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Log", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Browser")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("browser")
+ .HasColumnType("char(128)")
+ .HasDefaultValueSql("''");
+
+ b.Property("Date")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("date")
+ .HasColumnType("char(20)")
+ .HasDefaultValueSql("''");
+
+ b.Property("Ip")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("ip")
+ .HasColumnType("char(16)")
+ .HasDefaultValueSql("''");
+
+ b.Property("Referer")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("referer")
+ .HasColumnType("char(255)")
+ .HasDefaultValueSql("''");
+
+ b.HasKey("Id");
+
+ b.HasIndex("Browser")
+ .HasName("idx_log_browser");
+
+ b.HasIndex("Date")
+ .HasName("idx_log_date");
+
+ b.HasIndex("Ip")
+ .HasName("idx_log_ip");
+
+ b.HasIndex("Referer")
+ .HasName("idx_log_referer");
+
+ b.ToTable("log");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Machine", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("CompanyId")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("company")
+ .HasColumnType("int(11)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("FamilyId")
+ .HasColumnName("family")
+ .HasColumnType("int(11)");
+
+ b.Property("Introduced")
+ .HasColumnName("introduced")
+ .HasColumnType("datetime");
+
+ b.Property("Model")
+ .HasColumnName("model")
+ .HasColumnType("varchar(50)")
+ .HasMaxLength(50);
+
+ b.Property("Name")
+ .IsRequired()
+ .HasColumnName("name")
+ .HasColumnType("varchar(255)")
+ .HasMaxLength(255);
+
+ b.Property("Type")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("type")
+ .HasColumnType("int(11)")
+ .HasDefaultValueSql("'0'");
+
+ b.HasKey("Id");
+
+ b.HasIndex("CompanyId")
+ .HasName("idx_machines_company");
+
+ b.HasIndex("FamilyId")
+ .HasName("idx_machines_family");
+
+ b.HasIndex("Introduced")
+ .HasName("idx_machines_introduced");
+
+ b.HasIndex("Model")
+ .HasName("idx_machines_model");
+
+ b.HasIndex("Name")
+ .HasName("idx_machines_name");
+
+ b.HasIndex("Type")
+ .HasName("idx_machines_type");
+
+ b.ToTable("machines");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.MachineFamily", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("CompanyId")
+ .HasColumnName("company")
+ .HasColumnType("int(11)");
+
+ b.Property("Name")
+ .IsRequired()
+ .HasColumnName("name")
+ .HasColumnType("varchar(255)")
+ .HasMaxLength(255);
+
+ b.HasKey("Id");
+
+ b.HasIndex("CompanyId")
+ .HasName("idx_machine_families_company");
+
+ b.HasIndex("Name")
+ .HasName("idx_machine_families_name");
+
+ b.ToTable("machine_families");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.MachinePhoto", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("Author");
+
+ b.Property("CameraManufacturer");
+
+ b.Property("CameraModel");
+
+ b.Property("ColorSpace");
+
+ b.Property("Comments");
+
+ b.Property("Contrast");
+
+ b.Property("CreationDate");
+
+ b.Property("DigitalZoomRatio");
+
+ b.Property("ExifVersion");
+
+ b.Property("Exposure");
+
+ b.Property("ExposureMethod");
+
+ b.Property("ExposureProgram");
+
+ b.Property("Flash");
+
+ b.Property("Focal");
+
+ b.Property("FocalLength");
+
+ b.Property("FocalLengthEquivalent");
+
+ b.Property("HorizontalResolution");
+
+ b.Property("IsoRating");
+
+ b.Property("Lens");
+
+ b.Property("LicenseId");
+
+ b.Property("LightSource");
+
+ b.Property("MachineId");
+
+ b.Property("MeteringMode");
+
+ b.Property("Orientation");
+
+ b.Property("ResolutionUnit");
+
+ b.Property("Saturation");
+
+ b.Property("SceneCaptureType");
+
+ b.Property("SensingMethod");
+
+ b.Property("Sharpness");
+
+ b.Property("SoftwareUsed");
+
+ b.Property("Source");
+
+ b.Property("SubjectDistanceRange");
+
+ b.Property("UploadDate")
+ .IsConcurrencyToken()
+ .ValueGeneratedOnAddOrUpdate();
+
+ b.Property("UserId");
+
+ b.Property("VerticalResolution");
+
+ b.Property("WhiteBalance");
+
+ b.HasKey("Id");
+
+ b.HasIndex("Author");
+
+ b.HasIndex("CameraManufacturer");
+
+ b.HasIndex("CameraModel");
+
+ b.HasIndex("ColorSpace");
+
+ b.HasIndex("Comments");
+
+ b.HasIndex("Contrast");
+
+ b.HasIndex("CreationDate");
+
+ b.HasIndex("DigitalZoomRatio");
+
+ b.HasIndex("ExifVersion");
+
+ b.HasIndex("Exposure");
+
+ b.HasIndex("ExposureMethod");
+
+ b.HasIndex("ExposureProgram");
+
+ b.HasIndex("Flash");
+
+ b.HasIndex("Focal");
+
+ b.HasIndex("FocalLength");
+
+ b.HasIndex("FocalLengthEquivalent");
+
+ b.HasIndex("HorizontalResolution");
+
+ b.HasIndex("IsoRating");
+
+ b.HasIndex("Lens");
+
+ b.HasIndex("LicenseId");
+
+ b.HasIndex("LightSource");
+
+ b.HasIndex("MachineId");
+
+ b.HasIndex("MeteringMode");
+
+ b.HasIndex("Orientation");
+
+ b.HasIndex("ResolutionUnit");
+
+ b.HasIndex("Saturation");
+
+ b.HasIndex("SceneCaptureType");
+
+ b.HasIndex("SensingMethod");
+
+ b.HasIndex("Sharpness");
+
+ b.HasIndex("SoftwareUsed");
+
+ b.HasIndex("SubjectDistanceRange");
+
+ b.HasIndex("UploadDate");
+
+ b.HasIndex("UserId");
+
+ b.HasIndex("VerticalResolution");
+
+ b.HasIndex("WhiteBalance");
+
+ b.ToTable("MachinePhotos");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.MemoryByMachine", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("bigint(20)");
+
+ b.Property("MachineId")
+ .HasColumnName("machine")
+ .HasColumnType("int(11)");
+
+ b.Property("Size")
+ .HasColumnName("size")
+ .HasColumnType("bigint(20)");
+
+ b.Property("Speed")
+ .HasColumnName("speed");
+
+ b.Property("Type")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("type")
+ .HasColumnType("int(11)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Usage")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("usage")
+ .HasColumnType("int(11)")
+ .HasDefaultValueSql("'0'");
+
+ b.HasKey("Id");
+
+ b.HasIndex("MachineId")
+ .HasName("idx_memory_by_machine_machine");
+
+ b.HasIndex("Size")
+ .HasName("idx_memory_by_machine_size");
+
+ b.HasIndex("Speed")
+ .HasName("idx_memory_by_machine_speed");
+
+ b.HasIndex("Type")
+ .HasName("idx_memory_by_machine_type");
+
+ b.HasIndex("Usage")
+ .HasName("idx_memory_by_machine_usage");
+
+ b.ToTable("memory_by_machine");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.MemoryByOwnedMachine", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("OwnedMachineId");
+
+ b.Property("Size");
+
+ b.Property("Speed");
+
+ b.Property("Type");
+
+ b.Property("Usage");
+
+ b.HasKey("Id");
+
+ b.HasIndex("OwnedMachineId");
+
+ b.HasIndex("Size");
+
+ b.HasIndex("Speed");
+
+ b.HasIndex("Type");
+
+ b.HasIndex("Usage");
+
+ b.ToTable("MemoryByOwnedMachine");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.MoneyDonation", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Donator")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("donator")
+ .HasColumnType("char(128)")
+ .HasDefaultValueSql("''");
+
+ b.Property("Quantity")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("quantity")
+ .HasColumnType("decimal(11,2)")
+ .HasDefaultValueSql("'0.00'");
+
+ b.HasKey("Id");
+
+ b.HasIndex("Donator")
+ .HasName("idx_money_donations_donator");
+
+ b.HasIndex("Quantity")
+ .HasName("idx_money_donations_quantity");
+
+ b.ToTable("money_donations");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.News", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("AddedId")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("added_id")
+ .HasColumnType("int(11)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Date")
+ .HasColumnName("date")
+ .HasColumnType("datetime");
+
+ b.Property("Type")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("type")
+ .HasColumnType("int(11)")
+ .HasDefaultValueSql("'0'");
+
+ b.HasKey("Id");
+
+ b.HasIndex("AddedId")
+ .HasName("idx_news_ip");
+
+ b.HasIndex("Date")
+ .HasName("idx_news_date");
+
+ b.HasIndex("Type")
+ .HasName("idx_news_type");
+
+ b.ToTable("news");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.OwnedMachine", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("AcquisitionDate");
+
+ b.Property("Boxed");
+
+ b.Property("LastStatusDate");
+
+ b.Property("LostDate");
+
+ b.Property("MachineId");
+
+ b.Property("Manuals");
+
+ b.Property("SerialNumber");
+
+ b.Property("SerialNumberVisible")
+ .ValueGeneratedOnAdd()
+ .HasDefaultValue(true);
+
+ b.Property("Status");
+
+ b.Property("Trade");
+
+ b.Property("UserId");
+
+ b.HasKey("Id");
+
+ b.HasIndex("AcquisitionDate");
+
+ b.HasIndex("Boxed");
+
+ b.HasIndex("LastStatusDate");
+
+ b.HasIndex("LostDate");
+
+ b.HasIndex("MachineId");
+
+ b.HasIndex("Manuals");
+
+ b.HasIndex("SerialNumber");
+
+ b.HasIndex("SerialNumberVisible");
+
+ b.HasIndex("Status");
+
+ b.HasIndex("Trade");
+
+ b.HasIndex("UserId");
+
+ b.ToTable("OwnedMachines");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.OwnedMachinePhoto", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("Author");
+
+ b.Property("CameraManufacturer");
+
+ b.Property("CameraModel");
+
+ b.Property("ColorSpace");
+
+ b.Property("Comments");
+
+ b.Property("Contrast");
+
+ b.Property("CreationDate");
+
+ b.Property("DigitalZoomRatio");
+
+ b.Property("ExifVersion");
+
+ b.Property("Exposure");
+
+ b.Property("ExposureMethod");
+
+ b.Property("ExposureProgram");
+
+ b.Property("Flash");
+
+ b.Property("Focal");
+
+ b.Property("FocalLength");
+
+ b.Property("FocalLengthEquivalent");
+
+ b.Property("HorizontalResolution");
+
+ b.Property("IsoRating");
+
+ b.Property("Lens");
+
+ b.Property("LicenseId");
+
+ b.Property("LightSource");
+
+ b.Property("MeteringMode");
+
+ b.Property("Orientation");
+
+ b.Property("OwnedMachineId");
+
+ b.Property("ResolutionUnit");
+
+ b.Property("Saturation");
+
+ b.Property("SceneCaptureType");
+
+ b.Property("SensingMethod");
+
+ b.Property("Sharpness");
+
+ b.Property("SoftwareUsed");
+
+ b.Property("SubjectDistanceRange");
+
+ b.Property("UploadDate")
+ .IsConcurrencyToken()
+ .ValueGeneratedOnAddOrUpdate();
+
+ b.Property("UserId");
+
+ b.Property("VerticalResolution");
+
+ b.Property("WhiteBalance");
+
+ b.HasKey("Id");
+
+ b.HasIndex("Author");
+
+ b.HasIndex("CameraManufacturer");
+
+ b.HasIndex("CameraModel");
+
+ b.HasIndex("ColorSpace");
+
+ b.HasIndex("Comments");
+
+ b.HasIndex("Contrast");
+
+ b.HasIndex("CreationDate");
+
+ b.HasIndex("DigitalZoomRatio");
+
+ b.HasIndex("ExifVersion");
+
+ b.HasIndex("Exposure");
+
+ b.HasIndex("ExposureMethod");
+
+ b.HasIndex("ExposureProgram");
+
+ b.HasIndex("Flash");
+
+ b.HasIndex("Focal");
+
+ b.HasIndex("FocalLength");
+
+ b.HasIndex("FocalLengthEquivalent");
+
+ b.HasIndex("HorizontalResolution");
+
+ b.HasIndex("IsoRating");
+
+ b.HasIndex("Lens");
+
+ b.HasIndex("LicenseId");
+
+ b.HasIndex("LightSource");
+
+ b.HasIndex("MeteringMode");
+
+ b.HasIndex("Orientation");
+
+ b.HasIndex("OwnedMachineId");
+
+ b.HasIndex("ResolutionUnit");
+
+ b.HasIndex("Saturation");
+
+ b.HasIndex("SceneCaptureType");
+
+ b.HasIndex("SensingMethod");
+
+ b.HasIndex("Sharpness");
+
+ b.HasIndex("SoftwareUsed");
+
+ b.HasIndex("SubjectDistanceRange");
+
+ b.HasIndex("UploadDate");
+
+ b.HasIndex("UserId");
+
+ b.HasIndex("VerticalResolution");
+
+ b.HasIndex("WhiteBalance");
+
+ b.ToTable("OwnedMachinePhotos");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Person", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("BirthDate");
+
+ b.Property("CountryOfBirthId");
+
+ b.Property("DeathDate");
+
+ b.Property("Facebook");
+
+ b.Property("Name")
+ .IsRequired();
+
+ b.Property("Photo");
+
+ b.Property("Surname")
+ .IsRequired();
+
+ b.Property("Twitter");
+
+ b.Property("Webpage");
+
+ b.HasKey("Id");
+
+ b.HasIndex("BirthDate");
+
+ b.HasIndex("CountryOfBirthId");
+
+ b.HasIndex("DeathDate");
+
+ b.HasIndex("Facebook");
+
+ b.HasIndex("Name");
+
+ b.HasIndex("Photo");
+
+ b.HasIndex("Surname");
+
+ b.HasIndex("Twitter");
+
+ b.HasIndex("Webpage");
+
+ b.ToTable("People");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Processor", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("AddrBus")
+ .HasColumnName("addr_bus")
+ .HasColumnType("int(11)");
+
+ b.Property("CompanyId")
+ .HasColumnName("company")
+ .HasColumnType("int(11)");
+
+ b.Property("Cores")
+ .HasColumnName("cores")
+ .HasColumnType("int(11)");
+
+ b.Property("DataBus")
+ .HasColumnName("data_bus")
+ .HasColumnType("int(11)");
+
+ b.Property("DieSize")
+ .HasColumnName("die_size");
+
+ b.Property("FprSize")
+ .HasColumnName("FPR_size")
+ .HasColumnType("int(11)");
+
+ b.Property("Fprs")
+ .HasColumnName("FPRs")
+ .HasColumnType("int(11)");
+
+ b.Property("GprSize")
+ .HasColumnName("GPR_size")
+ .HasColumnType("int(11)");
+
+ b.Property("Gprs")
+ .HasColumnName("GPRs")
+ .HasColumnType("int(11)");
+
+ b.Property("InstructionSetId")
+ .HasColumnName("instruction_set")
+ .HasColumnType("int(11)");
+
+ b.Property("Introduced")
+ .HasColumnName("introduced")
+ .HasColumnType("datetime");
+
+ b.Property("L1Data")
+ .HasColumnName("L1_data");
+
+ b.Property("L1Instruction")
+ .HasColumnName("L1_instruction");
+
+ b.Property("L2");
+
+ b.Property("L3");
+
+ b.Property("ModelCode")
+ .HasColumnName("model_code")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.Property("Name")
+ .IsRequired()
+ .ValueGeneratedOnAdd()
+ .HasColumnName("name")
+ .HasColumnType("char(50)")
+ .HasDefaultValueSql("''")
+ .HasMaxLength(50);
+
+ b.Property("Package")
+ .HasColumnName("package")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.Property("Process")
+ .HasColumnName("process")
+ .HasColumnType("varchar(45)")
+ .HasMaxLength(45);
+
+ b.Property("ProcessNm")
+ .HasColumnName("process_nm");
+
+ b.Property("SimdRegisters")
+ .HasColumnName("SIMD_registers")
+ .HasColumnType("int(11)");
+
+ b.Property("SimdSize")
+ .HasColumnName("SIMD_size")
+ .HasColumnType("int(11)");
+
+ b.Property("Speed")
+ .HasColumnName("speed");
+
+ b.Property("ThreadsPerCore")
+ .HasColumnName("threads_per_core")
+ .HasColumnType("int(11)");
+
+ b.Property("Transistors")
+ .HasColumnName("transistors")
+ .HasColumnType("bigint(20)");
+
+ b.HasKey("Id");
+
+ b.HasIndex("AddrBus")
+ .HasName("idx_processors_addr_bus");
+
+ b.HasIndex("CompanyId")
+ .HasName("idx_processors_company");
+
+ b.HasIndex("Cores")
+ .HasName("idx_processors_cores");
+
+ b.HasIndex("DataBus")
+ .HasName("idx_processors_data_bus");
+
+ b.HasIndex("DieSize")
+ .HasName("idx_processors_die_size");
+
+ b.HasIndex("FprSize")
+ .HasName("idx_processors_FPR_size");
+
+ b.HasIndex("Fprs")
+ .HasName("idx_processors_FPRs");
+
+ b.HasIndex("GprSize")
+ .HasName("idx_processors_GPR_size");
+
+ b.HasIndex("Gprs")
+ .HasName("idx_processors_GPRs");
+
+ b.HasIndex("InstructionSetId")
+ .HasName("idx_processors_instruction_set");
+
+ b.HasIndex("Introduced")
+ .HasName("idx_processors_introduced");
+
+ b.HasIndex("L1Data")
+ .HasName("idx_processors_L1_data");
+
+ b.HasIndex("L1Instruction")
+ .HasName("idx_processors_L1_instruction");
+
+ b.HasIndex("L2")
+ .HasName("idx_processors_L2");
+
+ b.HasIndex("L3")
+ .HasName("idx_processors_L3");
+
+ b.HasIndex("ModelCode")
+ .HasName("idx_processors_model_code");
+
+ b.HasIndex("Name")
+ .HasName("idx_processors_name");
+
+ b.HasIndex("Package")
+ .HasName("idx_processors_package");
+
+ b.HasIndex("Process")
+ .HasName("idx_processors_process");
+
+ b.HasIndex("ProcessNm")
+ .HasName("idx_processors_process_nm");
+
+ b.HasIndex("SimdRegisters")
+ .HasName("idx_processors_SIMD_registers");
+
+ b.HasIndex("SimdSize")
+ .HasName("idx_processors_SIMD_size");
+
+ b.HasIndex("Speed")
+ .HasName("idx_processors_speed");
+
+ b.HasIndex("ThreadsPerCore")
+ .HasName("idx_processors_threads_per_core");
+
+ b.HasIndex("Transistors")
+ .HasName("idx_processors_transistors");
+
+ b.ToTable("processors");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.ProcessorsByMachine", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("bigint(20)");
+
+ b.Property("MachineId")
+ .HasColumnName("machine")
+ .HasColumnType("int(11)");
+
+ b.Property("ProcessorId")
+ .HasColumnName("processor")
+ .HasColumnType("int(11)");
+
+ b.Property("Speed")
+ .HasColumnName("speed");
+
+ b.HasKey("Id");
+
+ b.HasIndex("MachineId")
+ .HasName("idx_processors_by_machine_machine");
+
+ b.HasIndex("ProcessorId")
+ .HasName("idx_processors_by_machine_processor");
+
+ b.HasIndex("Speed")
+ .HasName("idx_processors_by_machine_speed");
+
+ b.ToTable("processors_by_machine");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.ProcessorsByOwnedMachine", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd();
+
+ b.Property("OwnedMachineId");
+
+ b.Property("ProcessorId");
+
+ b.Property("Speed");
+
+ b.HasKey("Id");
+
+ b.HasIndex("OwnedMachineId");
+
+ b.HasIndex("ProcessorId");
+
+ b.HasIndex("Speed");
+
+ b.ToTable("ProcessorsByOwnedMachine");
+ });
+
+ modelBuilder.Entity("Cicm.Database.Models.Resolution", b =>
+ {
+ b.Property("Id")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("id")
+ .HasColumnType("int(11)");
+
+ b.Property("Chars")
+ .ValueGeneratedOnAdd()
+ .HasColumnName("chars")
+ .HasColumnType("tinyint(1)")
+ .HasDefaultValueSql("'0'");
+
+ b.Property("Colors")
+ .HasColumnName("colors")
+ .HasColumnType("bigint(20)");
+
+ b.Property("Grayscale");
+
+ b.Property