mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
set en-US as default current culture
This commit is contained in:
@ -3,6 +3,7 @@ using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.SqlClient;
|
||||
using System.Globalization;
|
||||
using System.Net.Http;
|
||||
|
||||
namespace Bit.Setup
|
||||
@ -13,6 +14,8 @@ namespace Bit.Setup
|
||||
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-US");
|
||||
|
||||
_context = new Context
|
||||
{
|
||||
Args = args
|
||||
|
Reference in New Issue
Block a user