Click or drag to resize
ResHelperGetAPIString Method (String, String, String)
Returns specified string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetAPIString(
	string stringName,
	string culture,
	string defaultValue
)

Parameters

stringName
Type: SystemString
Key of the string
culture
Type: SystemString
Culture
defaultValue
Type: SystemString
Default value

Return Value

Type: String
See Also