KaxEditorLocalizationPath Property |
Gets or sets a value indicating where the editor 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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string LocalizationPath { get; set; }
Public Property LocalizationPath As String
Get
Set
public:
property String^ LocalizationPath {
String^ get ();
void set (String^ value);
}
member LocalizationPath : string with get, set
Property Value
Type:
String
A relative path to the dialogs location. For example: "~/controls/KaxEditorResources/".
RemarksIf specified, the LocalizationPath
property will allow you to load the editor localization files from any location in the
web application.
See Also