Make English default culture instead of current installed culture
This commit is contained in:
parent
e33c9e417d
commit
0b32dcf9b3
@ -13,6 +13,6 @@
|
|||||||
"DefaultContainer": ""
|
"DefaultContainer": ""
|
||||||
},
|
},
|
||||||
"Localization": {
|
"Localization": {
|
||||||
"DefaultCulture": ""
|
"DefaultCulture": "en"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -71,6 +71,6 @@ namespace Oqtane.Shared {
|
|||||||
|
|
||||||
public static readonly string SatelliteAssemblyExtension = ".resources.dll";
|
public static readonly string SatelliteAssemblyExtension = ".resources.dll";
|
||||||
|
|
||||||
public static readonly string DefaultCulture = CultureInfo.InstalledUICulture.Name;
|
public static readonly string DefaultCulture = "en";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user