1

I am using the Google Translation API, here is an example request to getting 'Hello' from English to Simplified Chinese:

Google Translation API - 'Hello' From English to Chinese

And as you can see this is pretty much all the data it returns:

你好

Which is not very helpful to a user who might want to be able to speak it, so does Google Translation API return any pinyin or phonetic typing so it might return that as:

Ni Hao

Thanks!

Alex Martelli
  • 854,459
  • 170
  • 1,222
  • 1,395
MCKapur
  • 9,127
  • 9
  • 58
  • 101
  • You might want to remove/change the link such that it does not include your API key. I know the example doesn't work as well for us if you do, but it probably isn't a good idea to leave it there. – laaph Oct 22 '12 at 05:58

1 Answers1

3

This isn't possible with the current API. See:

Get Chinese Romanization from Google Translate API

Apparently it is still an open issue that Google has not implemented into the API.

Community
  • 1
  • 1
jingtao
  • 513
  • 2
  • 7