# language-mapping-list **Repository Path**: mirrors_mozilla/language-mapping-list ## Basic Information - **Project Name**: language-mapping-list - **Description**: List of all the known languages in their English and Native name with locales - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README language-mapping-list ===================== List of all the known languages in their English and Native name with locales. There are over 200 languages available in the list. `$ npm install langmap` Usage: ``` var langmap = require("langmap"); "Native" => English (US) var native = langmap["en-US"]["nativeName"]; "Native" => ภาษาไทย var native = langmap["th"]["nativeName"]; "English" => Thai var native = langmap["th"]["englishName"]; ```