ChartDataBindingHelper.GetCultureInfo Method
Provides information about the culture for the current HTTP request.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Shared Function GetCultureInfo As CultureInfo
'Usage
Dim returnValue As CultureInfo
returnValue = ChartDataBindingHelper.GetCultureInfo()
public static CultureInfo GetCultureInfo()
Return Value
Type: System.Globalization.CultureInfo
The CultureInfo object that represents the information of the current culture. The information includes the names for the culture, the writing system, the calendar used, and formatting for dates and sort strings.
Remarks
This method provides information for the calendar type of the culture of the current HTTP context. The calendar type defaults to the GregorianCalendar object if the calendar type of the SharePoint server as specified by its regional settings is not supported by the culture of the current HTTP context.