diff --git a/FoxTube.Background/FoxTube.Background.csproj b/FoxTube.Background/FoxTube.Background.csproj
index 41111b2..6ffaea9 100644
--- a/FoxTube.Background/FoxTube.Background.csproj
+++ b/FoxTube.Background/FoxTube.Background.csproj
@@ -136,6 +136,7 @@
..\..\..\..\..\..\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.netcore.universalwindowsplatform\6.1.5\ref\uap10.0.15138\System.Net.WebClient.dll
+
14.0
diff --git a/FoxTube.Background/ResourceCreators.cs b/FoxTube.Background/ResourceCreators.cs
index 0fd4c6f..2ec01a6 100644
--- a/FoxTube.Background/ResourceCreators.cs
+++ b/FoxTube.Background/ResourceCreators.cs
@@ -1,10 +1,39 @@
-using Windows.Data.Xml.Dom;
+using Newtonsoft.Json;
+using System.Collections.Generic;
+using Windows.ApplicationModel.Resources;
+using Windows.Data.Xml.Dom;
+using Windows.Storage;
using Windows.UI.Notifications;
namespace FoxTube.Background
{
public static class Notification
{
+ private static Dictionary languagePack = LoadPack();
+
+ private static Dictionary LoadPack()
+ {
+ object[] saved = JsonConvert.DeserializeObject