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 8302c10 commit 871c347Copy full SHA for 871c347
Resources/scripts/init.js
@@ -681,7 +681,7 @@ document.addEventListener('DOMContentLoaded', function () {
681
culture.NumberFormat.numberDecimalSeparator = obj.intl.decimalSeparator;
682
culture.NumberFormat.numberGroupSeparator = obj.intl.thousandSeparator;
683
684
- culture.predefinedFormats = structuredClone(GC.Spread.Common.CultureManager.defaultCulture.predefinedFormats);
+ culture.predefinedFormats = structuredClone(GC.Spread.Common.CultureManager.getCultureInfo("en-us").predefinedFormats);
685
686
if (obj.intl.currency === "€") {
687
culture.predefinedFormats.Accounting = '#,##0 [$€-407]';
0 commit comments