Resources file management, french translation and a bit of design

This commit is contained in:
2021-09-02 19:47:55 +02:00
parent c568a957f7
commit be8cef35d3
17 changed files with 982 additions and 83 deletions

View File

@ -1,4 +1,5 @@
using System.Windows;
using System.Globalization;
using System.Windows;
using Hardcodet.Wpf.TaskbarNotification;
namespace unison
@ -12,6 +13,9 @@ namespace unison
protected override void OnStartup(StartupEventArgs e)
{
//debug language
//unison.Resources.Resources.Culture = CultureInfo.GetCultureInfo("fr-FR");
base.OnStartup(e);
_mpd = new MPDHandler();