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!

RegionInfo Constructor (Int32)

Initializes an instance of the RegionInfo class that most closely corresponds to the culture identifier.

[Visual Basic]
Overloads Public Sub New( _
   ByVal culture As Integer _
)
[C#]
public RegionInfo(
   int culture
);
[C++]
public: RegionInfo(
   int culture
);
[JScript]
public function RegionInfo(
   culture : int
);

Parameters

culture
The culture identifier contains information about the primary language identifier, sublanguage identifier and sort ID. The culture parameter is mapped to the corresponding NLS locale identifier.

Remarks

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

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace | RegionInfo Constructor Overload List