There are combo boxes all over the app that are experiencing the same issue. This combo box in particular is bound to a Dictionary which is loaded based on the current language the user has selected in their preferences of the application. Normal text fields etc are display the correct translation from the correct resource file. Placing a breakpoint in code shows the correct translated values in the MyTypes, however, from the UI the combo box ItemsSource are always displayed in English.
How can I get the correct translated item from the resource file to be display in the combo box?
Visual Studion 2010