Hello Everyone, I would like to translate from English to Chinese (Simplified) using the JSON format as described on this web page:
http://code.google.com/apis/ajaxlanguage/documentation/reference.html { "responseData" : { "translatedText" : the-translated-text, "detectedSourceLanguage"? : the-source-language }, "responseDetails" : null | string-on-error, "responseStatus" : 200 | error-code } The description only shows that the JSON format only returns the translated text. I want to be able to include the Chinese Romanization, a feature that is available with Google Translate web page. Does anyone know if this is possible and how it can be done? I am using Abobe Flex. Thank You Johnny A -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
