iso-639-2-english

List of iso-639-2 languages in English.


Keywords
iso, iso-639-2, languages, english, iso639, iso639-2
License
Apache-2.0
Install
npm install iso-639-2-english@1.2.0

Documentation

List of ISO-639-2 languages

npm version renovate-app Known Vulnerabilities codecov travis

This library constains list of ISO-639-2 languages. It is simple object where key is code and value is english name of language. It is divited to 6 types - living, ancient, constructed, extinct, historical and other.

Source of languages is wikipedia https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes. Where was more names for languages, only the first was used. Years was scraped from names.

You can use package as npm module. Just install it:

npm install iso-639-2-english --save

and use it in you project:

var livingISO6392 = require('iso-639-2-english').living;
console.log(livingISO6392);

It can be also used with RequireJS, CommonJS, Browserify or Webpack.

Format

{
  "aar": "Afar",
  "abk": "Abkhazian",
  "ace": "Achinese",
  "ach": "Acoli",
  "ada": "Adangme",
  "ady": "Adyghe",
  "afr": "Afrikaans",
  "ain": "Ainu",
  "aka": "Akan",
  ...
}