I have a TexArea and a button "To translate" then in the TexArea I place "Hello World" and when I press the button "To translate" above leaves another TexArea to me, but with the translated text to Spanish, serious: "Hola Mundo".
Simple MVC stuff. Create a bean that handles the translation with input and output StringBuffers. Post your page to a servlet that uses that bean, puts it in the Response and forwards to a JSP that uses that bean to display the results.
Bookmarks