Click or drag to resize
ILocalizationServiceGetAPIString Method
Returns specified string.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
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