summaryM:DotNetNuke.Services.Localization.Localization.LocalizeControlTitle(System.String,System.String,System.String)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.0. Replaced by LocalizeControlTitle(IModuleControl).")]
public static string LocalizeControlTitle(
	string controlTitle,
	string controlSrc,
	string Key
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.0. Replaced by LocalizeControlTitle(IModuleControl).")> 
Public Shared Function LocalizeControlTitle ( 
	controlTitle As String,
	controlSrc As String,
	Key As String
) As String

Parameters

controlTitle
Type: System..::..String
paramcontrolTitleM:DotNetNuke.Services.Localization.Localization.LocalizeControlTitle(System.String,System.String,System.String)
controlSrc
Type: System..::..String
paramcontrolSrcM:DotNetNuke.Services.Localization.Localization.LocalizeControlTitle(System.String,System.String,System.String)
Key
Type: System..::..String
paramKeyM:DotNetNuke.Services.Localization.Localization.LocalizeControlTitle(System.String,System.String,System.String)

Return Value

returnsM:DotNetNuke.Services.Localization.Localization.LocalizeControlTitle(System.String,System.String,System.String)

See Also