Share via


TextTranslationTranslateOptions.SourceLanguage Property

Definition

Specifies the language of the input text. Find which languages are available to translate from by looking up supported languages using the translation scope. If the from parameter isn't specified, automatic language detection is applied to determine the source language.

You must use the from parameter rather than autodetection when using the dynamic dictionary feature. Note: the dynamic dictionary feature is case-sensitive.

public string SourceLanguage { get; set; }
member this.SourceLanguage : string with get, set
Public Property SourceLanguage As String

Property Value

Applies to