Google Translate javascript API

I am trying to incorporate Google Translate javascript API into my application.
I understand that a usage fee is charged for Google Cloud Translation.
I was just wondering if I could use the following javascript free of charge:
<script type="text/javascript"> src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Is it OK to apply this script to commercial use free of charge?
Or is it also covered under the Google Cloud Translation policy?
 
KInd regards,
 
Minoru Kume
 
1 3 2,070
3 REPLIES 3

If my understanding is correct, you only want to use that part of the script to translate a web page, right? 

If yes I think you can use it as long as you don’t meet the quotas described on this documentation free of charge, and also if you have doubts on how to implement the script you are sharing, you could look up for tutorials online on how to properly make use of it.

Hi,

Thank you for your kind reply. 

Yes, you're right, I only want to use the script to translate a webpage.

I'll go through the document you have referred to.

Minoru Kume

Hi, would that be okay to use that script for commercial use? I think it translates to various languages client-side (doesn't require API tokens though). I'm not sure if there is any documentation as to that script though, kindly clarify.