aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Program.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-25 18:36:02 +0800
committer杨宇千 <crupest@outlook.com>2019-10-25 18:36:02 +0800
commit5790142f81f2a94ad073834b1534acbf9b02ea3c (patch)
treec6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Program.cs
parent681e2cc9ecaeefd883a7c6645374926c184fba5d (diff)
downloadtimeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.tar.gz
timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.tar.bz2
timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.zip
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/Program.cs')
-rw-r--r--Timeline/Program.cs2
1 files changed, 2 insertions, 0 deletions
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