Skip to main content
All docs
V26.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.Printing.v26.1.dll

    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