Delen via


TextTranslationTranslateOptions.TargetLanguages Property

Definition

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