inside
inside

Reputation: 3177

Use Google Translation API with localhost

Is there a chance to use Use Google Translation API without getting a key when you are developing your app on localhost?

I was hoping for something like this to work 'https://www.googleapis.com/language/translate/v2?key=localhost&source=en&target=de&q=Hello%20world&q=My%20name%20is%20Jeff';

Upvotes: 4

Views: 6594

Answers (1)

Satya Prakash
Satya Prakash

Reputation: 3502

This is working for on chrome: https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb

Also, S3.Google Translator for Firefox is working. Auto Detect language was not working in this. Once I selected language to translate from to English then it worked.

Upvotes: 2

Related Questions