AbstractCMSPageGetString Method |
Returns localized string.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public static string GetString(
string stringName,
string culture = null
)
Parameters
- stringName
- Type: SystemString
String to localize. - culture (Optional)
- Type: SystemString
Culture.
Return Value
Type:
StringSee Also