Localise TextBox default Validation message
I have a TextBox
that is bound to an integer. This obviously means that if the user enters something that cannot be parsed to an int, there will be a binding error.
I have a TextBox
that is bound to an integer. This obviously means that if the user enters something that cannot be parsed to an int, there will be a binding error.