Skip to main content
All docs
V26.1
  • TranslateBehavior(Type, IEnumerable<LanguageInfo>) Constructor

    Initializes a new instance of the TranslateBehavior class with specified settings.

    Namespace: DevExpress.AIIntegration.WinForms

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

    Declaration

    public TranslateBehavior(
        Type behaviorSourceType,
        IEnumerable<LanguageInfo> languages
    )

    Parameters

    Name Type Description
    behaviorSourceType Type

    The type of target control to which the behavior is attached.

    languages IEnumerable<DevExpress.AIIntegration.WinForms.LanguageInfo>

    The collection of target languages for text translation.

    See Also