NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompareInfo.LCID

Returns the properly formed locale identifier for the current CompareInfo.

[Visual Basic]
Public ReadOnly Property LCID As Integer
[C#]
public int LCID {get;}
[C++]
public: __property int get_LCID();
[JScript]
public function get LCID() : int;

Remarks

This property is provided for ease of integration with NLS[RB10]-based software.

See Also

CompareInfo Class | CompareInfo Members | System.Globalization Namespace