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.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
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