Many browsers have the ability to automatically translate Web pages, such as Google Chrome, in fact, through the Google API interface can also be on the Zen-cart site page Add a selection box for the translation, as follows: Below is the code you need to add: <!–start Google translator/language selection–> <div class= "Gt-text" >translate:</div><div id= "Google_translate_element" ></div> <script> Function googletranslateelementinit () { New google.translate.TranslateElement ({ Pagelanguage: ' en ', Autodisplay:false, Layout:google.translate.TranslateElement.InlineLayout.SIMPLE }, ' google_translate_element '); } </script><script src= "//translate.google.com/translate_a/element.js?cb= Googletranslateelementinit "></SCRIPT> <!–google translator/language selection–> Just put this code where you want to show the box where you can choose the translation language, and you can use a div to control the position with CSS. Enterprise Templates website |