This one selects the language and it's not stricly necessary:
FCKeditor1.DefaultLanguage = "en";
Just to find out I had to spend a day tracing tre javascript code! I wonder if the samples provided with the .Net control have been actually tested or not...
RE: .net control 2.1 gives error with VS.Net
FCKeditor1.PluginsPath = sPath + "editor/plugins/";
FCKeditor1.BaseHref = "";
FCKeditor1.CustomConfigurationsPath = "";
FCKeditor1.ToolbarSet = "";
This one selects the language and it's not stricly necessary:
FCKeditor1.DefaultLanguage = "en";
Just to find out I had to spend a day tracing tre javascript code! I wonder if the samples provided with the .Net control have been actually tested or not...