Click or drag to resize
AbstractUserControlGetString Method
Returns localized string.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public virtual string GetString(
	string stringName,
	string culture = null
)

Parameters

stringName
Type: SystemString
String to localize
culture (Optional)
Type: SystemString
Culture to be used for localization

Return Value

Type: String
See Also