AITranslationConfigurationBuilder.SetLanguages(List<LanguageInfo>) Method
Specifies the language list for translation operations.
Namespace: DevExpress.AIIntegration.Blazor.Reporting.Viewer.Extensions
Assembly: DevExpress.AIIntegration.Blazor.Reporting.Viewer.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Reporting.Viewer
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