diff options
Diffstat (limited to 'Timeline/Program.cs')
-rw-r--r-- | Timeline/Program.cs | 2 |
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
|