Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 658 Bytes

jquery-multilanguage

Cambia el idioma fácilmente sin redirigir a otra página.
Change the language of your webpage without redirect to another url.

Ejemplo / Example

<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.