do we have any option in google translate v2 to have .dll for .net like we had in v1.
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) -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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
