Skip to main content
All docs
V24.2

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