Can anyone shed light on whether the exception message from a FileNotFoundException in .NET is displayed in the threads UI culture or if it is always in English (I'm suspecting it'll be their current UI culture)?
At present I'm checking for the string "The specified module could not be found." to help produce a more useful response to the user informing them that they are missing a third party library. Does anyone know what happens in other languages when a specified module is not detected?