google-translate

How to use Google Translate API in .NET application

I'm using this one google-api-for-dotnet But there are some problems with it. Are there better API alternatives? ...

google translate

hello..... google provided translated code. i want to restrict dropdown languages. i want to show only 5 languages. i tried a lot. anybody help me plz. how to show selected languages.here is the code. displaying all languages in drop down. i want to display only 5 languages...how to do? ` // Load the Google Tra...

Google Translator Workflow

Can some body tell me how a webpage content is sent to google translator and translated and shown again in the same webpage?I mean the complete work flow of the google website translator. ...

Languages that Google Translate supports properly

Google translator does not support all languages properly.I mean the meaning of translated version's sentences are differ from the original version(some times for some languages it is completely meaningless).So can anyone tell me what are top 20 languages that google translator support properly or more accurately? ...

How to disable google translate original text tooltips

I have used google translate as a language converter in my site but it displays annoying tool tips called 'Original text'. How do I disable this and any other better ideas/tools/apis to do this? Thanks. The code used is... <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new google.translate.T...

how to create a button that plays a mp3 google tts

hello everybody! 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 google translate is (in some way). i've tried with javascript and actionscript but i couldn't make it work. i have this java...

Translation Service that can be used from ASP.NET application

I am looking for a web service or an API that I can use to translate text from one language to the other. The size of the text will be limited to 10,000 characters. I understand that Google and Babelfish have websites to do this. But I need to integrate it as a part of my web application. Any ideas how to proceed? PS: I am not looking...

Google Translate on WordPress(.com)

Hi, Since scripts are not allowed on WordPress(.com) blogs, I was wondering whether there is a way to get the following Google Translate code to work on a WordPress (.com) blog via the Text widget? Thanks in advance. <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new google.translate.Transla...

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 translated. For instance, the text: Athlete already exists with number %s is translated to: Athlète existe déjà avec nombre% s whil...

Google Translate API and Silverlight

Anybody can show an example of using google translate api for silverlight with source code? Thanks in advance ...

Is there any Google API which can broadcast the pronunciation of a word like that in Google Translate?

If there is, where to find it? ...

Google Translate found translation or returned a phonetic result?

Hi, I'm using the Google Translate API. In some languages, if there is no matching translation, the service returns the same word I sent. This way I know there was no translation. The problem is with languages where the result is a phonetic word. It happens with languages that have different letters from English. How can I know for ...

Can I get search engines to index google auto-translated content for localization?

I have an English site, and embed the google translate widget (http://translate.google.com/translate_tools) for approximate localization. Can I get google.co.jp or yahoo.co.jp or Baidu (China) to index the google translate localized version of the page instead of the English version of the page? Or is this just stupid for some reason t...

Prevent Google Translator from changing height of html to 100%

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 the html tag whose value includes: height: 100% This is "breaking" the page layout. For example, CSS backround images that were positioned t...

Issue with Google Translate and jShowOff

Dear all, I have been asked to look in to a issue that has occured on a website that is using both the Google Website Translator and the JQuery plugin jShowOff, a slideshow type plugin (both great features). The website is http://www.nic.coop and when you select another language to translate the website in to, it translates everything o...

generate a list of localized language names with links to google translate

I need to generate a list of localized language names from a list of ISO639-1 two-letter language codes. I will wrap them in links to google translate. How hard can this be? It seems like this would be something that google offers by default, but all I can find from google are lists in one language: "English, French, German, etc" What I...

Translate file with Google Translator Java API

I´m using this code: GttService myService = new GttService("ex1cor.ex1Ap.1"); myService.setUserCredentials("[email protected]", "password"); DocumentEntry entry = new DocumentEntry(); // Set source language String srcLang = "en"; entry.setSourceLanguage(new SourceLanguage(srcLang)); // Set target language String targetLang = "ja"; en...

Google Ajax translate at Multiple parts of a page

Hello, I want to use google ajax translate api to translate multiple parts of my page... Iam using this code: http://code.google.com/apis/ajaxlanguage/documentation/#Translate But this will only translate the element in my page, that has the id="text". But what i want is that, my page will contain multiple divs with id="text" and i w...

Google Translator Toolkit Data API(Java) . GttService exeption

I got this error when I call a GttService(String appName) constructor: Exception in thread "main" java.lang.NoSuchFieldError: V2_1 at com.google.gdata.client.gtt.GttService$Versions.(GttService.java:54) at com.google.gdata.client.gtt.GttService.(GttService.java:63) Any ideas? ...

Translating a text file from english to chinese using google translate api or other

Hi, I need to translate a text file from english to chinese using google translate api, which programming language would be feasible to do so? Or is there any other approach to do so? ...