langmap
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/langmap package

0.0.16 • Public • Published

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"];

/langmap/

    Package Sidebar

    Install

    npm i langmap

    Weekly Downloads

    15,073

    Version

    0.0.16

    License

    MPL-2.0

    Last publish

    Collaborators

    • aali
    • mozillafoundation