vikassharma27 / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

what do I pass as an argument in Translate.setHrefferer(...???? ) #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by sony8...@gmail.com on 13 Jan 2011 at 4:55

GoogleCodeExporter commented 8 years ago
A String value for the address of your website.

Unfortunately Google require setting this as the underlying API is a JavaScript 
one, even though it has little relevance from a Java app. If you have a website 
address I suggest using that, otherwise perhaps add a wiki page for your 
application and use the URL of that, or just give up and use the URL for this 
project's home page.

Original comment by rich.mid...@gmail.com on 13 Jan 2011 at 6:42