mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
✨ 英文资源增加FreeSql前缀
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user