Android 如何将英文JSON数组翻译成另一种语言

Android 如何将英文JSON数组翻译成另一种语言,android,google-translation-api,Android,Google Translation Api,我有一个JSON数组要翻译成多种语言。我试过了,但是没有用,因为你只能翻译一个字符串 JSON: [ { "userId": 1, "id": 1, "title": "parihar", "type": "veg hotel", "area":"some

我有一个JSON数组要翻译成多种语言。我试过了,但是没有用,因为你只能翻译一个字符串

JSON:

[
      {
        "userId": 1,
        "id": 1,
        "title": "parihar",
        "type": "veg hotel",
        "area":"some place",
        "is_open":"open"
        "term":"some text"
      },
      {
        "userId": 1,
        "id": 2,
        "title": "parihar2",
        "type": "veg hotel",
        "area":"some place",
        "is_open":"open"
        "term":"some text"
      }]

为什么链接没有帮助?因为每个请求有一个字符串转换,而不是完整对象