How can I set a combobox to null in C# using WPF?
I have implemented two languages (German and English). Always when I select one, all comboboxes are cleared. That works fine. The problem is, if a item of a combobox is selected, that the application crashes.
German: Der Wert darf nicht NULL sein. Parametername: source
English: The value cannot be NULL. Parameter name: source
Does anyone know how to fix the problem?