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 a localizable string.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function LoadResource ( _
id As String _
) As String
'Usage
Dim instance As DataFormWebPart
Dim id As String
Dim returnValue As String
returnValue = instance.LoadResource(id)
public override string LoadResource(
string id
)
Parameters
id
Type: System.StringThe identifier of the string to look up in the culture-specific resources associated with this Web page.
Return Value
Type: System.String
The localized string.
Remarks
Strings are localized for items such as culture-specific names, the writing system, the calendar used, and the formatting for dates and sort strings.