how can i change the error title in silverlight?!!!
(1 Error)

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Validation Summary has a Header property. You could simply set it in XAML or Codebehind and completely overwrite it.
If you need a bit more control, then override the HeaderTemplate. The default is too long to past here, but the important part is:
Now, you could simply use a converter for the Text to slightly modify it. The Binding’s value will by default contain the text “# Error”.