We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23918db commit 7f36f57Copy full SHA for 7f36f57
Src/UnitsNet/CustomCode/UnitSystem.cs
@@ -34,7 +34,7 @@ namespace UnitsNet
34
public partial class UnitSystem
35
{
36
private static readonly Dictionary<CultureInfo, UnitSystem> CultureToInstance;
37
- private static readonly CultureInfo DefaultCulture = CultureInfo.GetCultureInfo("en-US");
+ private static readonly CultureInfo DefaultCulture = new CultureInfo("en-US");
38
39
/// <summary>
40
/// The culture of which this unit system is based on. Either passed in to constructor or the default culture.
0 commit comments