google-translate Questions

2

I've added the Google Translate widget "Website Translator plugin" to my website. Translations works fine, but I'm not able to add corrections, nor can suggestions be made from the interface. Added...
Minerva asked 4/12, 2014 at 16:37

3

Solved

I've implemented C# code using the Google Translation V2 api with the GET Method. It successfully translates small texts but when increasing the text length and it takes 1,800 characters long ( inc...
Bitumen asked 24/2, 2012 at 14:32

1

Solved

I'm trying to build an SMS (text messaging) app which uses the Google Translate API to translating texts sent to it. I've set up App Engine and the entire 8000-step process of choosing Public API k...
Nicotine asked 29/11, 2014 at 7:10

2

I am trying to allow the user to set their default language. When a user picks a language from the dropdown and clicks "save", the page is reloaded and the Google Translate cookie is updated- and t...
Vinegarette asked 17/11, 2014 at 14:20

1

I am getting this error while trying to access a page that uses Google Translate : XMLHttpRequest cannot load http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit. ...
Tannin asked 11/8, 2014 at 15:59

5

Solved

I want to use Google translate API from the iPhone. What I found is : http://code.google.com/p/gdata-objectivec-client/ but in the list I cannot see the translate API. Where can I find the library?...
Covering asked 8/12, 2009 at 15:39

2

How do I use the google translate API with iOS 6.0? I have tried googling the documentation and tried to research it, but I can't find anything that is updated since google made the api to be no lo...
Plexiglas asked 6/12, 2012 at 23:15

2

Solved

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=hel...
Beria asked 4/5, 2011 at 14:59

3

Solved

I know the Google Translate API has a limit of 5,000 characters per request, but how many requests are allowed under a certain period of time?
Iceni asked 10/12, 2010 at 5:9

1

Solved

I have a Website which currently is only in English. However, we have a Google Translate widget which will translate the website to any language selected by the user. Here's the small snippet: &l...
Cowled asked 4/3, 2014 at 5:51

0

I want to use the Google translation service for my website,However i can found many ways and two of them are Paid Google Translator Api Free translation using Http webrequest in C# code (http:/...
Donaugh asked 15/11, 2013 at 8:34

2

Solved

I'm talking about the Google Translator on web, I use this tool a lot every day, with several languages. Anyone knows if there are hotkeys or shortcuts to help and get faster the user experie...
Megaera asked 27/2, 2012 at 11:44

2

Solved

I am currently using the following to translate a web page: http://translate.google.com/about/intl/en_ALL/tour.html#professional The problem is, when I put the code snippet generated on the Googl...
Chloris asked 31/3, 2011 at 23:13

1

I have developed an Android application that launches a Google Translate Activity using the following code: ... Intent i = new Intent(); i.setAction(Intent.ACTION_VIEW); i.putExtra("key_text_input...
Hyperboloid asked 6/8, 2013 at 13:51

1

Solved

I need some way to get words from my phrasebook in google translate. How can I get all words from Google Translate Phasebook? Are there any java api for it?
Silicate asked 2/8, 2013 at 14:5

2

Solved

I'm using the API with this code: NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; NSString...
Lettuce asked 17/4, 2013 at 10:44

1

Solved

http://jsfiddle.net/tkRaQ/51/ The "addClass" here: $(".datepicker").datepicker().addClass('notranslate'); doesn't fix it.... (google translation stops the selection of dates from working) For so...
Lymphosarcoma asked 16/6, 2013 at 5:6

1

I have a client's site where we provide links to Google Translate via flag icons. I would like to provide a link back to the original language (English) from the translated result. You can see wha...
Brewer asked 23/9, 2012 at 21:19

1

Solved

Is there a way to asynchronously load Google Translate widget for your website? I tried putting this on the bottom of my page, but the #google_translate_element container was still empty. <!--...
Penetralia asked 13/3, 2013 at 6:3

1

I have read other posts related to this but I haven't got anything concrete. I am developing an Android app using phonegap which needs some sort of text translation. So I searched google tran...
Coworker asked 27/2, 2013 at 9:21

1

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 woul...
Zwolle asked 31/8, 2010 at 1:43

2

Solved

I'm using the (unofficial) Google translate TTS api to retrieve mp3s to support disabled learners to read web pages. It all works fine, however we have an American accent (we're in the UK!). When I...
Wilterdink asked 13/6, 2012 at 15:49

5

I am working on a project in Unity which uses Assembly C#. I try to get special character such as é, but in the console it just displays a blank character: "". For instance translating "How are you...

1

Solved

Through some excellent answers I know I can get the MP3 file from text input by using the following URL with properties: http://www.translate.google.com/translate_tts?tl=zh-TW&q=我要吃餅乾 B...
Obcordate asked 17/7, 2012 at 6:29

2

i have problem with Google console API while using Google translate trough it. When i run the test from my local machine, it works great, but when i try to run it at my remote test virtual server i...
Hines asked 8/8, 2012 at 20:34

© 2022 - 2024 — McMap. All rights reserved.