Click or drag to resize
KenticoLocalizationScriptControllerScript Method
Gets the script with localization of resource strings.

Namespace: Kentico.Builder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ActionResult Script(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code of the localization.

Return Value

Type: ActionResult
See Also