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.
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.
- Localization - A set of tools to help you to set up the environment for globalization and localization.
You may need install gulp
and tsc
to build. Following is the command line to build this project including the source and test cases.
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.