Hello,
I am using several-year-old B4J software to translate the strings in HTML files to different languages (for example, English to French). I then save the translated files to disk to be included in my B4A Assets directory.
I have not found a webpage translator that allows you to translate the text to a different language and then save the translated file - it sort of works, but fixing the errors ends up being more effort than just translating the strings individually.
I have used my B4J program for several years, but now after translating about 1000 or 2000 characters Google gives me an error message basically saying "you are translating too much or too fast".
I guess they want me to upgrade from the Free Google Translator to a paid service such as Firebase or the Cloud Translator.
I have seen posts that say the new way to translate stuff is to use Firebase (or the Cloud Translator), but after searching this forum far and wide, I can't find an example of how to use Firebase in B4J or the Cloud Translator in B4J.
My current interface uses jHttpJob2 and the Translate.googleapis.com/translate_a/single end point. Very simple. I think I posted this code to this form several years ago.
Can anyone point me toward a sample that uses a newer interface, maybe Firebase or Google Cloud?
Thanks,
Barry.
I am using several-year-old B4J software to translate the strings in HTML files to different languages (for example, English to French). I then save the translated files to disk to be included in my B4A Assets directory.
I have not found a webpage translator that allows you to translate the text to a different language and then save the translated file - it sort of works, but fixing the errors ends up being more effort than just translating the strings individually.
I have used my B4J program for several years, but now after translating about 1000 or 2000 characters Google gives me an error message basically saying "you are translating too much or too fast".
I guess they want me to upgrade from the Free Google Translator to a paid service such as Firebase or the Cloud Translator.
I have seen posts that say the new way to translate stuff is to use Firebase (or the Cloud Translator), but after searching this forum far and wide, I can't find an example of how to use Firebase in B4J or the Cloud Translator in B4J.
My current interface uses jHttpJob2 and the Translate.googleapis.com/translate_a/single end point. Very simple. I think I posted this code to this form several years ago.
Can anyone point me toward a sample that uses a newer interface, maybe Firebase or Google Cloud?
Thanks,
Barry.