function forwardToLang() {
    var url = document.getElementById("changeLanguage").value;
//    console.log(url);
    document.location.href = url;
}