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

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

Parameters

stringName
Type: SystemString

Return Value

Type: String
See Also