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.
Returns the collection of localizations for the website for the specified culture.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public Function GetFieldLocalizations ( _
cultureInfo As CultureInfo _
) As SPLocalizationCollection
'Usage
Dim instance As SPWeb
Dim cultureInfo As CultureInfo
Dim returnValue As SPLocalizationCollection
returnValue = instance.GetFieldLocalizations(cultureInfo)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public SPLocalizationCollection GetFieldLocalizations(
CultureInfo cultureInfo
)
Parameters
cultureInfo
Type: System.Globalization.CultureInfoA CultureInfo object that represents culture information.
Return Value
Type: Microsoft.SharePoint.SPLocalizationCollection
An SPLocalizationCollection object that represents the localizations.