Plugin Author
edo888
(@edo888)
Thread Starter
prabhu
(@jai6358)
i added the this script in header still website loaded in english not japanese
<script>
if(localStorage.getItem("ChangeLanguageFirstTime") === null) {
document.cookie = 'googtrans=/en/ja';
localStorage.setItem("ChangeLanguageFirstTime", true);
}
</script>
-
This reply was modified 1 month, 2 weeks ago by
prabhu.
Plugin Author
edo888
(@edo888)
Hi,
Please provide a link to your website with the change present, so I can check it for you.
Thanks! 🙂
Thread Starter
prabhu
(@jai6358)
Plugin Author
edo888
(@edo888)
Hi,
It is working just fine. I have opened it and it showed English initially, but turned to Japanese automatically.
Make sure to make tests in incognito window. If it doesn’t work for you, check the browser console for errors.
Thanks! 🙂