coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

problem with multiplie language pack loading #64

Open mehrjouei opened 8 years ago

mehrjouei commented 8 years ago

I have this code: var opts1 = {language: languageValue, pathPrefix: "/webapp/views/utility/resources/langs"}; $("[data-localize]") .localize("user", opts1) .localize("member", opts1) .localize("etcItem", opts1); }); but just last pack always loaded.files are together and exist.but always last .localize Line load every time. what is the matter????