We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d52fc commit d119828Copy full SHA for d119828
ILSpy/MainWindow.xaml
@@ -146,7 +146,7 @@
146
</CheckBox>
147
<Separator />
148
<Grid Margin="2,0">
149
- <ItemsControl ItemsSource="{x:Static local:Languages.AllLanguages}" DisplayMemberPath="Name" Height="0" Margin="15,0" />
+ <ItemsControl ItemsSource="{Binding LanguageService.AllLanguages}" DisplayMemberPath="Name" Height="0" Margin="15,0" />
150
<ComboBox Name="languageComboBox" DisplayMemberPath="Name" MaxDropDownHeight="Auto"
151
IsEnabled="{Binding Workspace.ActiveTabPage.SupportsLanguageSwitching}"
152
ItemsSource="{Binding LanguageService.AllLanguages}"
0 commit comments