A.J
A.J

Reputation: 726

Use Google translate library in android app?

I want to make an android translate app can I use this library "google.api.translate" ? I read that google translate api has been deprecated

Upvotes: 2

Views: 984

Answers (1)

Alexander
Alexander

Reputation: 48232

It's a web service, not a library. It used to be free, now it's a paid service. Probably, what you have heard is that the free service has been canceled. You may want to consider using Bing Translation API, it's free.

Upvotes: 6

Related Questions