This has to be the idea of the century

  • @[email protected]
    link
    fedilink
    English
    16
    edit-2
    4 months ago

    The virgin .NET:

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

    The chad POSIX: LANG=C