GetString gets the localized string corresponding to the resourcekey
Namespace: DotNetNuke.Services.LocalizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static string GetString( string key, string resourceFileRoot, bool disableShowMissingKeys ) |
| Visual Basic |
|---|
Public Shared Function GetString ( key As String, resourceFileRoot As String, disableShowMissingKeys As Boolean ) As String |
Parameters
- key
- Type: System..::..String
The resourcekey to find
- resourceFileRoot
- Type: System..::..String
The Local Resource root
- disableShowMissingKeys
- Type: System..::..Boolean
Disable to show missing key.