The GetLocalizedString method provides a conveniencewrapper around the Localization of Strings

Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetLocalizedString(
	string key
)
Visual Basic
Public Shared Function GetLocalizedString ( 
	key As String
) As String

Parameters

key
Type: System..::..String
The localization key

Return Value

The localized string

See Also