We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A JavaScript library for enable multiple languages for your web app.
You can install this by npm.
npm i langpack
And you can also insert the JavaScript bundled file by script tag into your web page directly and use LangPack namespace to access.
script
LangPack
Click here to read more.
LangPack help you to build a global web app or create a library with international supports.
Following are the key features that you can click to read more. The samples are written by Type Script by default in these documents.
You may need install gulp and tsc to build. Following is the command line to build this project including the source and test cases.
gulp
tsc
npm run-script build
You can run all test cases after building by following command line.
npm test
This project is MIT Licensed.
Please feel free to import this into your project. And you can also clone or fork the repository as you want.