Click or drag to resize
UserControlBaseLocalizationPath Property
Gets or sets a value indicating where the control will look for its .resx localization files. By default these files should be in the App_GlobalResources folder. However, if you cannot put the resource files in the default location or .resx files compilation is disabled for some reason (e.g. in a DotNetNuke environment), this property should be set to the location of the resource files.

Namespace: Kettic.AspNet.Controls.Dialogs
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string LocalizationPath { get; set; }

Property Value

Type: String
A relative path to the dialogs location. For example: "~/controls/KaxEditorResources/".
Remarks

If specified, the LocalizationPath property will allow you to load the control localization files from any location in the web application.

See Also