ControlsLocalizationGetString Method |
Returns a localized string for a control
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public static string GetString(
Control ctrl,
string stringName,
string culture = null
)
Parameters
- ctrl
- Type: System.Web.UIControl
Control - stringName
- Type: SystemString
String name - culture (Optional)
- Type: SystemString
String culture
Return Value
Type:
StringSee Also