【问题标题】:Is there google translate API for iPhone application?iPhone应用程序有谷歌翻译API吗?
【发布时间】:2011-06-08 06:33:56
【问题描述】:

我使用 MonoTouch 开发了 iPhone 应用程序。我需要集成多语言支持(至少 20 到 30 种语言)。我已经讨论过this。但我觉得将所有英语单词翻译成其他语言需要更多时间。因为需要手动为每种语言创建 proj 文件。我可以为此使用谷歌翻译吗?有API吗?

【问题讨论】:

标签: c# iphone xamarin.ios google-translate


【解决方案1】:

这是用于translateGoogleapi

  [1]: http://code.google.com/apis/language/translate/v2/getting_started.html#translate 

    https://www.googleapis.com/language/translate/v2?parameters

    https://www.googleapis.com/language/translate/v2?key=INSERT-YOUR-KEY&q=hello%20world&source=en&target=de
https://www.googleapis.com/language/translate/v2/languages?parameters

【讨论】:

    【解决方案2】:

    注册 API 密钥后,您只需在应用中使用 FGTranslator:https://github.com/gpolak/FGTranslator

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-26
      • 2010-10-10
      • 2010-12-24
      相关资源
      最近更新 更多