Irrelon / jquery-lang-js

i18n Allow instant language switching on HTML pages without reloading the page.
https://www.irrelon.com
362 stars 132 forks source link

Callback function on language changed ? #107

Closed wynterz closed 6 years ago

wynterz commented 6 years ago

Hi there. Is there any callback function after triggering window.lang.change() to change the language ? And when the new language code is stored into cookies ?

Irrelon commented 6 years ago

There are two events:

beforeUpdate afterUpdate

You should be able to hook them via lang.on()