Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxBlazorReportingAIOptions.Languages Property

Specifies the language collection for Translate and Summarize operations.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.AIIntegration.Blazor.Reporting.Viewer.v24.2.dll

NuGet Package: DevExpress.AIIntegration.Blazor.Reporting.Viewer

#Declaration

public List<LanguageItem> Languages { get; set; }

#Property Value

Type Description
List<LanguageItem>

A list of LanguageItem objects that specify languages.

#Remarks

The specified languages are available in the Output Language drop-down list in the AI Operations tab and in the Translate context menu item.

See Also