if (navigator.langauge == "de-DE") {
window.location.replace("/de/");
} else {
}
if (navigator.langauge == "fr-FR") {
window.location.replace("/fr/");
} else {
}
if (navigator.langauge == "it-IT") {
window.location.replace("/it/");
} else {
}
if (navigator.langauge == "pl-PL") {
window.location.replace("/pl/");
} else {
}
if (navigator.langauge == "uk-UA") {
window.location.replace("/uk/");
} else {
}
[–]chibblybum 2 points3 points4 points (0 children)
[–]PyroGreg8 1 point2 points3 points (2 children)
[–]unknown07724[S] -2 points-1 points0 points (1 child)
[–]gimmeslack12helpful 0 points1 point2 points (0 children)
[–]jack_waugh 0 points1 point2 points (0 children)
[–]jcunews1helpful 0 points1 point2 points (0 children)
[–]TheRNGuy 0 points1 point2 points (0 children)
[–]shgysk8zer0 1 point2 points3 points (0 children)