langu-list

0.0.5 • Public • Published

langu-list

Map Stores ISO ISO 3166 language codes to language names and vice versa.

example

var languages = require('langu-list')();
 
console.log(languages.getLanguageName('sk_SK')); // Sinhala
console.log(languages.getLanguageCode('Sinhala')); // sk_SK

methods

Usage:

var languages = require('language-list')();

All input is case-insensitive.

getLanguageName(languageCode)

Expects the language code. Returns the language name for that language code. If not found, it returns undefined.

getLanguageCode(languageName)

Expects the language name. Returns the language code for that language. If not found, it returns undefined.

getLanguageNames()

Returns an array of all language names.

getLanguageCodes()

Returns an array of all language codes.

getData()

Returns an array of all language information, in the same format as it gets imported.

install

npm i langu-list

license

BSD

Package Sidebar

Install

npm i langu-list

Weekly Downloads

1

Version

0.0.5

License

BSD

Unpacked Size

17.7 kB

Total Files

10

Last publish

Collaborators

  • rumesh