Closed GoogleCodeExporter closed 8 years ago
Hi,
Please advice me how to use this API using VB.net. It will be helpfull if you
can
provide me a similar sample code for VB.NET also. I am new to .Net coding. I
was
getting the error the beloow line.
'Dim text As String = "我喜欢跑步。"
Dim text As String = "Hello"
' Enter the URL of your site here
Dim client As New TranslateClient("http://localhost")
Dim translated As String
translated = client.Translate(text, Language.English,
Language.English) 'error in above line
Console.WriteLine(translated)
Original comment by chaitanyainfy@gmail.com
on 17 Dec 2009 at 9:21
This issue was closed by revision r107.
Original comment by iron9li...@gmail.com
on 19 Mar 2010 at 7:44
Original issue reported on code.google.com by
iron9li...@gmail.com
on 6 Oct 2009 at 5:10