I am building a .NET windows application and facing a problem with displaying numbers while the OS regional settings region is Arabic. OS enforce my application to show numbers in arabic too.
I tried to use Globalization.CultureInfo
to change this behaviour, but it's not working.