TranslateInputItem.Language Property

Definition

Specifies the language of the input text. Find which languages are available to translate by looking up supported languages using the translation scope. If the language parameter isn't specified, automatic language detection is applied to determine the source language. You must use the language parameter rather than autodetection when using the dynamic dictionary feature. Note: the dynamic dictionary feature is case-sensitive.

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

Property Value

Applies to