This is the language you wish to translate to. This must be a language that matches your field struction in your language file.

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

Syntax

C#
public string ToLanguage { get; set; }
Visual Basic
Public Property ToLanguage As String
	Get
	Set
Visual C++
public:
property String^ ToLanguage {
	String^ get ();
	void set (String^ value);
}

Field Value

String name of the currently selected language.

Return Value

ToLanguage

Remarks