CADability dotNET
Gets or sets the active language

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

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

See Also