You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The short answer is that the Microsoft Translator v2 TranslateArray service does not permit either multiple origin languages or multiple target languages for each text in the array. All texts are assumed be of the same origin language and may only be translated to one target language.
While it would be possible to provide a convenience method to perform such translations (and searching for efficiencies by bundling same origin / target languages), behind the scenes the API would be making multiple calls to the service and, in essence, just providing a batching abstraction for a serial process.
It would be possible for you to do the same thing with the API today, only managing that process in your own application.
can we get the different languages from a same string in a single method by using string array?
The text was updated successfully, but these errors were encountered: