/** * This script is designed to switch language in the pop up window. * outated but can be used in the future. * */ var ger = null; var eng = null; /** * This function loads english and german for the plugin * */ function loadLang(lang) { let tmp_lang = JSON.prase(); } function changeLang(lang){ let tmp_lang = JSON.prase(data_eng); $("#tab_cookie").text(tmp_lang.tab_cookie); $("#tab_dsgvo").text(tmp_lang.tab_dsgvo); $("#tab_more").text(tmp_lang.tab_more);