

function setLocale(locale){
    document.cookie="locale="+locale;
    window.location.href=window.location;
}