SPGlobalAdmin.InstalledLanguages property
NOTE: This API is now obsolete.
Use the GlobalInstalledLanguages property of the SPRegionalSettings class to get the languages installed in the SharePoint Foundation deployment instead. (In Windows SharePoint Services 2.0, the InstalledLanguages property got the collection of installed languages, and is maintained for backward compatibility.)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPLanguageSettings.GetGlobalInstalledLanguages instead.", _
False)> _
Public ReadOnly Property InstalledLanguages As SPLanguageCollection
Get
'Usage
Dim instance As SPGlobalAdmin
Dim value As SPLanguageCollection
value = instance.InstalledLanguages
[ObsoleteAttribute("Use SPLanguageSettings.GetGlobalInstalledLanguages instead.",
false)]
public SPLanguageCollection InstalledLanguages { get; }
Property value
Type: Microsoft.SharePoint.SPLanguageCollection
An SPLanguageCollection object that represents the languages.