1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-02-22 04:13:24 +00:00

Added internalization in many languages.

This commit is contained in:
Ylian Saint-Hilaire
2020-06-12 19:10:59 -07:00
parent 547fe9ab79
commit 8b5a590ae8
171 changed files with 303015 additions and 277 deletions

View File

@@ -34,7 +34,9 @@ namespace MeshCentralRouter
foreach (string arg in args)
{
if (arg.Length > 3 && string.Compare(arg.Substring(0, 3), "-l:", true) == 0) { try { System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(arg.Substring(3)); } catch (ArgumentException) { } }
if (arg.Length > 3 && string.Compare(arg.Substring(0, 3), "-l:", true) == 0) {
try { System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(arg.Substring(3)); } catch (ArgumentException) { }
}
}
MainForm main;