summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Langpack Suite/Form1.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs
index d9ceceb1c3..c61ebabdad 100644
--- a/tools/Langpack Suite/Form1.cs
+++ b/tools/Langpack Suite/Form1.cs
@@ -79,8 +79,7 @@ namespace Langpack_Suite
{
LanguageComboBox.SelectedIndex = 2;
}
- else
- if (culture.ToString() == "uk-UA")
+ else if (culture.ToString() == "uk-UA")
{
LanguageComboBox.SelectedIndex = 1;
}
@@ -787,6 +786,8 @@ namespace Langpack_Suite
if (LanguageComboBox.SelectedIndex == 0)
culture = CultureInfo.CreateSpecificCulture("en-EN");
if (LanguageComboBox.SelectedIndex == 1)
+ culture = CultureInfo.CreateSpecificCulture("uk-UA");
+ if (LanguageComboBox.SelectedIndex == 2)
culture = CultureInfo.CreateSpecificCulture("ru-RU");
adjustCulture();