SPAlertTemplate.GetLocalizedXml Method

Gets a version of the Collaborative Application Markup Language (CAML) from the Xml property that has been localized for the specified locale.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Function GetLocalizedXml ( _
    lcid As UInteger _
) As String
'Usage
Dim instance As SPAlertTemplate
Dim lcid As UInteger
Dim returnValue As String

returnValue = instance.GetLocalizedXml(lcid)
public string GetLocalizedXml(
    uint lcid
)

Parameters

Return Value

Type: System.String
A localized version of the CAML that defines the alert template.

See Also

Reference

SPAlertTemplate Class

SPAlertTemplate Members

Microsoft.SharePoint Namespace