| CoreMethodsGetAPIString Method  | 
            Gets the string by the specified resource key
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntaxprotected 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