I am using google translator implemented in our eshop. www.super-parts.cz
I have found some complete solution online which is working. Looking like this:
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'cz', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
But once I change the page, the translate changes back to original language and costumer has to change language again.
Can I somehow set the site to remember google translation on every page so the costumer don`t have to translate it on each page?
Thank you for any advise!
question from:
https://stackoverflow.com/questions/65852278/google-translator-on-website-changes-back-to-original-language 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…