Skip to main content
All docs
V25.1
  • LanguageInfo.Text Property

    Gets or sets the language display text.

    Namespace: DevExpress.AIIntegration.Reporting.Common.Models

    Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public string Text { get; set; }

    Property Value

    Type Description
    String

    The language display text.

    Remarks

    The specified string is displayed in the Output Language drop-down list and in the Translate and Translate Inline quick action menu item.

    See Also