Click or drag to resize
AbstractCMSPageGetString Method
Returns localized string.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static string GetString(
	string stringName
)

Parameters

stringName
Type: SystemString
String to localize.

Return Value

Type: String
See Also