Skip to content

Instantly share code, notes, and snippets.

@anykeyist
Forked from brablc/GoogleTranslate.html
Created November 26, 2019 12:22
Show Gist options
  • Select an option

  • Save anykeyist/821017705fe6735ac3a66206bb31d079 to your computer and use it in GitHub Desktop.

Select an option

Save anykeyist/821017705fe6735ac3a66206bb31d079 to your computer and use it in GitHub Desktop.
Google Translate Snippet
<div id="google-tr">
<div id="google_translate_element"></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'cs'
}, 'google_translate_element');
}
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment