This project is based on Web Components, for multiple language support in the website. It is very simple to use.
Use the package manager npm to install web-multi-lang-support.
npm install web-multi-lang-support
Include "/node_modules/web-multi-lang-support/dist/web-multi-lang-support.js"
in your HTML File or in angular.json file.
https://unpkg.com/web-multi-lang-support@1.0.1/dist/web-multi-lang-support.js
Now you can easily include the script tag in your html file.
<script src="https://unpkg.com/web-multi-lang-support@1.0.1/dist/web-multi-lang-support.js"></script>
- Default Translator Option.
<web-multi-lang-support></web-multi-lang-support>
- Customized Translator Option
<web-multi-lang-support style="color:white;background:black"></web-multi-lang-support>
You can use any applicable style for a dropdown.
- Vicky Kumar - Vicky Kumar - GitHub
This project is licensed under the MIT License - see the LICENSE file for details