得到谷歌翻译api for iphone

yon*_*oni 5 iphone api translation objective-c

我想从iphone使用google translate api.

我找到的是:http: //code.google.com/p/gdata-objectivec-client/

但在列表中我看不到翻译api.

我在哪里可以找到图书馆?

谢谢.

xha*_*han 10

我为一个名为PLTranslator的谷歌翻译服务写了一个客观的包装器.请访问http://github.com/xhan/PLTranslator查看


Ben*_*n S 4

Google Language API 作为网络服务提供。对于非 JavaScript 环境,您应该使用 JSON 与 Google 服务器进行通信。

此功能似乎没有 Objective-C 包装器(如您发布的那样),因此您必须自己推出。值得庆幸的是,JSON 在 iPhone 上使用起来非常简单。