Skip to main content
All docs
V26.1
  • TranslateRequest.Language Property

    Gets or sets the target language for translation.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v26.1.dll

    Declaration

    public string Language { get; set; }

    Property Value

    Type Description
    String

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

    See Also