How to localize Search/Replace/Goto Line/Editor Settings dialogs?
All string constant used in dialogs can be localized to a few foreign languages. So far Editor.NET supports German, French, Spanish, Russian and Ukrainian languages. The following code demonstrates how to switch to German language:
QWhale.Common.StringConsts.Localize(new System.Globalization.CultureInfo("de"));

Comment