From 5790142f81f2a94ad073834b1534acbf9b02ea3c Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Fri, 25 Oct 2019 18:36:02 +0800 Subject: Add NeutralResourcesLanguage. Conform to best practices. --- Timeline/Program.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Timeline/Program.cs') diff --git a/Timeline/Program.cs b/Timeline/Program.cs index 4a098adf..b44aafde 100644 --- a/Timeline/Program.cs +++ b/Timeline/Program.cs @@ -5,6 +5,8 @@ using Microsoft.Extensions.FileProviders; using Microsoft.Extensions.Hosting; using System.Resources; +[assembly: NeutralResourcesLanguage("en")] + namespace Timeline { public static class Program -- cgit v1.2.3