google-translate Questions
4
I wrote a program that invokes Google Translator android application via Intent.ACTION_VIEW.
The problem is that invoking the Google Translator App does not work anymore, although it did once.
The...
Pipsissewa asked 2/10, 2013 at 8:1
4
What's wrong with my request?
I have string in russian:
$string = Потенциал, %
I want to translate it to ukrainian with google API:
I urlencode string:
$q = urlencode($string)
And i request google...
Eerie asked 17/2, 2015 at 20:35
6
Solved
I have a problem of not having line breaks in the translated text from Google Translate API.
I have a raw query string like this:
RELATED WORK .
Studies of group work have shown the importance o...
Antihistamine asked 8/6, 2017 at 20:22
8
Solved
When looking for a solution to translate text within R, I got a lot of pretty old answers, proposing to use the package translateR. The best answer I found is this one.
The answer is 6 years old an...
Admonish asked 14/9, 2022 at 8:43
16
Solved
Looking here Google Translate I get the following code.
<meta name="google-translate-customization" content="9f841e7780177523-3214ceb76f765f38-gc38c6fe6f9d06436-c"></me...
Nixon asked 3/9, 2012 at 7:44
5
I have added the Google Translate plugin to my web page. How can I get a callback to my JavaScript function whenever the user selects a language from the drop down menu that the plugin adds to my w...
Alignment asked 30/6, 2016 at 19:5
23
Solved
I got this error in Google App Engine's Python have used Google Translate API,
But I don't know how to fix,
<module>
from apiclient.discovery import build
ImportError: No module named apiclie...
Gley asked 16/8, 2013 at 7:10
2
I am using google translate on my website. (https://translate.google.com/manager/website/suggestions)
Everything works as I want, but how do I manually (with javascript) restore the original langu...
Flee asked 29/4, 2013 at 14:38
5
Solved
ENGLISH:
Sale ID prefix is a required field
FRENCH:
Vente préfixe d&#39;ID est un champ obligatoire
Is there a way to have google translate NOT output the html entity and instead output the a...
Linville asked 10/11, 2014 at 19:26
6
Solved
My question is about how to properly set the package name and SHA-1 certificate fingerprint in the Google Developers Console in order to restrict usage of my Android API key to my app.
When I don'...
Duclos asked 29/11, 2015 at 22:44
2
I need to frequently translate the webpage manually for work purpose. Although not looking for auto-translate options, I need a keyboard shortcut or a handy extension to translate the page. The rig...
Namnama asked 21/6, 2019 at 1:59
4
Solved
I have a frustrating issue with the Google Cloud Translate API.
I set up correctly the restriction of the key to some domains including *.example.com/ * (without blank space at the end)
I launch th...
Skellum asked 31/12, 2021 at 0:19
6
I have used google translate as a language converter in my site but it displays annoying tool tips called 'Original text'. How do I disable this and any other better ideas/tools/apis to do this?
T...
Phrenic asked 13/7, 2010 at 7:17
6
We want to transliterate sentences from English to Hindi using google cloud services or any other similar/scaled platform.
Currently we started using google translate as its transliterate api is d...
Holoblastic asked 12/3, 2018 at 6:59
2
Solved
I am making an android app for language translation and so far I have used voice recognizer intent to get the voice input into a string. Now I want to translate that string into another language an...
Corneous asked 12/10, 2017 at 7:33
9
I try to use the Google Translate API in my development, but i can´t find a way to obtain the "service_account.json" file.
The step on "Console Google Cloud Platform":
steps on ...
Walcott asked 18/9, 2017 at 19:59
7
Solved
been google'ing for a while how is the best way to translate with google translator in PHP, found very different ways converting URLS, or using Js but i want to do it only with php (or with a very ...
Rockaway asked 9/1, 2011 at 16:52
6
I have a web page created in English. Depending on the
continent, I want to dynamically translate my whole webpage to another
language.
The webpage is fairly complex, so I cannot do it string by ...
Saeger asked 9/2, 2011 at 9:26
5
Anybody have any idea how to translate a web page into any language using Google translate when it loads?
I don't want a drop down menu, I just want to convert the website into a specific language...
Factory asked 23/10, 2012 at 12:11
7
Solved
Probably could be a rare petition, but here is the issue.
I am adapting an excel of a third-party to my organization. The excel is developed in English and the people of my organization just spea...
Urbannal asked 30/9, 2013 at 15:37
11
Solved
I just made a website for a french restaurant. The website is in english, but I guess there is enough french on the website (labeled pictures of menu items) to prompt the visitor to translate the w...
Ordnance asked 2/9, 2012 at 17:57
6
I am using translate API to translate some texts in my page, those texts are large html formated texts, so I had to develop a function that splits these texts into smaller pieces less than 4500 cha...
Nereen asked 22/2, 2015 at 18:52
5
Solved
I'm working on an admin page to create post for a blog. I have a french textarea and an english textarea. So, for those who cannot translate by there own, I created a button "translate with go...
Populate asked 13/2, 2013 at 20:16
4
Solved
I'm trying to create a Node.js code that uses Google Translate API.
I got the code below from the Google doc
But when I run it, it says Error: The request is missing a valid API key.
I have the key...
Belch asked 17/4, 2019 at 16:57
4
Solved
So, I am following the same procedure exactly according to the Google Translate API's Documentation.
The code below was provided in it.
# Imports the Google Cloud client library
from google.cloud ...
Blanketing asked 27/7, 2018 at 8:55
1 Next >
© 2022 - 2024 — McMap. All rights reserved.