Top "Google-translate" questions

Google Translate is a paid statistical machine translation service provided by Google Inc.

Google translate get current language

After finding zero of anything to help me online.... I am using the current function for a multi language site: …

javascript google-translate
google.auth.exceptions.DefaultCredentialsError:

So, I am following the same procedure exactly according to the Google Translate API's Documentation. The code below was provided …

python google-cloud-platform google-translate
Python script to translate via google translate

I'm trying to learn python, so I decided to write a script that could translate something using google translate. Till …

python beautifulsoup urllib2 google-translate
Request to Google Text-To-Speech API

I have this URL: http://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello+world When …

html url hyperlink google-translate
Detect User's Preferred Language and Google Translate Automatically

I use this script in my site for translation <div id="google_translate_element" align="center"></div&…

javascript internationalization google-translate
How to download language packs on PC in order to use offline Google Translate?

I want to use offline Google Translate application. I know that it is possible to download language packs on Android …

c# translation google-translate language-packs
Javascript Promises: Iterate over all object keys arrays and then resolve

I have this JS object: let setOfWords = { "nouns": [ "work", "construction", "industry" ], "verbs": [ "work" ], } I'm using the google translate API which …

javascript promise google-translate
Restricting usage for an Android key for a Google API

My question is about how to properly set the package name and SHA-1 certificate fingerprint in the Google Developers Console …

android google-api google-cloud-platform google-translate
How to get and parse json answer from google translate

I want to translate word with ajax request to google translate If i use curl, it willl be like: curl_…

ajax json iframe google-translate