Skip to main content
All docs
V24.2

DocumentTranslateBehavior(Type, IEnumerable<LanguageInfo>) Constructor

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

Namespace: DevExpress.AIIntegration.WinForms

Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll

Declaration

public DocumentTranslateBehavior(
    Type type,
    IEnumerable<LanguageInfo> languages
)

Parameters

Name Type Description
type Type

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

languages IEnumerable<DevExpress.AIIntegration.WinForms.LanguageInfo>

A collection of target languages for text translation.

See Also