DataFormWebPart.LoadResource method

Returns a localizable string.

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

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.String

    The 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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace

CurrentUICulture