GetString gets the localized string corresponding to the resource key

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

Syntax

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

Parameters

key
Type: System..::..String
The resource key to find

Return Value

The localized Text

See Also