switch(currentURLSplitted[3]) {
case 'it-it':
document.getElementById('privacy-policy-script-link').href = "https://www.iubenda.com/privacy-policy/85061810";
document.getElementById('privacy-policy-script-link').title = "Privacy Policy";
document.getElementById('privacy-policy-script-link').innerHTML = "Privacy Policy";
break;
case 'en-gb':
document.getElementById('privacy-policy-script-link').href = "https://www.iubenda.com/privacy-policy/82851310";
document.getElementById('privacy-policy-script-link').title = "Privacy Policy";
document.getElementById('privacy-policy-script-link').innerHTML = "Privacy Policy";
break;
case 'fr-fr':
document.getElementById('privacy-policy-script-link').href = "https://www.iubenda.com/privacy-policy/50438201";
document.getElementById('privacy-policy-script-link').title = "Politique de confidentialité";
document.getElementById('privacy-policy-script-link').innerHTML = "Politique de confidentialité";
break;
case 'de-de':
document.getElementById('privacy-policy-script-link').href = "https://www.iubenda.com/privacy-policy/79332810";
document.getElementById('privacy-policy-script-link').title = "Datenschutzerklärung";
document.getElementById('privacy-policy-script-link').innerHTML = "Datenschutzerklärung";
break;
case 'ru-ru':
document.getElementById('privacy-policy-script-link').href = "https://www.iubenda.com/privacy-policy/50475082";
document.getElementById('privacy-policy-script-link').title = "Политика конфиденциальности";
document.getElementById('privacy-policy-script-link').innerHTML = "Политика конфиденциальности";
break;
case 'es-es':
document.getElementById('privacy-policy-script-link').href = "https://www.iubenda.com/privacy-policy/55583620";
document.getElementById('privacy-policy-script-link').title = "Política de Privacidad";
document.getElementById('privacy-policy-script-link').innerHTML = "Política de Privacidad";
break;
}