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 functionality can be consumed programmatically using the Google Translate API. Google Translate API v1 is no longer available as of December 1, 2011 and has been replaced by Google Translate API v2.

While the Google Translate API switched to a paid service, Google is still offering the Google Translate Element as an ongoing alternative. The Google Translate Element, when embedded on a webpage via JavaScript and an optional placeholder HTML <div>, can translate pages automatically.

1884 questions
0
votes
1 answer

Google cloud translate API missing key

I know there is a few questions like this, but no one actually helped me. I would like to start using google translate API in my desktop app and set an API key directly in java code. Is there any way to achieve this? Thanks in advance
Chorizzo
  • 68
  • 1
  • 11
0
votes
1 answer

Google Cloud Translate - 403 Forbidden Missing API key

I have gone thru the Google cloud transalte API and decided to use Java platform for my application Based on the documents, tested the below code with required jar's. this code working fine in my eclipse Translate translate =…
Gan
  • 197
  • 1
  • 4
  • 19
0
votes
2 answers

Adding a translation option to website

I would like to add a translation option to our website but other than embedding the google translate widget (which doesn't look great) I can't find how to do this. I am looking to style it to suit our website similar to what they have done on this…
Niki Pat
  • 15
  • 3
0
votes
1 answer

Google translate in address bar

I want to add google translator to my website. Google brought me here: https://translate.google.com/manager/website/add Everything works fine, but the way how it is integrated is just ugly as you can see in this screenshot: Now what i want is to…
0
votes
1 answer

Google Translate php library Fail with Service Account in Ubuntu

I'm using google php api to manage translate. I follow the steps in google: https://cloud.google.com/translate/docs/reference/libraries#client-libraries-install-php I think that works because i put this in my php command line: $translate = new…
0
votes
1 answer

I want to type in english in one text box and want converted text in Arabic into another text

My requirement is clear ... I want to type in english in one text box and want converted text in Arabic into another text and if I edit first text box using backspace ,delete etc same effect should be reflated in text box two .........I have used…
Gans
  • 151
  • 3
  • 17
0
votes
2 answers

Translate and detect at same time using Google Translate API

I want to use the google translate API to detect a language being typed and also get the translation but it seems this is not possible according to the docs here. Does anyone know if this is possible? Or would I have to make two calls? Thanks
cbutler
  • 1,111
  • 5
  • 16
  • 32
0
votes
0 answers

Make Google Translator Widget Language Labels in English rather than user's browser language

I am using a google translator widget on my website. Script below. function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay:…
AeJey
  • 1,447
  • 20
  • 40
0
votes
1 answer

Frame escape behaving differently between page visit and in-page action triggering page visit

My short question Why doesn't this link work? https://translate.google.com/translate?sl=ja&tl=en&u=https://www.j-platpat.inpit.go.jp/web/all/top/BTmTopPage The long version You will notice that…
bers
  • 4,817
  • 2
  • 40
  • 59
0
votes
0 answers

Google API keep making network call

When I include the javascript, https://apis.google.com/js/api.js" I keep getting network calls to retrieve a file, https://translate.googleapis.com/translate_static/img/loading.gif How can I keep this from happening?
trinathon
  • 99
  • 1
  • 1
  • 10
0
votes
0 answers

Change google translate api html structure

When using the Google Translation API on a website, it delivers an HTML structure that include the translation options inside a selected tag. I don't know if this even possible but I am wondering: is there any way to change this to a HMTL list or…
Lowtrux
  • 156
  • 2
  • 12
  • 41
0
votes
1 answer

Handling Google Transliteration in React-native

Is there any difference between Google Transliterate and Google Translate API? - I'm using Google Cloud Translation API in my React-native Project.Now , everything works fine .For example ,if type "Hello" then it will gave me a translated result(say…
baduga biz
  • 65
  • 2
  • 8
0
votes
0 answers

Java Google Translate API v2 "Daily Limit Exceeded"

I've been calling the API just fine for many times during testing but today when I let plenty of clients use it, it started returning the following error: Exception in thread "main" com.google.api.client.googleapis.json.GoogleJsonResponseException:…
BullyWiiPlaza
  • 17,329
  • 10
  • 113
  • 185
0
votes
3 answers

Can I feed translations back to Google Cloud Translation API to train it?

I am using the Google Translate neural network (amazing improvement) via the Google Cloud Translation API in SDL Trados to process technical translations. Of course it needs heavy post-editing, mostly terminology and sometimes style. I would really…
0
votes
1 answer

Tagging translate content with Google Translator

I know that there is tag to identify content to be skipped for translation or even to skip an entire page. But I am actually looking the other way around. Is there a tag to use to identify only the content that needs translation?
1 2 3
99
100