web-multi-lang-support
v1.0.1
Published
Provides multiple language support option in your website.
Downloads
50
Maintainers
Readme
Web Multiple Language Support
This project is based on Web Components, for multiple language support in the website. It is very simple to use.
Installation
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.
CDN Link
https://unpkg.com/[email protected]/dist/web-multi-lang-support.js Now you can easily include the script tag in your html file.
<script src="https://unpkg.com/[email protected]/dist/web-multi-lang-support.js"></script>
Usage
- 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.
Authors
- Vicky Kumar - Vicky Kumar - GitHub
License
This project is licensed under the MIT License - see the LICENSE file for details