Questions tagged [google-translate]

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

Google Translate functionality can be consumed programmatically using the Google Translate API. Google Translate API v1 is no longer available as of December 1, 2011 and has been replaced by Google Translate API v2.

While the Google Translate API switched to a paid service, Google is still offering the Google Translate Element as an ongoing alternative. The Google Translate Element, when embedded on a webpage via JavaScript and an optional placeholder HTML <div>, can translate pages automatically.

1884 questions
23
votes
5 answers

Google translate - Disable translating of a part of my text

I'm working on an admin page to create post for a blog. I have a french textarea and an english textarea. So, for those who cannot translate by there own, I created a button "translate with google":
pmrotule
  • 9,065
  • 4
  • 50
  • 58
22
votes
4 answers

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 in it. # Imports the Google Cloud client library from google.cloud import translate # Instantiates a…
Samrat
  • 406
  • 1
  • 3
  • 8
22
votes
2 answers

What is the meaning of Google Translate query params?

What is the meaning of all Google Translate query params? client:t sl:auto tl:sk hl:sk //language of the interface (default:en, you can try xx-bork or xx-hacker) dt:bd dt:ex dt:ld dt:md dt:qc dt:rw dt:rm dt:ss dt:t dt:at dt:sw ie:UTF-8 // encoding…
To Kra
  • 3,344
  • 3
  • 38
  • 45
21
votes
6 answers

Download MP3 from Google Translate text to speech

I found this code from the Internet and it uses the Google translate's text to speech capability using URL. here is the code: http://translate.google.com/translate_tts?tl=en&q="hello world" I know how to call this in my vb.net but I don't know how…
user1169690
  • 211
  • 1
  • 2
  • 4
21
votes
5 answers

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...
Maju
  • 1,195
  • 2
  • 9
  • 17
21
votes
5 answers

Translate website to any specific language, on page load

Anybody have any idea how to translate a web page into any language using Google translate when it loads? I don't want a drop down menu, I just want to convert the website into a specific language when it loads. I have tried many things from…
21
votes
15 answers

Adding Google Translate to a web site

Looking here Google Translate I get the following code.