PSContextInfo.LocaleCultureName property

Gets or sets the name of the locale culture.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LocaleCultureName As String
    Get
    Set
'Usage
Dim instance As PSContextInfo
Dim value As String

value = instance.LocaleCultureName

instance.LocaleCultureName = value
[DataMemberAttribute]
public string LocaleCultureName { get; set; }

Property value

Type: System.String
Name of the locale culture.

Remarks

LocaleCultureName is used for unmanaged code development. Managed code uses LanguageCultureName.

See also

Reference

PSContextInfo class

PSContextInfo members

Microsoft.Office.Project.Server.Library namespace