Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the language in which SharePoint Foundation was originally installed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Shared ReadOnly Property GlobalServerLanguage As SPLanguage
Get
'Usage
Dim value As SPLanguage
value = SPRegionalSettings.GlobalServerLanguage
public static SPLanguage GlobalServerLanguage { get; }
Type: Microsoft.SharePoint.SPLanguage
An SPLanguage object that represents the language.
If you install SharePoint Foundation in English, for example, and then subsequently install other languages, the GlobalServerLanguage property always returns English as the language.