Skip to content

Instantly share code, notes, and snippets.

@dasbairagya
Created August 12, 2017 10:31
Show Gist options
  • Select an option

  • Save dasbairagya/44a19395e6ee5bd5a95712e1f2245371 to your computer and use it in GitHub Desktop.

Select an option

Save dasbairagya/44a19395e6ee5bd5a95712e1f2245371 to your computer and use it in GitHub Desktop.
Multi language google translator script for website
<div style="margin-top: 20px;" id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: 'en', 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment