I have this C# code for example
DateTime.Now.ToString(\"MMMM dd, yyyy\");
Now the current thread is loading the Arabic culture. So the resu
We use Arabic numerals in English. As such, what you're seeing is the correct - and only possible - behaviour.