mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
First pass at adding new internalization system.
This commit is contained in:
@@ -11,6 +11,7 @@ namespace MeshCentralRouter
|
||||
public InstallForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
Translate.TranslateControl(this);
|
||||
|
||||
// Load customizations
|
||||
FileInfo selfExe = new FileInfo(Assembly.GetExecutingAssembly().Location);
|
||||
|
||||
Reference in New Issue
Block a user