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;
This property is provided for ease of integration with NLS[RB10]-based software.
CompareInfo Class | CompareInfo Members | System.Globalization Namespace