SPWeb.GetFieldLocalizations Method
Returns the collection of localizations for the website for the specified culture.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public SPLocalizationCollection GetFieldLocalizations(
CultureInfo cultureInfo
)
Parameters
- cultureInfo
- Type: System.Globalization.CultureInfo
A CultureInfo object that represents culture information.
Return Value
Type: Microsoft.SharePoint.SPLocalizationCollectionAn SPLocalizationCollection object that represents the localizations.