C-DEngine 5.105

TheCommonUtils..::..GetLCID Method (TheProcessMessage)

Query for an LCID.

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

Syntax


public static int GetLCID(
	TheProcessMessage pMSG
)
Public Shared Function GetLCID ( _
	pMSG As TheProcessMessage _
) As Integer
public:
static int^ GetLCID(
	TheProcessMessage^ pMSG
)

Return Value

A valid Locale ID.

Remarks


Query the Locale ID (LCID) for the current user. If null is provided for the pMSG parameter, the default Locale ID for the system is returned.