ScriptHelperGetLocalizedString Method (String) |
Localizes and encodes text to be used in JavaScript string and encapsulates it with "'".
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public static string GetLocalizedString(
string stringName
)
Parameters
- stringName
- Type: SystemString
Return Value
Type:
StringSee Also