Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Google Translation Element

Can we use google translator js library for our website (translate.google.com/translate_a/element.js)

We are using Google translator javascript code on our website and it is working fine. We have some questions regarding this.
1) Is there any limit or it is free to use?
2) Does Google still support the javascript library?
3) Or if we use Google translate API, how do we translate a complete web page using Google Translate API's.
 
Following javascript code we are using on our website.

<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en'}, 'lia-body');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
1 2 6,353
2 REPLIES 2
Top Labels in this Space
Top Solution Authors