Resolves the localization strings.

Namespace:  C1.Web.UI.Controls.C1Schedule.Commands
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public static string ResolveLocalizationStrings(
	string userControlContent,
	C1Schedule c1Schedule
)
Visual Basic
Public Shared Function ResolveLocalizationStrings ( _
	userControlContent As String, _
	c1Schedule As C1Schedule _
) As String

Parameters

userControlContent
Type: System..::..String
Content of the user control.
c1Schedule
Type: C1.Web.UI.Controls.C1Schedule..::..C1Schedule
The c1 schedule.

Return Value

See Also