mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05: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