Another problem that is not mentioned is when you set the ConfigurationManager.Language
you must have a XML file for each and every language. Other wise you will get:
System.IO.FileNotFoundException was unhandled FileName=C:\ScintillaNET\XML\
Message=Could not find the custom configuration file.
Source=ScintillaNET
It would have been better to check for the existence of the file and default back to the internal sources since there are so few XML files available and there is precious little documentation on creating new ones.
↧