C-DEngine 5.105

TheNMIEngine..::..LocNMI Method (Int32, TSM)

Updates the PLS with a localized version of the PLS according to an LCID. ATTENTION: If ### is in PLS and the message was NOT meant to be translated, the content of PLS will change! ENG must be set to the engine holding the strings

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

Syntax


public static TSM LocNMI(
	int LCID,
	TSM pOrg
)
Public Shared Function LocNMI ( _
	LCID As Integer, _
	pOrg As TSM _
) As TSM
public:
static TSM^ LocNMI(
	int^ LCID, 
	TSM^ pOrg
)

Parameters

LCID
Type: Int32
pOrg
Type: nsCDEngine.BaseClasses..::..TSM

Return Value