Gets the properly formed culture identifier for the current CultureInfo.
[Visual Basic] Overridable Public ReadOnly Property LCID As Integer [C#] public int LCID {virtual get;} [C++] public: __property virtual int get_LCID(); [JScript] public function get LCID() : int;
Read-only. The culture identifier for the current CultureInfo.
This property is provided for ease of integration with NLS-based software.
CultureInfo Class | CultureInfo Members | System.Globalization Namespace