Skip to main content
All docs
V26.1
  • DocumentTranslateInlineBehavior.Languages Property

    Specifies a collection of target languages for text translation.

    Namespace: DevExpress.AIIntegration.Wpf

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

    Declaration

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

    Property Value

    Type Description
    List<LanguageInfo>

    The collection of target languages for text translation.

    See Also