Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Belim committed May 4, 2021
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
Expand Up @@ -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
Expand Down Expand Up @@ -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();

Expand Down

0 comments on commit 13c9e2f

Please sign in to comment.