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

    Gets or sets the target language for translation.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.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