google-translate Questions

2

I used the Google API to translate word from Ar to En I want to translate only one word every time and I want to get all the possible meaning for that word not only one meaning. How can I do that, ...
Japhetic asked 5/3, 2012 at 21:8

2

Solved

I've been using google translate for some years, saving those words which I wasn't aware of. Is there any way to get my stored words (the starred translation ones) from my account via any API? I'm ...
Helsa asked 13/10, 2015 at 15:16

5

Solved

I am running Google Translate API in C#. Running locally on my computer the next code works, but online on a server it throws the following error: using Google.Cloud.Translation.V2; TranslationCl...

1

i'm using Google translate on my site, with the option not to show te topribbon or be rdirected to Google translate when translating the page to to another language. Now if i choose to show the top...
Stockyard asked 15/7, 2013 at 12:38

7

Solved

Is it possible to use jQuery to get a text from an element and translate it to other languages? Before <p>Hello</p> After <p>bonjour</p>
Volant asked 22/3, 2011 at 7:39

2

Hi i am new to iOS development and i am trying to implement google translation API within my app. I found some sample code online from GitHub https://github.com/prine/ROGoogleTranslate. I downloade...
Rationalize asked 24/2, 2017 at 22:38

2

Solved

I have a web page, in Dutch, with a poll with a radio button. I'd like to know which language the users speak. Is there a way I can detect if the page has been translated by Google when they submit...
Individualize asked 10/4, 2018 at 8:12

2

I am very to new to python and trying to translate a bunch of keywords using google API. I have an excel file with 3000 keywords which are mix of english, spanish, german etc. Trying to translate e...
Laryngitis asked 23/2, 2018 at 23:26

4

Solved

Google Translate seems to be changing my html, moving my asterisk to a new line. Here is a live example: jsbin How can I avoid this? Before Translating: After Translating to Spanish: JS: ...
Apologetics asked 7/2, 2018 at 18:15

1

According to: https://cloud.google.com/speech/docs/common/auth We can create an API key to a GCP resource (e.g. Google Maps, Speech, Translate) restricted by "iOS apps" to a particular bundle ID....

8

Solved

I'm using this plugin (http://translate.google.com/translate_tools) to translate my website. The problem is that I can't figure out how to style it so it does not fit with the rest of the page. An...
Imprint asked 9/7, 2011 at 6:13

2

Solved

I recently saw a website that used Google Translate in their page, but instead of using the widget, they listed the available languages via links. Click a link and it translates the page. Has anyo...
Unreligious asked 12/10, 2017 at 14:12

3

Solved

I'm attempting to embed the very convenient Google Translate translate element into a webpage, which is super simple and works great, but I need to change the default text that displays in the resu...
Chapiter asked 16/2, 2012 at 5:26

1

Solved

In a file there are consisting of sentences having both hindi and english words . And I am trying to convert the the words in hindi to english , ultimately making every words to english. So for thi...
Liechtenstein asked 12/9, 2017 at 12:25

1

<!doctype html> <html> <head> <meta charset="utf-8"> <title>Test</title> </head> <body> <form action="" method="post" name="theform"> <tabl...
Miraculous asked 30/3, 2016 at 8:17

3

Solved

I have this JS object: let setOfWords = { "nouns": [ "work", "construction", "industry" ], "verbs": [ "work" ], } I'm using the google translate API which calls a REST resource, so I ne...
Trestlework asked 22/11, 2016 at 1:49

8

I'm trying to include google website translator on my website. I want to use the automatic thing so the bar shows up if your browser language is different to the page language. Every time I select ...
Anthea asked 28/6, 2013 at 13:41

6

Solved

Most of you probably know the text-to-speech synthesizer of google translate, as you can access programmatically here btw: http://translate.google.com/translate_tts?tl=en&q=text My impressio...

6

I found this code from the Internet and it uses the Google translate's text to speech capability using URL. here is the code: http://translate.google.com/translate_tts?tl=en&q="hello world" ...
Misshapen asked 6/2, 2012 at 17:1

1

Solved

I am doing a Tamil Language based Web Application. In My application, l used Dynamic Fields to Add User Details. So, Dynamic Fields have multiple ids how to do this or How to use Google Translitera...
Rotation asked 10/6, 2017 at 5:32

1

So I am using the google translate tool for my website- I am setting it up via: https://translate.google.com/manager/website Under display mode, I keep choosing automatic but it looks like the ban...
Blemish asked 11/9, 2014 at 16:47

1

Solved

I am writing a program to list all unique words in a movie subtitle file using Matlab. Now I have a unique word list that I want to translate to my language and learn the meaning before watching th...
Preinstruct asked 19/5, 2017 at 9:4

1

To initialize the Google Translate API, it must be done in a thread. Most of the time it only takes 2 seconds. However, 1 out of every 5 times, it takes anywhere from 20 seconds to 3 minutes (Unacc...
Lenna asked 8/4, 2017 at 1:43

1

I am trying to access Google's Translate services from within an Android app. However, each time I try to access the service (using an HttpGet request), I encounter the following error: { "error...
Micrometeorite asked 12/1, 2014 at 14:11

1

I have been searching everywhere on the Internet for Google Translate API usage but I wasn't able find descent tutorial or explanation. So, here is what I have done: In my Google API Console I hav...
Nephron asked 23/7, 2015 at 11:42

© 2022 - 2024 — McMap. All rights reserved.