HEY WHEN I AM USING YANDEX TRANSLATE IN MY TRANSLATOR APP , THE TRANSLATION PROVIDED BY THEM IS OF LOW QUALITY , * I WANT TO USE GOOGLE TRANSLATE FOR FREE OF COST * IN MY TRANSLATOR APP
HERE I HAVE ATTACHED THE SCREENSHOT OF MY APP DESIGN
Google translator api free is limited at a certain number of characters and calls.Then google blocks your ip called for one hour.
I don't know if use google translator api for free is better solution.
Hey thanks for replying..
Can you please send the actual link for the free google translate extension , so that i can easily download it make use of it and I will reply to you all how it works tomorrow itself
The official Google Translate API is available for businesses only but you can use Google Apps Script to create your own Google Language Translation API without having to pay the enterprise license fee.
That was a cheeky work-around back in 2017. If your App is going to be distributed via the Play Store, you have to pay for the Google Translate API for uninterrupted use. It might be possible to send and receive translations (via Web) to the Google Translate website. That is free for commercial and personal use, but it automatically limits the translations by size, time and frequency, none of which would be an issue for occasional use.
It depends on what translation you need. If it does not need to be dynamic (e.g. fixed translation of GUI Text) then you can make App Internal or External lists pre translated, the best option anyway being internet independent.
I am not really sure but you can use the Web Component to send to or receive from websites, so maybe we could use the Google Translate Website along with this component to do that?