Click or drag to resize
ResourceStringInfoProviderDeleteResourceStringInfo Method
Deletes resource string translation with specified StringKey and specified UI culture. If cultureCode is null, then the resource string will be deleted from all cultures, otherwise will be deleted only from specified culture.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public static void DeleteResourceStringInfo(
	string stringKey,
	string cultureCode = null
)

Parameters

stringKey
Type: SystemString
Resource string key
cultureCode (Optional)
Type: SystemString
Culture code
See Also