Click or drag to resize
CoreMethodsGetString Method
Gets the string by the specified resource key

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
protected static string GetString(
	string resourceKey,
	string culture = null
)

Parameters

resourceKey
Type: SystemString
Resource key
culture (Optional)
Type: SystemString
Culture

Return Value

Type: String
See Also