Hello and Merry Christmas to all !
i have developed an application that i want to distribute via the web.
One feature of this application uses Google Translate website , without
the programming api, in order to translate text.
I use a simple webbrowser control , post the request and parse the results
, for a list of text to be translated ,every 4 seconds.
The application works ok because i do not send the requests too quickly and i do not get the screen from Google that says that too many requests have been done in too little time.
The problem is that this application is commercial and i want to distribute it via the internet.
Do you think that Google will get annoyed and sue me because i do not use
their programming api but instead use the free webbrowser control to handle my requests ?

Thanks !
Alex