Skip to main content
All docs
V25.1
  • DocumentTranslateBehavior.Languages Property

    Specifies a collection of target languages for text translation.

    Namespace: DevExpress.AIIntegration.Wpf

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

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

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

    Property Value

    Type Description
    List<LanguageInfo>

    A collection of objects that contain information about specific cultures.

    See Also