python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to find all GOOGLETRANSLATE formulas executed or not from external means?
I am developing a data processing app using Google Sheets and its API as backend .
In that I will upload all datas as arrays with GOOGLETRANSLATE via batchUpdate API like below
[hello_word,"Hello...

RagAnt
Votes: 0
Answers: 1
Google translator is not working with Gujrati language written in english
# google-translate version 3.6.1
from os import environ
import os
from google.cloud import translate
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = r"/multilingual-bot.json"
pr...
Ankit kumar
Votes: 0
Answers: 3
Google translate API POST 11second delay?
EDIT: 11.5 seconds for 28 messages
Single requests work fine. This code below takes 11 seconds, measured using postman setting route in API to access.
Am I doing something wrong? I feel as though it s...
user9820353
Votes: 0
Answers: 1
Translate some text in java
I have a project in java Spring that gets a subtitle file and translates its sentences to Persian.
Now I need some dependency for translating these sentences.
Note that I'm living in Iran and we can n...

Ali Booresh
Votes: 0
Answers: 0