Retrieves the locale identifier associated with the host's user interface. The scripting engine uses the identifier to ensure that error strings and other user-interface elements generated by the engine appear in the appropriate language.

HRESULT GetLCID(
    LCID *plcid  // address of variable for language identifier
);

Parameters

plcid

[out] Address of a variable that receives the locale identifier for user-interface elements displayed by the scripting engine.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also