Compartir a través de


del método PSSupportedLanguages.IsSupportedLcid

Indica si un LCID específico es compatible con Project Server.

Espacio de nombres:  Microsoft.Office.Project.Server.Library
Ensamblado:  Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)

Sintaxis

'Declaración
Public Shared Function IsSupportedLcid ( _
    lcid As Integer _
) As Boolean
'Uso
Dim lcid As Integer
Dim returnValue As Boolean

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

Parámetros

Valor devuelto

Tipo: System.Boolean
True si el valor de específico lcid es un LCID admitido; en caso contrario, false.

Comentarios

Para LCID admitido, vea PSSupportedLanguages.

Vea también

Referencia

clase PSSupportedLanguages

Miembros PSSupportedLanguages

Espacio de nombres Microsoft.Office.Project.Server.Library