Function to translate a control and it's children controls.

Namespace: DataTableEx
Assembly: DataTableEx (in DataTableEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void TranslateControl(
	Object Ctrl
)
Visual Basic
Public Sub TranslateControl ( _
	Ctrl As Object _
)
Visual C++
public:
void TranslateControl(
	Object^ Ctrl
)

Parameters

Ctrl
Type: System..::..Object
Control to translate.

Remarks

When the property that will be translated for the control is the Text property.

See Also