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: 12.0.0
Syntax 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:
TransformationInfoSee Also