This is the native language of the application. This must be a language that matches your field struction in your language file. This is the starting lookup language to convert from.

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

Syntax

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

Field Value

String name of the base starting language.

Return Value

The base language.

Remarks