Posts by Gabriel Brito • 105 points
1 post
-
0
votes2
answers1991
viewsA: Changing the Culture of the System
My application presented the same problem. The problem was solved when I did so: Thread.CurrentThread.CurrentCulture = new CultureInfo("es-BO", true); Thread.CurrentThread.CurrentUICulture = new…