mirror of
https://github.com/bitwarden/server
synced 2026-01-04 09:33:40 +00:00
set en-US as default current culture
This commit is contained in:
@@ -10,8 +10,8 @@ using Bit.Core.Utilities;
|
||||
using Serilog.Events;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using Bit.Core.Identity;
|
||||
using Microsoft.AspNetCore.Routing;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Bit.Billing
|
||||
{
|
||||
@@ -19,6 +19,7 @@ namespace Bit.Billing
|
||||
{
|
||||
public Startup(IConfiguration configuration)
|
||||
{
|
||||
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-US");
|
||||
Configuration = configuration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user