ILocalizationServiceGetAPIString Method |
Returns specified string.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax string GetAPIString(
string resourceKey,
string culture,
string defaultValue
)
Parameters
- resourceKey
- Type: SystemString
Key of the string - culture
- Type: SystemString
Culture - defaultValue
- Type: SystemString
Default value
Return Value
Type:
StringSee Also