PSContextInfo.LanguageCulture property
Gets or sets information about the language culture of the Project Web App instance.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property LanguageCulture As CultureInfo
Get
Set
'Usage
Dim instance As PSContextInfo
Dim value As CultureInfo
value = instance.LanguageCulture
instance.LanguageCulture = value
public CultureInfo LanguageCulture { get; set; }
Property value
Type: System.Globalization.CultureInfo
The language culture information.
Implements
ITextConvCultureProvider.LanguageCulture
Remarks
LanguageCulture is used for managed code development. Unmanaged code uses LocaleCulture.