DSSLocale is first-class object. At the core, it is presented by an integer ID (LCID) which is unique in the locale space. The LCID mapping follows the Microsoft convention.
Public Member Functions | |
HRESULT | BaseLocale ([in] IDSSLocale *ipLocale) |
Set the base locale object of this instance. | |
HRESULT | BaseLocale ([out, retval] IDSSLocale oppLocale) |
Return the base locale object of this instance. | |
HRESULT | Info ([out, retval] IDSSObjectInfo oppObjectInfo) |
The IDSSObjectInfo interface associated with this locale. | |
HRESULT | LocaleID ([in] Int32 iLocaleID) |
Set the locale ID this instance is representing. | |
HRESULT | LocaleID ([out, retval] Int32 *opLocaleID) |
Return the locale ID this instance is representing. | |
HRESULT | Populate ([in] IDSSLocale *ipLocale) |
Populate the contents of this instance from another. |
|
Set the base locale object of this instance.
|
|
Return the base locale object of this instance.
|
|
The IDSSObjectInfo interface associated with this locale. This property returns the IDSSObjectInfo interface associated with this object. This interface contains many standard properties and methods. For example, it contains a Name property and a Comments property. It contains methods to save the object.
|
|
Set the locale ID this instance is representing.
|
|
Return the locale ID this instance is representing. One should be able to find out what this language is by looking up this ID in Microsoft Windows LCID code table.
|
|
Populate the contents of this instance from another.
|