Share via


PSContextInfo.LanguageCulture Property

Gets the language 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

Implements

IPSContextInfo.LanguageCulture

Remarks

LanguageCulture is used for managed code development. Unmanaged code uses LocaleCulture.

See Also

Reference

PSContextInfo Class

PSContextInfo Members

Microsoft.Office.Project.Server.Library Namespace