Skip to main content
All docs
V25.1
  • LocalizeRequest(String, String) Constructor

    Initializes a new instance of the LocalizeRequest class with specified settings.

    Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public LocalizeRequest(
        string text,
        string language
    )

    Parameters

    Name Type Description
    text String

    The text to be localized.

    language String

    The target language for localization.

    See Also