PSContextInfo.LocaleCulture property

Gets or sets information about the locale 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 LocaleCulture As CultureInfo
    Get
    Set
'Usage
Dim instance As PSContextInfo
Dim value As CultureInfo

value = instance.LocaleCulture

instance.LocaleCulture = value
public CultureInfo LocaleCulture { get; set; }

Property value

Type: System.Globalization.CultureInfo
The locale information.

Implements

ITextConvCultureProvider.LocaleCulture

Remarks

LocaleCulture is used for unmanaged code development. Managed code uses LanguageCulture.

See also

Reference

PSContextInfo class

PSContextInfo members

Microsoft.Office.Project.Server.Library namespace