
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.
Lazy Load YouTube And Other Videos In Website
Stripe Payment Integration With Laravel
Getting Started With AMP (Accelerated Mobile Pages)
Send SMS With Amazon SNS (Simple Notification Service) Using PHP
Detect AdBlocker With Javascript And Increase Website Ads Revenue
Relationship Table Data With Route Model Binding In Laravel
SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel
Firebase Cloud Messaging (FCM) Browser Web Push Notifications Using Javascript And PHP
What Is Composer? How Does It Work? Useful Composer Commands And Usage
Ensure text remains visible during Webfont load
Laravel Clear Cache Of Route, View, Config Command
Search Engine Optimization Concepts