C-DEngine 5.105

TheClientInfo..::..LCID Property

LanguageID of the requesting Node/Client

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int LCID { get; set; }
Public Property LCID As Integer
	Get
	Set
public:
property int^ LCID {
	int^ get ();
	void set (int^ value);
}