CloneSettingsKeepFieldsTranslated Property |
If true, cloned object will keep all the fields which use localization macros {$res.string$} without change.
If false, cloned object will replace the localization with its translation in the default culture.
This setting does not influence DisplayName - this will be always replaced by its translation.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool KeepFieldsTranslated { get; set; }
Property Value
Type:
BooleanSee Also