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

    Initializes a new instance of the LocalizeExtension 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 LocalizeExtension(
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type Description
    serviceProvider IServiceProvider

    A service provider.

    See Also