| ResHelperGetAPIString Method (String, String, String) | 
            Returns specified string.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
 Syntax
Syntaxpublic 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
See Also