Back to Devexpress

DocumentTranslateInlineBehavior.Languages Property

wpf-devexpress-dot-aiintegration-dot-wpf-dot-documenttranslateinlinebehavior-a77b6105.md

latest1.3 KB
Original Source

DocumentTranslateInlineBehavior.Languages Property

Specifies a collection of target languages for text translation.

Namespace : DevExpress.AIIntegration.Wpf

Assembly : DevExpress.AIIntegration.Wpf.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Wpf

Declaration

csharp
public List<LanguageInfo> Languages { get; set; }
vb
Public Property Languages As List(Of LanguageInfo)

Property Value

TypeDescription
List<LanguageInfo>

The collection of target languages for text translation.

|

See Also

DocumentTranslateInlineBehavior Class

DocumentTranslateInlineBehavior Members

DevExpress.AIIntegration.Wpf Namespace