LCID Property (ObjectRenderer Object)

LCID Property (ObjectRenderer Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The LCID property returns the locale identifier for the current messaging user. Read-only.

Syntax

objObjectRend.LCID

Data Type

Long

Remarks

A locale is the set of features of a messaging users environment that are dependent on language, country/region, culture, and conventions. These features include the character selection, the collating sequence and sort order, and the date, time, and currency formats. The character selection can be changed by setting the CodePage property.

A locale identifier (LCID) is a 32-bit value containing a 16-bit language identifier and a 4-bit sort identifier. The Microsoft® Windows NT® macros SORTIDFROMLCID and LANGIDFROMLCID can be used to extract these identifiers from the LCID.

The LCID property is set automatically when you set the CodePage property.

The settings of CodePage and LCID do not affect the locale settings of any Session object. Each session has its own SetLocaleIDs method.

See Also

Concepts

ObjectRenderer Object