This has to be the idea of the century

  • @rtxn
    link
    English
    12
    edit-2
    6 hours ago

    The virgin .NET:

    Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture;
    Thread.CurrentThread.CurrentUICulture = System.Globalization.CultureInfo.InvariantCulture;
    

    The chad POSIX: LANG=C