Skip to main content
All docs
V24.2

TranslateExtension(IServiceProvider) Constructor

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

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public TranslateExtension(
    IServiceProvider serviceProvider
)

Parameters

Name Type Description
serviceProvider IServiceProvider

A service provider.

Remarks

Read the following help topics for additional information:

See Also