Language Name
Simple getter for language names in its language (backed by a script that dumps data direct from the CLDR).
Install
npm i language-name --save
Usage
; // languageName( LANGUAGE SUBTAG ); // United States; // Deutsch; // 日本語
Contributing
Pull requests are always welcome.