TextTranslationTranslateOptions.TargetLanguages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the language of the output text. The target language must be one of the supported languages included in the translation scope. For example, use to=de to translate to German. It's possible to translate to multiple languages simultaneously by repeating the parameter in the query string. For example, use to=de and to=it to translate to German and Italian.
public System.Collections.Generic.IEnumerable<string> TargetLanguages { get; }
member this.TargetLanguages : seq<string>
Public ReadOnly Property TargetLanguages As IEnumerable(Of String)
Property Value
Applies to
Azure SDK for .NET