Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Belim authored May 4, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 06a8558 commit 13c9e2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Privatezilla/MainWindow.cs
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 13c9e2f

Please sign in to comment.