1.0.0 • Published 3 years ago

language-code v1.0.0

Weekly downloads
18
License
ISC
Repository
github
Last release
3 years ago

Language code

npm An interface with language codes following ISO 639-1 standard

Getting started

Install the package...

npm install language-code

Use in project:

import { languageCode } from 'language-code';
...

// Setting locale to English:
const locale = languageCode['en']
// or
const locale = languageCode.en

To be continued (..)

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago