CoreMethodsGetAPIString Method |
Gets the string by the specified resource key
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax protected static 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