ESRI.ArcGIS.ADF.IMS
GetCultureInfo Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Administration Namespace > Environment Class : GetCultureInfo Method




Gets a CultureInfo object that uses the Environment's Language and Country properties.

Syntax

Visual Basic (Declaration) 
Public Function GetCultureInfo() As CultureInfo
Visual Basic (Usage)Copy Code
Dim instance As Environment
Dim value As CultureInfo
 
value = instance.GetCultureInfo()
C# 
public CultureInfo GetCultureInfo()

Return Value

CultureInfo object based on the Language and Culture properties of Environment.

Remarks

This method uses the current value of the Environment properties of Language and Country to construct a new CultureInfo object. If these properties are not set, the CultureInfo will not have the corresponding properties set either.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.