hi!
i have created my configuration file and saved it under root directory of my website (where there's my web.config), i have written:
FCKConfig.AutoDetectLanguage = false ;
FCKConfig.DefaultLanguage = 'it' ;
and modified the fckconfig.js under \Providers\HtmlEditorProviders\Fck\Custom and under Providers\HtmlEditorProviders\Fck\FCKeditor with :
FCKConfig.CustomConfigurationsPath = '/myconfig.js' ;
and also:
FCKConfig.AutoDetectLanguage = false;
FCKConfig.DefaultLanguage = 'it' ;
but nothing changed!! it still be in english!! where's my mistake?!!?
tnx in advise!!!