PSContextInfo.LanguageCulture 屬性
取得或設定Project Web App執行個體的語言文化特性的相關資訊。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Property LanguageCulture As CultureInfo
Get
Set
'用途
Dim instance As PSContextInfo
Dim value As CultureInfo
value = instance.LanguageCulture
instance.LanguageCulture = value
public CultureInfo LanguageCulture { get; set; }
屬性值
類型:System.Globalization.CultureInfo
語言文化特性的資訊。
實作
ITextConvCultureProvider.LanguageCulture
備註
managed 程式碼開發適用於LanguageCulture 。未受管理的程式碼會使用LocaleCulture。