Skip to main content
All docs
V26.1
  • LocalizeExtension(IServiceProvider) Constructor

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

    Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions

    Assembly: DevExpress.AIIntegration.Printing.v26.1.dll

    Declaration

    public LocalizeExtension(
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type Description
    serviceProvider IServiceProvider

    A service provider.

    See Also