PSSupportedLanguages.GetSupportedLcidFromCulture 方法

确定支持最接近的指定的区域性名称的 LCID。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public Shared Function GetSupportedLcidFromCulture ( _
    cultureName As String _
) As Integer
用法
Dim cultureName As String
Dim returnValue As Integer

returnValue = PSSupportedLanguages.GetSupportedLcidFromCulture(cultureName)
public static int GetSupportedLcidFromCulture(
    string cultureName
)

参数

返回值

类型:System.Int32
最接近的指定的区域性名称 LCID 号。

备注

例如,LCID 的法语 – 加拿大 (FR-CA) 是 3084。从GetSupportedLcidFromCulture("fr-ca")返回的值为 1036,即法语 – 法国 (FR-FR)。

如果.NET Framework 4不支持指定的区域性名称, GetSupportedLcidFromCulture返回-1。

另请参阅

引用

PSSupportedLanguages 类

PSSupportedLanguages 成员

Microsoft.Office.Project.Server.Library 命名空间