Skip to content

List of all the known languages in their English and Native name with locales

License

Notifications You must be signed in to change notification settings

berstend/language-mapping-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

List of all the known languages in their English and Native name with locales

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%