i.e
GoogleTranslateAPI.dll (http://code.google.com/p/google-api-for-
dotnet/)
i have my code in .net where i call this dll like below
Dim objTranslateClient As New Google.API.Translate.TranslateClient
strTranslatedText = objTranslateClient.Translate(strPrimaryText,
Google.API.Translate.Language.English,
Google.API.Translate.Language.Arabic,
Google.API.Translate.TranslateFormat.Html)
can any one tell me what i am still missing??
link to image:
Jeremy R. Geerdes
Generally Cool Guy
Des Moines, IA
For more information or a project quote:
jrge...@gmail.com
If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!
> --
> You received this message because you are subscribed to the Google
> Groups "Google AJAX APIs" group.
> To post to this group, send email to
> google-ajax...@googlegroups.com
> To unsubscribe from this group, send email to
> google-ajax-searc...@googlegroups.com
> To view this message on the web, visit
> http://groups.google.com/group/google-ajax-search-api?hl=en_US
> For more options, visit this group at
> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
is there any solution for this?
i want to translate 4000 char at one go.. how to do that??
Jeremy R. Geerdes
Generally Cool Guy
Des Moines, IA
For more information or a project quote:
jrge...@gmail.com
If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!
http://code.google.com/p/google-api-dotnet-client/wiki/APIs#Translate_API
i have use the code provided in documentation(converted it to vb.net).
can u guide me to any working project sample link?
my problem is about translating about 4000 characters at a time.. how
can i solve it??