Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-translate]

Google Translate is a paid statistical machine translation service provided by Google Inc. to translate a section of text, document or webpage, into another language.

google-translate
-2 votes
0 answers
24 views

How does Chrome Browser translates webpage to different languages?

I want to know how does Chrome Browser or Amazom changes there webpage to a different language dynamically? And how can I change language on my website dynamically, I am working in Reactjs.
Kishlay Bhaskar's user avatar
0 votes
0 answers
13 views

When google translate plugin applied Getting Uncaught DOMException:Failed to execute 'removeChild' on 'Node':node to be removed not child of this node

After applying google translate and redirect to other component in the page throwing this error : Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a ...
Lavanya's user avatar
  • 41
0 votes
0 answers
23 views

Chrome translation breaks click event's target

I have a click handler function for a button on my web page. The handler knows which operation to execute based on the button attributes via event.target.dataset. It worked as expected until some ...
Anton Duzenko's user avatar
0 votes
1 answer
12 views

Selinux preventing access to GOOGLE_APPLICATION_CREDENTIALS .json

Using Google Translate API, it appears that Selinux is preventing access to my Google credientials .json file. The selinux context was "unconfined_u:object_r:user_home_t:s0" so I tried ...
phper's user avatar
  • 365
0 votes
0 answers
135 views

bulk "translate" images

I'm trying to find an easy way to bulk-translate images. There's a Japanese game I wish to play and almost everything within the game is saved as an image, this includes buttons, dialogue, etc. The ...
user avatar
0 votes
2 answers
109 views

How can I make a translator which convert my dynamic website language English to French

I need to convert my dynamic website's pages from English to French. For this I was using Google's Translation API, but Google translate API is not returning the correct translation of the pages. What ...
Waqas Ahmed's user avatar
2 votes
0 answers
35 views

How can i adding Google-Translate to my web page?

I want to add google translate for my website which supports all countries of the world. so that I can make it look the way I want (editable and customizable) (html, css, js) I don't know where to ...
delnab's user avatar
  • 21
-1 votes
1 answer
36 views

How to Remove Highlight Effect on Hover When Using Google Translate API

When I am using google translate in my website, text is getting highlighted on hover/mouseover. How to remove this highlight effects? This is my code <script type="text/javascript" src=&...
Rohith's user avatar
  • 1
0 votes
0 answers
54 views

Google Translate API Client has no "Translate_image" attribute

import os from google.cloud import translate_v3beta1 as translate def upload_and_translate(input_dir, output_dir, target_language): """Uploads all images in a directory, translates ...
Sojjer's user avatar
  • 1
0 votes
0 answers
30 views

Authentication options with Google Translate v3 Advanced REST API without using ADC for Salesforce

I am working on an integration between Salesforce and Google Translate and want to use the Advanced V3 API. It seems however that there is no way of authenticating to the APIs without having access to ...
Paul Battisson's user avatar
0 votes
0 answers
49 views

How to use microsoft azure translator for translate web pages

microsoft azure website is also using this like google translator i am not want to use text translator , i wan to transalate my whole websites in selected language. Microsoft od=ffers three types of ...
SAURABH MAURYA's user avatar
0 votes
2 answers
63 views

google translate api error 401 in React Native project

I created an account via cloud for Google Translate, created an API key and got the credentials information. Api url works without any problems in Postman. I also created a react.js web project to ...
Hakan Hakan's user avatar
0 votes
1 answer
57 views

Getting SSL_Verification error while using deep_translator module

I need to translate a sentence, I found out about this library, but I am getting this error of failed SSL certificate verification. I am using company laptop; I need a way to ignore the ssl ...
SnowGirl's user avatar
0 votes
0 answers
30 views

Google Translate and ReactFlagsSelect Integration Causing DOMException and TypeError

I'm working on a website where I've integrated a custom Google language translator. The translator changes the language correctly, but after changing the language, selecting a country in a form using ...
Fazila bano's user avatar
0 votes
0 answers
54 views

Django -> ModuleNotFoundError: No module named 'google'

I have installed google-cloud-translate both on my localhost and on my production environment. pip install google-cloud-translate When I import it in my Django app with from google.cloud import ...
Dirk Luypaert's user avatar

15 30 50 per page
1
2 3 4 5
126