Savemygame wrote:Did you get a pop up message ?
I don't have an API key so I get a javascript alert. If I use a dummy key (e.g. just fill in some text) I get a javascript popup saying "Bad Request".
In the page source there is a part
- Code: Select all
var source = 'https://www.googleapis.com/language/translate/v2?key=test&source=en&target=nl&callback=translateText&q=' + sourceText;
out of curiosity, what happens when you go to the link
- Code: Select all
https://www.googleapis.com/language/translate/v2?key=test&source=en&target=nl&callback=translateText&q=world
while replacing 'test' with your key? Could that be a way to test the key? Don't know, but it's what I'd try...