Ukrainisch und Arabisch als Sprachen hinzugefügt

This commit is contained in:
2026-02-13 12:19:18 +01:00
parent b4d70c4825
commit e50f578547
6 changed files with 340 additions and 2 deletions

View File

@@ -126,6 +126,8 @@
SelectionChanged="LanguageComboBox_SelectionChanged">
<ComboBoxItem Content="Deutsch" Tag="de"/>
<ComboBoxItem Content="English" Tag="en"/>
<ComboBoxItem Content="Українська" Tag="uk"/>
<ComboBoxItem Content="العربية" Tag="ar"/>
</ComboBox>
</StackPanel>