Skip to main content
All docs
V24.2

TranslateRequest.Language Property

Gets or sets the target language for translation.

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public string Language { get; set; }

Property Value

Type Description
String

The target language for translation (for example, “de”, “German”, “it”, “Italian”).

See Also