Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<a id="url-click">google</a>
<script>
$("body").on('click', '#url-click', function(event) {
event.preventDefault();
Cookies.set('name', 'value');
location.href = "http://google.ru"
});
</script>
Язык определяете вот так:И еще вопрос, можно ли как-то сделать мгновенную переадресацию с помощью JS на тот язык, который в браузере при первом заходе на сайт?
var lang = window.navigator.language || navigator.userLanguage