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