Hi,
I have a PHP page that uses the google translation API. Currently I
have used google.load("language",1) and
google.setOnLoadCallback(init);
The init function loads the languages in the two combo boxes and
everything is working fine.
Now my requirement is to develop something similar to "http://
www.google.com/translate_t",
Now when i compare the 2 pages (mine and the what google has), the 2
language dropdown boxes are different, my language dropdown does not
have "Finnish" option and it has an "unknown" option at the end while
what google has the "Finnish" option and does not have the "unknown"
option.
So i was just wondering how can I make the dropdown in my page similar
to that what google has, any help would be greatly appreciated.
Thanks,
Hardik Patel.