LocalizeRequest(String, String) Constructor
Initializes a new instance of the LocalizeRequest 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
Parameters
Name | Type | Description |
---|---|---|
text | String | The text to be localized. |
language | String | The target language for localization. |
See Also