CoreMethodsGetString Method |
Gets the string by the specified resource key
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax protected static string GetString(
string resourceKey,
string culture = null
)
Parameters
- resourceKey
- Type: SystemString
Resource key - culture (Optional)
- Type: SystemString
Culture
Return Value
Type:
StringSee Also