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

Cookie error #75

Closed OxMarco closed 8 years ago

OxMarco commented 8 years ago

Using version 3.0.0

<script type="text/javascript">
// Instantiate the library
var lang = new Lang();

// Declare a dynamic language pack
lang.dynamic('zh', 'zh.json');

// Initialise the library
lang.init({
    defaultLang: 'en'
});
</script>

Safari gives:

ReferenceError: Can't find variable: Cookies init jquery-lang.js:86