google-translate Questions

1

Solved

I want to use Google Translate API (v2) in my android application. What I did: created project in Google Developers Console set up billing for this project generated 2 public api access keys for...
Ance asked 4/6, 2015 at 23:37

1

Solved

I am trying to make my Google Translate API work but currently I can't find a way. This is how I have set things in Google Developer Console : I have set my SHA1 fingerprint with the debug certif...
Hypha asked 23/7, 2015 at 13:47

1

Solved

Please note that I am aware that this question has appeared in various forms at several places, including stackoverflow, but I have yet to see a satisfying answer. There are several pretty s...
Cambyses asked 2/1, 2017 at 10:40

1

I have some problems to integrate Google API Translate. Add to gradle configuration this dependecies: compile 'com.google.apis:google-api-services-translate:v2-rev41-1.20.0' compile ('com.google.a...
Stilton asked 11/9, 2015 at 17:27

2

I am trying to save the pronunciation of a French word into a .wav or .mp3 file. I was wondering if there was anywhere on the Google Translate API (since it has a pronunciation functionality) tha...
Perdurable asked 7/6, 2014 at 19:48

3

Solved

I'm trying to learn python, so I decided to write a script that could translate something using google translate. Till now I wrote this: import sys from BeautifulSoup import BeautifulSoup import u...
Deathly asked 22/2, 2012 at 23:3

3

Solved

I'm trying to add the Google Translate client library to my Android project per these instructions, which tells me to add this line to my dependencies in build.gradle of my library project (which i...
Hewie asked 29/10, 2016 at 21:30

1

Google only gives access to their translate API with payment but I want free access. Is it possible to use Google's translate API for free? What are the alternatives?
Untoward asked 6/6, 2016 at 22:13

2

Solved

There aren't examples on how to use Google Translate API Cliente library for java. In this page Google suggest to search examples for their APIs but there is not a single one for Google Translate ...
Microelectronics asked 29/10, 2015 at 20:50

3

I'm looking for a front-end to google translate that supports translating GNU gettext PO files with NGETEXT style plurals, eg. msgid_plural, msgid[0] ... msgid[n]. I've found several free translat...
Haddad asked 25/5, 2010 at 16:20

1

Solved

I am intending on translating simple text in string variables in datasets with R. I have looked at the translateR package but following the example in the help file I stumbled across the need for a...
Boatright asked 13/4, 2016 at 12:22

4

Problem translating placeholder text in input type="text" This is my sample code: Html: <div id="google_translate_element" style="float:left; padding-left:15px"></div> <!-- Need...

1

Solved

Currently I know that <span class="e;notranslate"e;> </span> is used to omit out text to translate between the span. I am looking out for sending content with HTML tag to Translate AP...
Josefina asked 24/11, 2015 at 2:25

1

Solved

I want to convert Farsi letters to English letters in PHP and I don't want to translate them. In Farsi we call it Finglish or Pinglish as you can see here : سلام -> Salam علی -> Ali and so...
Erlineerlinna asked 16/11, 2015 at 8:57

2

Having opted for the "Automatic" version of Google Translate Widget, I expected not to see the "Select Language" dropdown if my browser was the same language as the site. However, I see it all the ...
Lemur asked 13/11, 2014 at 12:17

2

Solved

I use this script in my site for translation <div id="google_translate_element" align="center"></div> <script type="text/javascript"> function googleTranslateElementInit() { n...
Quadragesima asked 11/2, 2013 at 23:40

3

Solved

How can I enable user to type in Bengali in textarea in my website's textarea using Google's feature which can automatically translate typed English word to proper Bengali word ?
Vanhouten asked 28/1, 2012 at 6:28

2

I'm trying to retrieving data from Google Translate for my website. I use this sample for retrieving data from Google Translate: http://translate.google.com/translate_a/t?client=t&text=find&am...
Volcanism asked 9/4, 2015 at 7:46

2

Solved

How to create microsoft or google translate button for each div? Each div has content in different language and I would like to add a translate button for each div and make it respond to only that...

0

I posted this question on SO to get Google Translate Text-To-Speech to work. Google Translate API text-to-speech: http requests forbidden I was told I needed a key and to enable billing. I've sin...
Reinke asked 19/6, 2015 at 3:36

2

Solved

I want to translate word with ajax request to google translate If i use curl, it willl be like: curl_init("http://translate.google.com/translate_a/t?client=t&text=hello&sl=en&tl=ru"); ...
Keeler asked 26/4, 2012 at 13:23

2

Solved

What is the meaning of all Google Translate query params? client:t sl:auto tl:sk hl:sk //language of the interface (default:en, you can try xx-bork or xx-hacker) dt:bd dt:ex dt:ld dt:md dt:qc dt:r...
Lorna asked 3/11, 2014 at 12:31

8

I added a Google Translator widget to a site (using the code provided here: http://translate.google.com/translate_tools) and have the following issue: It automatically adds a style attribute to th...
Therefore asked 25/8, 2010 at 4:2

4

Solved

I'm working with the Google Translate API and there's the possibility that I could be sending in quite a bit of text to be translated. In this scenerio Google recommends to do the following: You...
Lenlena asked 20/10, 2011 at 14:50

3

Solved

I would love to have the arrow button, which is used in google translate, in my app. The one used on the right of the textview here: In which way could I get it with the least loss of quality? ...
Cacie asked 30/11, 2012 at 15:48

© 2022 - 2024 — McMap. All rights reserved.