Tagged Questions

Google Translate is a free statistical machine translation service provided by Google Inc. to translate a section of text, document or webpage, into another language.

learn more… | top users | synonyms

24
votes
10answers
6k views

Alternative to Google Translate API?

Google have announced that they are sunsetting the Translate API. Does anyone know of a similar REST based service ? Yahoo have or used to have babelfish, but I can't find an API for it.
13
votes
4answers
13k views

C# - google translate

I have to translate some text with Google's translate service. All code I've found doesn't work. I think because they have changed their service. If someone has working code, I would be very glad. ...
7
votes
2answers
2k views

Google's text-to speech engine voices?

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 impression ...
7
votes
1answer
2k views

How can I stop Google Toolbar offering to translate my app?

How can I stop Google Toolbar offering to translate my web app? I've tried adding this tag to the top of every page: <META HTTP-EQUIV="Content-Language" CONTENT="en-GB"> but it makes no ...
5
votes
1answer
390 views

anyone tried google translate api v2 (and got it working)?

I've been experimenting with google translate api v2 but I couldn't get it working. this is the current code i have: http://juzcode.com/z.html (just visit the page and view source) I can use google ...
3
votes
2answers
129 views

How To translate text in C# winforms

I need to translate some text & i am trying to use google translator to translate it. I checked this article. But i am getting an exception in following code. result = ...
3
votes
2answers
656 views

PHP and a google translator API alternative

Since google is going to pull the plug out of his translator API (by the end of this year), Is there someone who already found a good (free or $) alternative? regards
3
votes
2answers
122 views

Are there any APIs for programmatically translating text on the server-side?

I've looked at Google Translate but from what I can tell it only offers a client-side JavaScript API for freely translating text between languages. What I need to do is translate text on the server ...
3
votes
4answers
244 views

Use google translate to translate printf-based string

I'm trying to use the web-based google translate to translate my english files to another language. They contains characters like %s and %d. Is there a way to protect them from being erroneously ...
3
votes
4answers
4k views

how do I use the json google translate api?

I am trying to use google translate from python with utf-8 text. How do I call the json api? They have a document for embedding it in html but I can't find a proper API or wsdl anywhere. Thanks ...
2
votes
1answer
97 views

Android: How to add enum labels to a spinner, not the enum.values()?

I am trying to make a spinner list where my users can select a language translations based on enum 'Language' class. Adding the 'Language.values()' works, but the spinner shows "af" not "AFRIKAANS" ...
2
votes
0answers
47 views

j2me google translate api

I really need an example how to translate a text with google translate API v2. I have implemented already the following: String googleUrl="https://www.googleapis.com/language/translate/v2?key=<My ...
2
votes
1answer
98 views

Google Translate Breaks Stylesheet in Firefox

I am helping a client with an eCommerce site (runs on ProStores from eBay). The issue is that the site's base stylesheet is breaking (being disabled) when the page is translated with the Google ...
2
votes
1answer
323 views

How to trigger the listen button on the Google-translate page using javascript?

I want to add shortcuts to the Google-translate page. Press Altc or Esc to clear the textarea; press Altj to pronounce. This is the current user script: userscripts.org/scripts/review/110928 I do ...
2
votes
2answers
116 views

Using Google translation through my application

I have two text boxes and button in my application, one for the main text and the other for the translated text. I am trying to do this task by Google translation API, the problem that I have to sign ...
2
votes
2answers
194 views

Translate array values write to file php

I have a google language translate PHP class you can see here My array file like this: $lang['FORUM_LOCK'] = 'Lock'; $lang['FORUM_EDIT'] = 'Edit'; $lang['FORUM_POST'] ='Post'; ... I want to loop ...
2
votes
3answers
97 views

Looking for an elegant way to load JS and execute it

I'm new into JavaScript and I really like jQuery and hate when it comes to writing some cumbersome code to get simple things done. I'm currently trying to load an external JS dynamically and execute ...
2
votes
3answers
974 views

Using Google Translate API V2 on Google App Engine project

I'm setting up a Google App Engine project that provides a simple XMPP translation service: Send a message to the bot using Google Talk, the bot replies with the translated message. In Eclipse, I ...
2
votes
1answer
676 views

Playing remote audio (from Google Translate) in HTML5 on a server

I'm trying to use text-to-speech on a website using HTML5 and Google Translate. Getting speech from Google is as easy as a GET request to: http://translate.google.com/translate_tts?tl=en&q=hello ...
2
votes
0answers
197 views

Translation of Single Words, Taking into Account Context, using Computer Language Processing Tools

I would like to automatically annotate texts for learners of foreign languages with translations of difficult words. For instance, if the original text is: El gato esta en la casa de mis vecinos ...
2
votes
2answers
2k views

translate a PHP $string using google translator API

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 ...
2
votes
2answers
113 views

Google translate with c

Any one know how to use the Google translate API using c
2
votes
2answers
729 views

In R, how to parse specific frame within a webpage?

Greetings all, Is there a way to only read the HTML code from a specific frame within a webpage? For example, if I submit a url to google translate, is there a way to parse only the translated page ...
2
votes
1answer
424 views

how to implement conversion text speech listen in audio file similar google translator in android

