Add files via upload

This commit is contained in:
Belim 2021-05-04 20:33:26 +02:00 committed by GitHub
parent 06a855882a
commit 13c9e2f9fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,9 @@ using System.Text;
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 @@ namespace Privatezilla
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();