Click or drag to resize
TransformationInfoProviderGetLocalizedTransformation Method
Gets the localized transformation by full name. Returns the default transformation if the localized version is not found.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static TransformationInfo GetLocalizedTransformation(
	string transformationFullName,
	string cultureCode
)

Parameters

transformationFullName
Type: SystemString
Transformation full name in format application.class.transformation
cultureCode
Type: SystemString
Culture code

Return Value

Type: TransformationInfo
See Also