I recently ran across a great little snippet of code that you can quickly add to any Prostores Web Store to add translation services to your site. This will allow you to make your web store much more friendly to wider audience.
Just add the following code to your store in your header or footer page template.
<style type="Text/css"> <!-- div#google_translate_element{margin:10px 0 0 0;text-align:center;} div#google_translate_element img{width:auto;} --> </style><br> <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } </script>
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Thats all there is to it. Would you like help with this though? No problem, give us a call.
