mirror of
https://github.com/bitwarden/server
synced 2026-01-18 16:33:29 +00: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