Click or drag to resize
FileResourceManagerReadString Method
Reads the string from the resource readers.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
protected string ReadString(
	string key
)

Parameters

key
Type: SystemString
String key

Return Value

Type: String
See Also