ErrorProvider and Localization
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, we approached the problem with .NET ErrorProvider componet and localization. When the form contains errorProvider and its language property is switched to some language mutation and then switched back to default, form looses some settings as for example BorderStyle property or DialogResult.OK on Accept button is changed back to DialogResult.None. Did anybody hit to the same problem ?