Most voted "google-translate" questions
Google’s free online translation service instantly translates text and web pages.
Learn more…5 questions
Sort by count of
-
5
votes0
answers345
viewsAPI googletrans mistranslating texts
I am trying to create a Python application where I need to translate some texts, and to perform such a task, I am using the API googletrans. text = 'Back in the day people used to go to many…
-
3
votes1
answer8438
viewsHow to customize google-Translate on my website?
How to place language flag images, and when you click on the flag, the entire content of the site changes language? I’m using this code: html: <div id="google_translate_element"…
-
0
votes1
answer311
viewsGoogle Translate script does not translate and does not generate error
I am using the following script to translate a website. <div id="google_translate_element"></div> <script…
-
0
votes1
answer130
viewsError installing goslate API for python on Windows
I’m getting this result when I try to install the goslate API, which is a more optimized Google Api to mess with translations and other things. C:\Users\chris\Documents\PyCharm…
-
0
votes1
answer27
viewsRequesting data stored in the localStorage
I am using Google Translate on my site, and it is working perfectly, but when updating the page it returns to the default language of the site, the data appears saved in Localstorage and even then…