| TransformationInfoProviderGetLocalizedTransformation Method  | 
            Gets the localized transformation by full name. Returns the default transformation if the localized version is not found.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxpublic 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