Windows Language Code Identifier (LCID) for JavaScript
Module available through the npm registry. It can be installed using the npm
or yarn
command line tools.
# NPM
npm install windows-locale --save
# Or Using Yarn
yarn add windows-locale
const locale = require('windows-locale')
console.log(locale['pt-br'])
/*
{
language: 'Portuguese',
location: 'Brazil',
id: 1046,
tag: 'pt-BR',
version: 'ReleaseA'
}
*/
List of Languages
Get Windows Language Code Identifier (LCID) information
- language (String)
- location (String || Null)
- id (Number)
- tag (String)
- version (String)
NOTE: Source is winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-LCID/%5bMS-LCID%5d.pdf
None
- pdf2json: A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.