We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256b54f commit ef0b87dCopy full SHA for ef0b87d
assets/WS_Service/LangService/lang.js
@@ -1,11 +1,11 @@
1
var lang = navigator.language;
2
if (lang.startsWith("tr"))
3
{
4
- document.location.href = "/WS_Pages/TR/";
+ document.location.href = "/WS_Pages/TR/mainpage.html";
5
}
6
else if (lang.startsWith("en"))
7
8
- document.location.href = "/WS_Pages/EN/";
+ document.location.href = "/WS_Pages/EN/mainpage.html";
9
10
else if (lang != "en-EN" | lang != "en" | lang != "en_US" | lang != "en-US" | lang != "tr-TR" | lang != "tr" | lang != "tr_TR")
11
0 commit comments