Function to translate a specified object's properties. This will translate the "Text" and "Items.Text" properties.

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

Syntax

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

Parameters

ObjectToTranslate
Type: System..::..Object
Object who's properties to translate.

Remarks