Default language code
-
Hi, I am trying to solve an issue. I would like to have our site automatically translated from Finnish to English as default.
I purchased the paid version of GTranslate, but there was no answer for that. Then I got quite poor help from plugin customer service and finally some code to add but no instruction where to exactly place it… So help.<script>
if (!localStorage.getItem(“ChangeLanguageFirstTime”)) { document.cookie = ‘googtrans=/fi/en’; localStorage.setItem(“ChangeLanguageFirstTime”, true);} </script>
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Default language code’ is closed to new replies.