ControlsHelperGetLocalizedText Method |
Note: This API is now obsolete.
Gets the localized text for the control.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Use method ControlsLocalization.GetLocalizedText")]
public static string GetLocalizedText(
string resourceString,
string source,
string text
)
Parameters
- resourceString
- Type: SystemString
Resource string to localize - source
- Type: SystemString
Source for the localization - may be 'database' or 'file' - text
- Type: SystemString
Text to localize
Return Value
Type:
StringSee Also