Set translation as default language
-
Hi guys,
Is there any chance I can set translation as the default language served to guests and logged-in users?
Currently, we have to click on the switcher which is not something I am interested in.
Your team via email advised me to use the script which I have attached below, however, it is not working.
<script type="text/javascript"> setTimeout(function(){ if(localStorage.getItem("ChangeLanguageFirstTime") === null) { doGTranslate('en|es'); localStorage.setItem("ChangeLanguageFirstTime", true); } }, 3000); </script>The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Set translation as default language’ is closed to new replies.