Hi
I have a question about localizing validation errors. I would like to localize validation errors based on user's culture (Silverlight application). How do you translate the server side errors so that client get error messages in it's language? I would like to translate generated validation errors (for those generated from database, like required) and those of custom verifiers.
Is there any sample or best practices on how to do this?
Thanks for your help