FileResourceEditorDeleteResourceString Method |
Removes default resource string.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax public void DeleteResourceString(
string key,
string culture,
bool dontSave = false
)
Parameters
- key
- Type: SystemString
Resource string key - culture
- Type: SystemString
Culture - dontSave (Optional)
- Type: SystemBoolean
If true file will not be saved after delete. False by default.
See Also