On two different PCs, for the same executable, I have two different values for
System.Threading.Thread.CurrentThread.CurrentCulture.NumberFormat.PositiveInfinitySymbol
I have "∞" vs "Infinity". The two culture are supposed to be identical (System.Threading.Thread.CurrentThread.CurrentCulture.Name is "en-US" for both).
If it matters : One PC is running on Windows 10,the other on Windows 7. .Net framework versions installed are 2/3/3.5/4 on both with some variation on the exact version. (4.7.02558 vs 4.6.01055).
- What can create the NumberFormat being different for a same culture ?
- Any way to override this discrepency at the PC level ?