Visual Studio Code – How to change NumberDecimalSeparator to a dot in C# interpolated strings for non-english Windows
I have prepared a C# fiddle for my question, however it does not really show the actual problem and correctly uses dots as decimal separator in the interpolated double values (UPDATED with Tim's trick, thank you): using System; using System.Linq;…