I have a C# WinForm app with a WebBrowser control on it. I’d like to know if it is possible to add the Google Toolbar to this winform and have it interact with the webbrowser control, specifically for the “Translate” functionality. Is this possible?
Share
If you want to do translation in your Windows Forms app, then perhaps you should try using a translation API.
Try this – http://googlified.com/unofficial-google-translate-api/