jqueryTranslator icon indicating copy to clipboard operation
jqueryTranslator copied to clipboard

I have an error with forceLang

Open EminDemiri opened this issue 8 years ago • 0 comments

I am trying in various ways but putting forceLang the plugin does not perform most of the page translation.

this is my code : if(lang_salvata == '') $("[data-translate]").jqTranslate('', { defaultLang : "en", path : 'languages/index'}); else $("[data-translate]").jqTranslate('', { path : 'languages/index', forceLang : lang_salvata});

what am I doing wrong?

EminDemiri avatar Sep 03 '16 00:09 EminDemiri