Share via


SPRegionalSettings.GlobalServerLanguage Property

Gets the language in which Windows SharePoint Services 2.0 was originally installed.

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

Syntax

Public Shared ReadOnly Property GlobalServerLanguage As SPLanguage
    Get

Dim value As SPLanguage

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

Property Value

Type: Microsoft.SharePoint.SPLanguage
An SPLanguage object that represents the language.

Remarks

If you install Windows SharePoint Services 2.0 in English, for example, and then subsequently install other languages, the GlobalServerLanguage property always returns English as the language.

See Also

Reference

SPRegionalSettings Class

SPRegionalSettings Members

Microsoft.SharePoint Namespace