Error!
Success!

C # wpf setting the date format for the application

0
kicks

C # wpf setting the date format for the application  (Unpublished)

For example: CultureInfo ci = new CultureInfo ("ru-RU"); Thread.CurrentThread.CurrentCulture = ci; Thread.CurrentThread.CurrentUICulture = ci; And to get the culture: var culture = new CultureInfo (Thread.CurrentThread.CurrentUICulture.TwoLetterISOLanguageName);


Kicked By:
Drop Kicked By: