Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get all the meanings when I use Google translate API

I used the Google API to translate word from Ar to En I want to translate only one word every time and I want to get all the possible meaning for that word not only one meaning. How can I do that, all the codes I found give only one translation.

like image 762
Fatima Avatar asked Mar 05 '12 21:03

Fatima


1 Answers

Unfortunately it is impossible for the current version of Google Translate API (v.2).

From the FAQ (https://developers.google.com/translate/v2/faq):

Q: Is it possible to get multiple translations of a word?

A: No. This feature is only available via the web interface at translate.google.com

like image 178
Stanislav Avatar answered Nov 01 '22 06:11

Stanislav