daniellmb / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
1 stars 0 forks source link

Exception for long text translations #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Using Vb.net 
2.Enter a long text as the input of translation 

What is the expected output? What do you see instead?
I Get Exception (Failed to get response).

What version of the product are you using? On what operating system?
V 0.3

Please provide any additional information below.

My code is:

Dim client As TranslateClient = New TranslateClient("test")
TextBox2.Text = client.Translate(TextBox1.Text, "en", "es", "html")

Original issue reported on code.google.com by reza...@gmail.com on 8 Jan 2010 at 8:34

GoogleCodeExporter commented 9 years ago
i am also facing same issue, same behaviour. occures when i enter long text

Original comment by mihir.dh...@gmail.com on 24 Mar 2010 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by iron9li...@gmail.com on 24 Mar 2010 at 1:35