Oleksandr Vysotskyi

Results 1 comments of Oleksandr Vysotskyi

Hi, guys! I fixed problem by changing of localization: using System.Threading; using System.Globalization; Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US"); Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");