Click or drag to resize
CoreMethodsGetAPIString Method
Gets the string by the specified resource key

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
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: String
See Also