mirror of
https://github.com/JuniorDark/RustyHearts-Launcher.git
synced 2026-05-07 05:21:44 -04:00
Extended the localization system to easily include additional languages in the future
This commit is contained in:
parent
d5ec712d0f
commit
ae34584021
50 changed files with 45079 additions and 24129 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using RHLauncher.RHLauncher.Helper;
|
||||
using RHLauncher.RHLauncher;
|
||||
|
||||
namespace RHLauncher
|
||||
{
|
||||
|
|
@ -10,9 +10,9 @@ namespace RHLauncher
|
|||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
||||
YesButton.Click += YesButton_Click;
|
||||
NoButton.Click += NoButton_Click;
|
||||
Text = LocalizedStrings.MsgBoxFormTitle;
|
||||
YesButton.Text = LocalizedStrings.Yes;
|
||||
NoButton.Text = LocalizedStrings.No;
|
||||
}
|
||||
|
||||
private void YesButton_Click(object sender, EventArgs e)
|
||||
|
|
@ -139,7 +139,7 @@ namespace RHLauncher
|
|||
|
||||
private void MsgBoxForm_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
this.Dispose();
|
||||
Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue