AITranslationConfigurationBuilder.SetLanguages(List<LanguageInfo>) Method
Specifies the language list for translation operations.
Namespace: DevExpress.AspNetCore.Reporting
Assembly: DevExpress.AIIntegration.AspNetCore.Reporting.v25.1.dll
NuGet Package: DevExpress.AIIntegration.AspNetCore.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
languages | List<LanguageInfo> | A list of LanguageInfo objects. |
Returns
Type | Description |
---|---|
AITranslationConfigurationBuilder | An AITranslationConfigurationBuilder that can be used to further configure the AI-powered content translation functionality. |
See Also