Created
April 24, 2019 21:57
-
-
Save RobertMatkulcik/a96dd92fb5cda012d43b0e0476afac42 to your computer and use it in GitHub Desktop.
G translate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
function googleTranslateElementInit() { | |
new google.translate.TranslateElement({ | |
pageLanguage: 'sk', | |
includedLanguages: 'cs,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