anupam409 / google-api-translate-java

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

Add method in Language Class to return the list of valid language pairs. #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. None needed

What is the expected output? What do you see instead?
Expose the validLanguagePairs method in the Language class as a public
method 'List<String> getValidLanguagePairs()' so the list can be used to
populate drop down list boxes in an UI application.

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

Please provide any additional information below.

Original issue reported on code.google.com by mccar...@att.net on 18 Dec 2007 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by rich.mid...@gmail.com on 18 Dec 2007 at 8:12

GoogleCodeExporter commented 9 years ago
I want to tell that I use your api to create an robot on gtalk to translate for 
user
is text :)
thank you for your work
http://code.google.com/p/gmailwikipedia/
nihedmm@gmail.com

Original comment by nihe...@gmail.com on 13 Jan 2008 at 5:34

GoogleCodeExporter commented 9 years ago
Please expose the isValidLanguage method too. That list is subject to change, 
and I
want to verify which from and to languages will work via intermediate language.

Original comment by maarten....@gmail.com on 1 Apr 2008 at 9:28

GoogleCodeExporter commented 9 years ago
These methods have now been exposed as requested.

Original comment by rich.mid...@gmail.com on 3 Apr 2008 at 8:20