
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.
Website Speed and Performance Optimizations
Proper Way To Validate MIME Type Of Files While Handling File Uploads In PHP
Stripe Payment Integration With Laravel
What Is Composer? How Does It Work? Useful Composer Commands And Usage
What Is HTTP? Different HTTP Methods And Status Codes Explained With Examples
Global Data In All Laravel Blade Pages
Install Linux, Apache, MYSQL, PHP (LAMP Stack) on Ubuntu
GitHub Login With PHP Laravel Socialite
Route Model Binding In Laravel & Change Default Column id To Another Column