IPSContextInfo.LocaleCulture Property
Gets the locale culture of the Project Server context, for formatting numbers, dates, and currency values.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
ReadOnly Property LocaleCulture As CultureInfo
Get
'Usage
Dim instance As IPSContextInfo
Dim value As CultureInfo
value = instance.LocaleCulture
CultureInfo LocaleCulture { get; }
Property Value
Type: System.Globalization.CultureInfo
Remarks
Project Server uses the LocaleCulture property to determine the correct formatting of numbers, dates, and currency values. The LanguageCulture property is used for string localization and layout of the user interface.