Help I am a software developer and trying to obtain translation information by used Microsoft .net WebClient. I can not seem to obtain chinese characters correctly using WebClient. I have tried using UFT-8, UFT-7 decoding with WebClient but that does not work either. When using the internet explorer it does work. As an example to translate "button" into Chinese (Traditional) typing in http://translate.google.com/translate_t&[EMAIL PROTECTED]@tl=zh-tw gives Chinese Translation but using the WebClient software
Dim Client as New WebClient Client.Encoding = System.Text.Encoding.UTF8 sReturnHTTPString = Client.DownloadString ( "http:// translate.google.com/translate_t&[EMAIL PROTECTED]@tl=zh-tw") does not show the correct Translation in the return string. I realize the translation is in unicode, so the UTF8 decoding should work. What am I missing ? Is some other unicode decoder being used ? GaryB --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Translate" 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?hl=en -~----------~----~----~----~------~----~------~--~---
