Can someone please let me know where the error text 'Input is not in a correct format.' is defined, which is thrown when alphanumeric data is entered in a numeric column in a Silverlight application? Is it in a resource file? I am trying to find out how to display this message in other languages. Please note that this message is different from 'Input string was not in a correct format' exception thrown when a conversion from String to Int fails.
Thanks