Skip to content

rastegardev/google-translate-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Learn how to add a Google Translate button on your web page!

By adding these codes to the website, you can translate your website into other languages

    <div id="google_translate_element"></div>

    <script type="text/javascript"
        src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
    <script type="text/javascript">
        function googleTranslateElementInit() {
            new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element');
        }
    </script>

google-translate-1

google-translate-2

google-translate-3

google-translate-4

About

Learn how to add a Google Translate button on your web page!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages