Compartilhar via


SPRegionalSettings.GlobalServerLanguage property

Obtém o idioma no qual o SharePoint Foundation foi originalmente instalado.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Shared ReadOnly Property GlobalServerLanguage As SPLanguage
    Get
'Uso
Dim value As SPLanguage

value = SPRegionalSettings.GlobalServerLanguage
public static SPLanguage GlobalServerLanguage { get; }

Property value

Type: Microsoft.SharePoint.SPLanguage
Um objeto SPLanguage que representa o idioma.

Comentários

Se você instalar SharePoint Foundation em inglês, por exemplo e, em seguida, subsequentemente instala outros idiomas, a propriedade GlobalServerLanguage sempre retorna o inglês como idioma.

Ver também

Referência

SPRegionalSettings class

SPRegionalSettings members

Microsoft.SharePoint namespace