i am using google transalate api in my application,i have done in text conversion is ok but translate-text to speech is pending ...
2
votes
1answer
365 views

how to implemented translator one language to another language in android

i am implementing google translator similator to my app how can implemented some idea about this app forward some similar source url or related google api please forward advance thanks ...
2
votes
1answer
1k views

how to create a button that plays a mp3 google tts

i'm new here but i hope you can help me. i'm trying to create a button that plays the text to speech mp3 that google generates. i'm creating a translator, so, what i want is to do something like ...
2
votes
1answer
621 views

Get Chinese Romanization from Google Translate API

The Google language translate API works cleanly to translate into Chinese: <script type="text/javascript" src="http://www.google.com/jsapi"></script> <script> ...
2
votes
4answers
248 views

Send selected text to a command line argument

I found this utility, pytranslate, which translates a variety of languages into each other using Google's translation API. It works exactly as described. However I've gotten sick of selecting a word ...
2
votes
6answers
2k views

Best SEO method to translate a website page with google translate

So must of us have a lot of content on our sites in one language or another. Since we are web professionals we spent all that time we could have been learning human languages - instead learning ...
2
votes
2answers
2k views

Deserialize jSON Google AJAX Translation API

I've got the JSON coming back like this: {"responseData": ...
1
vote
1answer
28 views

django-rosetta stop working due to google api changes, any alternative?

I have used django-rosetta in my project for translation, it stop working due to google api changes, giving following error Please use Translate v2. See ...
1
vote
1answer
75 views

Google translator Paid API Key issue

I have integrated the google translator in my website. It was working fine. After the restriction of free google option, i am using the following script with paid API key. It is working fine for the ...
1
vote
0answers
124 views

Translating big texts using Google Translater API v2

Intro I've been using the Google Translater API v1 for years and had a good function to have a big text translated in parts. This means that slowly you could see a textarea fill with chunks of text. ...
1
vote
1answer
173 views

how to get google translate for section with dropdown list of languages working?

I'm trying to use google translate for translations of user comments. I'm using the official wizard (http://translate.google.com/translate_tools) to generate the java script and html code: ...
1
vote
1answer
128 views

Google Translate is removing CSS

I've added googles translate app to a site using the following code <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new ...
1
vote
1answer
85 views

Translate words in PHP [closed]

I have an online game in French that I'm currently developing, I'd like to translate it to English (for starters). For convenience, and a sort of brute start, I'd like to translate the French words ...
1
vote
3answers
617 views

Google translate: Quota Exceeded

I am trying to use Google Translate REST API and while requesting the following url: http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=test&langpair=en|hi&key=mykey I am ...
1
vote
0answers
76 views

Alternative Free Translaror API

Since Google is no longer supporting free translator API from December 01, can you suggest a free translator API? I would prefer SOAP/XML service.
1
vote
2answers
329 views

what is the rate limit for Google translate API V2?

I am using the Google translate API V2 very intensely and after about 2000 requests I start getting this in the returning JSON: Array ( [error] => Array ( [errors] => ...
1
vote
1answer
120 views

According to language change currency of zencart

Am working on a zen cart project, I have used Google language converter to change the language of site, now the project demand is if "customer is in spanish google shopping and he click on my site ...
1
vote
1answer
94 views

Error while trying to access Google translate with NSURL

If I try this code: NSError *err = nil; NSString *resp = [NSString stringWithContentsOfURL:[NSURL ...
1
vote
2answers
231 views

Google translate v2 api returning non UTF-8 characters

I am trying to use the Google Translate v2 api in my app engine project. However, for accented characters, its encoding is messed up [case in point being the word "student", which should be ...
1
vote
0answers
64 views

Google translate widget - customizing the look

I have this code on my website to add translate widget: <script ...
1
vote
0answers
76 views

google translator highlight

url: http://translate.google.com/ eg. source lang is english, translate lang is other. and enter the text 'i' in the above page's textarea. hover the translate word, and the word background will ...
1
vote
0answers
184 views

Where to insert my Google translate API key in android

I am developing a android app which converts one language to another using Google translate API.I got a Google api key for translation from google .But i dont know where to put that key.In Main.xml or ...
1
vote
1answer
167 views

Google API - Translate a string into EN language :(

I am trying to make a simple web based application which will translate a non-english (non-EN) string into English (EN) language. For this I am using Google's Translation API (v1- JS). At first I am ...
1
vote
2answers
74 views

Google Translate writing on the browser url bar

I just noticed that now when using Google Translate, the site is updating also the browser url bar in real time when you write something like: http://translate.google.com/#en|fr|hello But the page ...
1
vote
3answers
357 views

Mystery Google Translate Error in IE8

Using the Google Translate script: http://translate.google.com/translate_tools On SOME PCs running IE8 I get an error "Element not found." Line 183 Char 183. Those PCs that get the error always ...
1
vote
0answers
90 views

translate XML with google

I use an XSLT processor to build web pages from XML content and I would like to translate the XML I give to that processor using an .htaccess rewriterule. The rewriterule would be like this: ...
1
vote
1answer
273 views

download mp3 from url, php

I'm trying to play an audiofile from google translate in an html5 audio element. My code for this is: <script> $("#play_button").click(function(){ $("#memory")[0].play(); }); ...

1 2 3 4 5