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!

CultureInfo.LCID

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;

Property Value

Read-only. The culture identifier for the current CultureInfo.

Remarks

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

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace