英文资源增加FreeSql前缀

This commit is contained in:
igeekfan
2022-05-21 16:31:25 +08:00
parent 0fbc7a06ba
commit a2ad37a483
7 changed files with 175 additions and 181 deletions

View File

@ -21,8 +21,8 @@ namespace FreeSql.Tests.Properties
//Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
//Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-US");
DbContextStrings.Culture= new System.Globalization.CultureInfo("zh-Hans");
//DbContextStrings.Culture = new System.Globalization.CultureInfo("en-US");
//DbContextStrings.Culture= new System.Globalization.CultureInfo("zh-Hans");
DbContextStrings.Culture = new System.Globalization.CultureInfo("en-US");
}
[Fact]