Click or drag to resize
ScriptHelperGetLocalizedString Method (String)
Localizes and encodes text to be used in JavaScript string and encapsulates it with "'".

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static string GetLocalizedString(
	string stringName
)

Parameters

stringName
Type: SystemString

Return Value

Type: String
See Also