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

Dynamic Language via JSONP #95

Closed SvenUlrich closed 7 years ago

SvenUlrich commented 7 years ago

Hello,

is it possible to use this call with jsonp : lang.dynamic('en', 'lang/en.json'); ? I have a REST Service running, which is serving the json but due to cross domain restriction i have to use jsonp.

e.g.: lang.dynamic('en', 'https://localhost:8443/language?lang=en');

Thanks in advance for your response.