How can I use Google Translate via Ajax using jQuery?

前端 未结 6 1472
名媛妹妹
名媛妹妹 2021-01-24 21:43

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

6条回答
  •  -上瘾入骨i
    2021-01-24 22:19

    Translate API from Google Translate v1.0 is not working anymore, v2.0 is what are you looking for and is not for free like google search or other services from them.

    The price is 20$ for 1 million characters translated.

    Here is the official info!

提交回复
热议问题