You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
488 B
32 lines
488 B
4 years ago
|
/**
|
||
|
* 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);
|
||
|
|
||
|
|
||
|
|
||
|
|