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
- source
Type: System.String
defaultResourceFile
Type: System.Stringdefault token file for string references
language
Type: System.UInt32desired language of localization
Return value
Type: System.String