I am using Ajax via jQuery, and I am trying to translate using the Google Translate Service. The service does not seem to work for me.
What am I doing wrong? How would I
I think you are following the wrong strategy. You don't make AJAX calls to the Google Translate Service directly, the Google Translate Javascript API wraps this all for you.
Look at the examples in the API playground.