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.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax public static void DeleteResourceStringInfo(
string stringKey,
string cultureCode = null
)
Parameters
- stringKey
- Type: SystemString
Resource string key - cultureCode (Optional)
- Type: SystemString
Culture code
See Also