Click or drag to resize
FileResourceEditorDeleteResourceString Method
Removes default resource string.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
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