• Resolved Hemant Rathod

    (@hemantathod1590)


    Hello,
    I have problem to convert woocommerce from english to swdish. My website content in swdish but woocommerce is in english so want to convert woocommerce in swdish on load. I added below script in footer but its stop from today.

    <script type=”text/javascript”>
    setTimeout(function(){
    if(localStorage.getItem(“ChangeLanguageFirstTime”) === null) {
    doGTranslate(‘en|sv’);
    localStorage.setItem(“ChangeLanguageFirstTime”, true);
    }
    }, 5000);

    </script>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    It is always better to build a website in one language preferably English and translate it to other languages.

    I have checked your website and I see that you have some dummy content (lorem ipsum) on your home page which can cause issues. Also there is a javascript error, which needs to be solved.

    On product pages I can see that it switches the language to Swedish.

    Thanks! 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘I want to conver woocommerce in swdish language on load’ is closed to new replies.