bilegt / microsoft-translator-java-api

Automatically exported from code.google.com/p/microsoft-translator-java-api
0 stars 0 forks source link

Multi text Input is not working #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter ClientId/Client Secret
2. Give input as String[] of values with different language texts.
3. Now Execute,not all text are translated.

What is the expected output? What do you see instead?
Input:[¡hola, Prénoms français, Hallo]
Actual Result translatedText:[¡Hola, French names, Hallo]

Expected Result:[Hello, French surnames, Hello]

What version of the product are you using? On what operating system?
microsoft-translator-java-api-0.6.1-jar-with-dependencies

Please provide any additional information below.

Original issue reported on code.google.com by avkannan...@gmail.com on 30 Jan 2013 at 8:47

GoogleCodeExporter commented 8 years ago
From the Microsoft Translator API Reference; when using multi text input, all 
strings must be from the same language. See 
http://msdn.microsoft.com/en-us/library/ff512403.aspx .

Original comment by sylvain....@gmail.com on 25 Feb 2013 at 8:13