Cambia el idioma fácilmente sin redirigir a otra página.
Change the language of your webpage without redirect to another url.
<button class="lang" data-lang="es">Español</button>
<button class="lang" data-lang="en">English</button>
<label data-translate="HELLO_WORLD"></label>
El plugin mostrará el valor almacenado en la clave HELLO_WORLD del archivo lang.json del lenguaje seleccionado al hacer clic en el botón con clase "lang"
The plugin will show the value stored in the HELLO_WORLD key of your lang.json file. If you click in a class "lang" button or link, the language will be changed.