We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Deleting Other Languages

Hi,

I'm just wondering if/how you can remove all the other languages from the Edit control. So, when I do "Ctrl+Shift+S" the save dialog doesn't show things like C#, Java (I know my language comes up first, but it annoys people using the editor)

Thanks,
Rich Bosworth


1 Reply

AD Administrator Syncfusion Team August 18, 2008 07:18 AM UTC

Hi Rich,

Thank you for your interest in Syncfusion products.

This is do-able if you are using an external configuration file. You would just have to include the config.xml file in your project and apply the configuration.

[C#]
this.editControl1.Configurator.Open(configPath);
this.editControl1.ApplyConfiguration("C#");

When you wish to reset all the configuration settings added or modified at runtime, you could revert back to the original settings using the above code again.

Please refer attached sample that illustrates above and let me know if this meets your requirements.
http://websamples.syncfusion.com/samples/Edit/F75939/main.htm

Please let me know if any concerns.

Regards,
Hema


Loader.
Live Chat Icon For mobile
Up arrow icon