SPUtility.GetVersionedLocalizedString15 method

Generates a localized form of a given xml fragment, given the appropriate LCID and default token file reference

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

Syntax

'Declaration
Public Shared Function GetVersionedLocalizedString15 ( _
    source As String, _
    defaultResourceFile As String, _
    language As UInteger _
) As String
'Usage
Dim source As String
Dim defaultResourceFile As String
Dim language As UInteger
Dim returnValue As String

returnValue = SPUtility.GetVersionedLocalizedString15(source, _
    defaultResourceFile, language)
public static string GetVersionedLocalizedString15(
    string source,
    string defaultResourceFile,
    uint language
)

Parameters

  • defaultResourceFile
    Type: System.String

    default token file for string references

Return value

Type: System.String

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace