Share via


PSSupportedLanguages.IsSupportedLcid method

Indicates whether a specific LCID is supported by Project Server.

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

Syntax

'Declaration
Public Shared Function IsSupportedLcid ( _
    lcid As Integer _
) As Boolean
'Usage
Dim lcid As Integer
Dim returnValue As Boolean

returnValue = PSSupportedLanguages.IsSupportedLcid(lcid)
public static bool IsSupportedLcid(
    int lcid
)

Parameters

Return value

Type: System.Boolean
True if the specific lcid value is a supported LCID; otherwise, false.

Remarks

For supported LCIDs, see PSSupportedLanguages.

See also

Reference

PSSupportedLanguages class

PSSupportedLanguages members

Microsoft.Office.Project.Server.Library namespace