mod default culture de-DE
This commit is contained in:
parent
51b8c2dbd4
commit
7a5580e57d
|
|
@ -1,3 +1,4 @@
|
||||||
|
using System.Globalization;
|
||||||
using ApexCharts;
|
using ApexCharts;
|
||||||
using Fluxor;
|
using Fluxor;
|
||||||
using Fluxor.Blazor.Web.ReduxDevTools;
|
using Fluxor.Blazor.Web.ReduxDevTools;
|
||||||
|
|
@ -140,4 +141,8 @@ await BootstrapSeeder.SeedTriggersAsync(app.Services);
|
||||||
await DemoSeeder.SeedAsync(app.Services, app.Configuration, app.Environment);
|
await DemoSeeder.SeedAsync(app.Services, app.Configuration, app.Environment);
|
||||||
|
|
||||||
|
|
||||||
|
var culture = new CultureInfo("de-DE");
|
||||||
|
CultureInfo.DefaultThreadCurrentCulture = culture;
|
||||||
|
CultureInfo.DefaultThreadCurrentUICulture = culture;
|
||||||
|
|
||||||
app.Run();
|
app.Run();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue