[NSFW] Default language cannot be changed
-
I need to translate english to swedish and set as default language
you guys sent me this code to put it in footer.php
<script type="text/javascript">
?setTimeout(function(){
?if(localStorage.getItem("ChangeLanguageFirstTime") === null) {
? doGTranslate('en|sv');
? localStorage.setItem("ChangeLanguageFirstTime", true);
?}
? }, 3000);
?</script>but it didnt works
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 ‘[NSFW] Default language cannot be changed’ is closed to new replies.