Hi, I am currently working on a piece of smalltalk code designed to allow a user to type in a sentance to a game and then have a translation in their chosen language returned to them. I was really hoping that I could use google translate for this as it's the first translator I've found that allows me to enter the from and to languages as well as the phrase into the address bar.
Smalltalk can only deal with HTML and pulling the page at the url http://translate.google.com/#en|de|dog might display the word "Hund" successfully on the translate page, but the word Hund actually fails to appear in the page source and therefore when the smalltalk code reads that page, it can't find it's translation anywhere. I'm assuming that javascript or flash is therefore being used rather than php to display the result. Is there any way I can get google translate to display it's translation in bare HTML so that the translation can be read by the smalltalk code? If not, does anyone know of a translator that fit my criteria? Thanks very much for your help. -- You received this message because you are subscribed to the Google Groups "General" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-translate-general?hl=en.
