summaryM:DotNetNuke.Services.Localization.LocalizationExpressionBuilder.GetLocalizedResource(System.String,System.Type,System.String,System.String)

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

Syntax

C#
public static Object GetLocalizedResource(
	string key,
	Type targetType,
	string propertyName,
	string virtualPath
)
Visual Basic
Public Shared Function GetLocalizedResource ( 
	key As String,
	targetType As Type,
	propertyName As String,
	virtualPath As String
) As Object

Parameters

key
Type: System..::..String
paramkeyM:DotNetNuke.Services.Localization.LocalizationExpressionBuilder.GetLocalizedResource(System.String,System.Type,System.String,System.String)
targetType
Type: System..::..Type
paramtargetTypeM:DotNetNuke.Services.Localization.LocalizationExpressionBuilder.GetLocalizedResource(System.String,System.Type,System.String,System.String)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Services.Localization.LocalizationExpressionBuilder.GetLocalizedResource(System.String,System.Type,System.String,System.String)
virtualPath
Type: System..::..String
paramvirtualPathM:DotNetNuke.Services.Localization.LocalizationExpressionBuilder.GetLocalizedResource(System.String,System.Type,System.String,System.String)

Return Value

returnsM:DotNetNuke.Services.Localization.LocalizationExpressionBuilder.GetLocalizedResource(System.String,System.Type,System.String,System.String)

See Also