Back to Devexpress

DocumentTranslateBehavior.Languages Property

wpf-devexpress-dot-aiintegration-dot-wpf-dot-documenttranslatebehavior.md

latest1.3 KB
Original Source

DocumentTranslateBehavior.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>

A collection of objects that contain information about specific cultures.

|

See Also

DocumentTranslateBehavior Class

DocumentTranslateBehavior Members

DevExpress.AIIntegration.Wpf Namespace