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.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- stringKey
- Type: System String
Resource string key
- cultureCode (Optional)
- Type: System String
Culture code
See Also