
Good content takes time and effort to come up with.
Please consider supporting us by just disabling your AD BLOCKER and reloading this page again.
Hey there! In this article let us see how to integrate Google Translate into your website.
Add the following in your Footer
. The following code basically searches for the google_translate_element
element in your website and replaces that with the Google Translator element
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, 'google_translate_element');
}
</script>
<script asyc type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Add the following HTML code in your navigation or another place where you want to show the Google Translate plugin.
<li class="language-translator">
<span id="google_translate_element"></span>
</li>
Its that simple. Happy coding.
Why And How To Use PHP PDO With CRUD Examples
Securely Connect Server MYSQL DB From Sequel Pro / MYSQL Workbench
Custom Validation Rules In PHP Laravel (Using Artisan Command)
Add Google ADS In AMP (Accelerated Mobile Pages) Website
PHP Built-In Web Server & Testing Your Development Project In Mobile Without Any Software
Setup Docker for NodeJs, MongoDB, MongoDB Compass
Use Different PHP Versions In Ubuntu / Linux
Increase Session Timeout In Laravel
Integrate Google Translate Into Your Website
Laravel Last Executed Query In Plain SQL Statement For Debugging