diff --git a/CHANGELIST.md b/CHANGELIST.md
index 96e0dde9..4d85397a 100644
--- a/CHANGELIST.md
+++ b/CHANGELIST.md
@@ -23,6 +23,7 @@
- Ensure readers and writers dispose
- Complete translation support
- Add skeleton for 8 more languages
+- Add 8 more language menu items
### 3.5.0 (2025-10-10)
diff --git a/MPF.UI/Windows/MainWindow.xaml b/MPF.UI/Windows/MainWindow.xaml
index 6c648ad1..3dd4d21e 100644
--- a/MPF.UI/Windows/MainWindow.xaml
+++ b/MPF.UI/Windows/MainWindow.xaml
@@ -123,10 +123,42 @@
Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}"
Foreground="{DynamicResource {x:Static SystemColors.WindowTextBrushKey}}"
Template="{DynamicResource CustomMenuItemTemplate}" />
+
+
+
+
+
+
+
+
diff --git a/MPF.UI/Windows/MainWindow.xaml.cs b/MPF.UI/Windows/MainWindow.xaml.cs
index 1191add8..d4d95648 100644
--- a/MPF.UI/Windows/MainWindow.xaml.cs
+++ b/MPF.UI/Windows/MainWindow.xaml.cs
@@ -42,7 +42,15 @@ namespace MPF.UI.Windows
// Languages
private MenuItem? EnglishMenuItem => ItemHelper.FindChild