FileResourceManagerSetString Method |
Sets the resource string of currently loaded culture/language.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax public void SetString(
string key,
string value
)
Parameters
- key
- Type: SystemString
Resource string key - value
- Type: SystemString
Resource string value
See Also