- GOOGLE TRANSLATE FOR WEBSITES WITHOUT POWERED BY TEXT AND GOOGLE LOGO AND SELECT TAG CSS CUSTOMIZED
Features:
- Powered By Google Logo Removed
- Responsive
- Minified CSS
- Select tag Design Customized
Want to use this? Great!
First step: Add this script tag to you webpage
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Second step: Initialize Translate with this code
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
Third step: Add this style tag to you webpage
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/arunkumartdr/Customized-Google-Translate-for-Websites@1.0.0/gtranslate.css">
Fourth step: Add Html tag and Some Content to your site
<div id="google_translate_element"></div>
Fifth step: Run the site in browser and test it
MIT
Free Software