google-translate

Deserialize jSON Google AJAX Translation API

I've got the JSON coming back like this: {"responseData": [{"responseData":{"translatedText":"elefante"},"responseDetails":null,"responseStatus":200},{"responseData":{"translatedText":"Burro"},"responseDetails":null,"responseStatus":200}], "responseDetails": null, "responseStatus": 200} And I need to parse it into a ResponseData objec...

How to get enum values without knowing its keys?

Hi, I'm trying to load a combo with an enumerator from Translation API. But, I don't know how to iterate and get both the key and value of each item and show it to the user. Can anyone tell me how to do this??? The object I'm trying to access is google.language.Languages. It is built this way: google.language.Languages{ 'AFRIKAANS' : ...

Retreiving data using WebRequest

Having nicked some code from msdn I'm miffed that it doesn't work exactly as I want straight away. I'm trying to use google translate to, well, translate some stuff for me on the fly. The problem is that t5he responseFromServer doesn't contain the translated text, nor does the source when I look at it using a browser although when lookin...

Google Translation API

I have text that I would like to translate into Russian. The text has custom tags and has multiple <BR> tags. The API behaves oddly with <BR> tags. Are there known issues with <BR> tags? Is there a way around it or what is the best way to use Google JQuery tranlsation to translate the text? The text is <INPUTANSWER PARTID='1'> <SPAN ...

google translator

hi , could somebody let me knw how the google translator actually works within moodle ...

How can I use Google Translate via AJAX using jQuery?

I am using AJAX via jQuery, and I am trying to translate using the Google Translate Service. The service does not seem to work for me. What am I doing wrong? How would I go about using this in my web application? ...

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 Raphael ...

jQuery translate + toggle, how to link the two?

I'm currently working on a jQuery script that will translate the site's text into a foreign language . I'm utilizing Google Translate API for this. I would like the page to include a link that says En Espanol and when the user clicks on En Espanol, the body of the page gets translated into Spanish with the exception of that link which sa...

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 difference. I'm developing a web app in ASP.NET which displays a lot of data from various languages - things like names, locations, etc. If the use...

Voice recognition and localization?

Does anyone have experience with java voice recognition and localization? I'm thinking to build an android application, with some basic voice recognition options, but I want to implement localization for that based on some translate tool, maybe Google translate, and users can update his "dictionary" with new languages from remote dicti...

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 computer languages. So we need someway to translate our content. Google provides a translation service (among others) and so given their massive...

google language translator api

Hi, I'm working with google language translator api. for that I'm trying to pass a website url as an input to translator. But it is giving exception like GoogleAPIException (failed to get response) What is the problem? Here is my sample code : lbldata.Text = Translator.Translate (s, Google.API.Language.English ...

Anybody work with [World Lingo, Google Translate, BabelFish Translate]

Hi, any one here work with the these tools? [World Lingo, Google Translate, BabelFish Translate] Actually I need to translate entire website into different languages. I want an API. Is google , babelfist ro world lingo providing any api for that? If so can some one provide me the link Thank you Nagu ...

Translate user selected text with Google Translate API (and jQuery)

I am working on some JavaScript for a website with content in multiple languages. I would like to use the Google Translate API to allow the user to select a word (or phrase) and have a translation automatically provided. For the time being, I'm simply having it alert the result for testing. This is what I have so far: google.load("l...

Charset issues for jQuery XML translation

Iam using a mixed approach of manual language translation, and google translation using jquery-translate libray. I have gotten the google method to work correctly, but google is missing some languages my employer's client requires... So I am using jquery to read an xml file that has english + french canadian languages, for a sample page...

Want to Remove Frame of google translator

I want to remove top frame using google Language Translation link ( http://translate.google.com/translate?hl=en&amp;ie=UTF-8&amp;sl=es&amp;tl=en&amp;u=http%3A//www.yahoo.com/ ).... after inserting site name and language option (Translate from:.. Translate INTO:) ...

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 I do not understand, then middle-clicking it into the command. The command format is as such: pytranslate WORD Is there a program/scrip...

Google Translate for Ruby on Rails

I have a lot of dynamic pages in German.I want to translate them to English. After translation, i have to insert them to database. Are there any plugins that uses Google's Language API ? Thanks ...

Google Translate call from JS using POST

We're using google translate to translate some shorter texts dynamically on our site. The current implementation looks pretty much like this example in google code playground. Now we need to translate slightly longer texts, which are too long for GET-method. From google documentation it seems to be possible to use POST for sending the t...

Sifr working with Google Translator

I am wanting to use sIFR with Google Translator. I noticed in the notes here: http://novemberborn.net/tagged/sifr It states that you can have domain validation so that sIFR doesn't work when Google Translator is used. Please could you explain how I would do this? Or could someone please explain how I get sIFR to work with Google Tra...