I am the developer of a Firefox extension and one of the things it can do is
use Google Translate to show a page in the users own language. This uses the
auto detect language feature along with a setting that says what their
preferred language is.
The problem is that I need to maintain this list of languages within the
extension for the user to pick from. That is kind of painful, it would be very
useful if I could request an up to date list from Google. So basicly
everything that appears in this list
http://code.google.com/intl/fr/apis/language/translate/v2/using_rest.html#langua
ge-params
The current solution will be to just scrap the data off one of the pages where
the list appears, but this is not optimal for ether of us.
Original issue reported on code.google.com by testo....@gmail.com on 26 Nov 2010 at 10:43
Original issue reported on code.google.com by
testo....@gmail.com
on 26 Nov 2010 at 10:43