cratie+lang btn

This commit is contained in:
2017-09-23 02:20:38 +02:00
parent dadea41eea
commit e95d8faa84
8 changed files with 98 additions and 13 deletions

View File

@ -5,4 +5,7 @@ var notifClick =
.fail(function() {})
.always(function() {});
}
};
};
var setUiCult = function(lngspec) {
document.cookie = 'ASPNET_CULTURE=c=' + lngspec + '|uic=' + lngspec;
};