Click or drag to resize
PortalHelperLocalizeStringForUI Method
Localizes a given resourceString according to current ViewMode. Use this method to ensure correct localization of UI components in various view modes. The target culture is determined using GetUILocalizationCulture method.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static string LocalizeStringForUI(
	string resourceString
)

Parameters

resourceString
Type: SystemString
Resource string

Return Value

Type: String
See Also