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