google-translate Questions

18

Solved

I was trying googletrans and it was working quite well. Since this morning I started getting below error. I went through multiple posts from stackoverflow and other sites and found probably my ip i...
Discriminative asked 22/9, 2018 at 10:29

2

Solved

I am having an excel file where the "value" column contains different language statements. I want to translate the entire value column into English. For testing purpose I'm using the bel...
Acidimeter asked 28/4, 2021 at 15:42

3

Solved

When we make a query to Translate API https://translation.googleapis.com/language/translate/v2?key=$API_KEY&q=hello&source=en&target=e I only get 1 result in : { "data": { "transl...
Resuscitate asked 16/2, 2019 at 13:51

7

Solved

After finding zero of anything to help me online.... I am using the current function for a multi language site: function googleTranslateElementInit() { new google.translate.TranslateElement({pag...
Ineluctable asked 20/11, 2012 at 19:44

5

Solved

I am making a language learning web app that when you hover over the word, it pronounces it for you. I'd like to access the native speaker translations from Google Translate API. I've found this r...

6

Solved

I've looked through the docs on the website but there are no examples how to use the google translation api with a react project. Does anyone know how to integrate this so I can just make a simple ...
Brim asked 27/2, 2018 at 20:11

2

Solved

Let's say I have a tweet I'll like to translate through the google api. Text: #sf #fiesta #verano #baile #vamos Fiesta aquí 😎 @my_friend I'm sending the following to the API endpoint https://ww...
Driedup asked 10/7, 2017 at 18:40

7

I'm trying to get multiple instances of Google Translation Drop Down to show up, but it seems it will only pick one to show up. Full Page Code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tra...
Ulrikaumeko asked 13/2, 2014 at 16:23

3

I'm using Python 3.6 and google-cloud-translate package. from google.cloud import translate_v3 as translate client = translate.TranslationServiceClient(credentials = credentials) parent = client.lo...
Monosymmetric asked 7/8, 2020 at 14:38

3

Solved

Is there any possibility to find out if the DeepL translator offers an API for the translation? Unfortunately I haven't found any information on this. Would like to implement this to an Excel scr...
Margy asked 29/8, 2017 at 11:9

2

From https://cloud.google.com/translate/docs/basic/setup-basic, there's a need to set the environmental variable: export GOOGLE_APPLICATION_CREDENTIALS='/path/to/credential.json' Then a curl reque...
Dramatist asked 2/6, 2020 at 8:46

4

Solved

I've got a wierd issue: <div id="translate"> <a href="#" id="google-translate" title="Google translate">Translate</a> <div id="google_translate_element" style="display:none"...
Nonconductor asked 21/3, 2014 at 15:16

4

Solved

I have an Android application that uses Google Translate API. Everything works great, including when I tried to translate phrases that include apostrophe like "We've eaten" to Spanish. However, p...
Ackerley asked 14/11, 2016 at 4:50

5

On my Web page I put translate widget when i resize browsers widged does not change size I tried change css but i can change only css for Iframe <!DOCTYPE html> <html lang="en"&...
Tenebrific asked 20/12, 2015 at 12:2

4

I'm trying to use the Google Cloud Translation API in my application but whenever I try to translate something it comes up with this missing valid API error. I've done the quickstart steps and that...

2

Solved

I am using the google translator in my website, I want to change the select language text in the drop down. Anyone suggest for this. Here is my code; function googleTranslateElementInit() { new ...
Gwynethgwynne asked 29/3, 2016 at 10:36

7

Solved

I'm trying to convert my python file to an executable using PyInstaller. The program uses the Google Cloud Translate API to translate given text between languages. When running python quicktrans.py...
Waxy asked 16/10, 2016 at 23:59

14

Solved

Currently, I'm using the simple Google Translate drop-down menu found here: http://translate.google.com/translate_tools I'd like to also be able to click on some flag icons I have and trigger the ...
Biologist asked 7/5, 2012 at 18:2

3

Solved

After reading similar questions, such as: i am using gcp service account but when calling dialogue flow api its giving error : and Why is Google Cloud API trying to connect as an end-user? and ...

3

I have a web page in Bulgarian and I want my users be able to translate it one-click to English. Also there should not be any translation banner at the top of the page when a user enters to the pag...
Atomism asked 30/11, 2011 at 18:3

1

Solved

I have this function that translates all selected cells with Google Translate. I was working fine for years but it suddenly stopped to work for some reason. Any idea why? I'm using Excel 2010. Than...
Loan asked 22/12, 2020 at 20:6

10

Maybe this has an obvious solution that I'm overlooking, but I can't seem to find the correct parameter to put in to make this happen. Using the Google Translate widget on a site, I need to set the...
Carrageen asked 20/11, 2009 at 22:44

5

Solved

I follow the https://cloud.google.com/translate/docs/reference/libraries#client-libraries-usage-java to get started java client demo. I have already set authentication json file to the environment ...

4

Solved

I just recently realized there's quick commands for the Omnibox, I'm wondering if theres any commands for Google translate. Say I want to translate from Chinese to Swedish, is it possible to write ...
Casket asked 8/8, 2013 at 9:27

0

I have been using the @google-cloud/translate package in my project for some time now and usually response times took between 800ms and 1.3s for the entire api call. Suddenly it started taking betw...
Bahena asked 22/9, 2020 at 8:48

© 2022 - 2024 — McMap. All rights reserved.