AIReportingIntegration.CreateLocalizeExtension(IAIExtensionsContainer, String) Method
Creates a new instance of the LocalizeExtension class.
Namespace: DevExpress.AIIntegration
Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Reporting.Common
Declaration
public static IAIExtension<LocalizeRequest, TextResponse> CreateLocalizeExtension(
this IAIExtensionsContainer container,
string name = null
)
Parameters
| Name | Type | Description |
|---|---|---|
| container | IAIExtensionsContainer | A container that manages registered AI clients. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| name | String | null | The name of the extension. |
Returns
| Type | Description |
|---|---|
| DevExpress.AIIntegration.IAIExtension<LocalizeRequest, TextResponse> | A new instance of the |
See Also