From 13c9e2f9fe33a3841e458ce3493f27addee429f8 Mon Sep 17 00:00:00 2001 From: Belim Date: Tue, 4 May 2021 20:33:26 +0200 Subject: [PATCH] Add files via upload --- src/Privatezilla/MainWindow.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Privatezilla/MainWindow.cs b/src/Privatezilla/MainWindow.cs index 244fb9e3..d5cde3b9 100644 --- a/src/Privatezilla/MainWindow.cs +++ b/src/Privatezilla/MainWindow.cs @@ -12,6 +12,9 @@ using System.Threading.Tasks; using System.Windows.Forms; +using System.Globalization; +using System.Threading; + namespace Privatezilla { public partial class MainWindow : Form @@ -94,7 +97,7 @@ public void Globalization() public MainWindow() { // Uncomment lower line and add lang code to run localization test - // Thread.CurrentThread.CurrentUICulture = new CultureInfo("es"); + // Thread.CurrentThread.CurrentUICulture = new CultureInfo("de"); InitializeComponent();