I looked around, and it seems that everything can be edited in the MessageBox, overlay text on buttons ( WPF / C #)
MessageBox.Show("Generic Message", "Caption", MessageBoxButton.YesNoCancel, MessageBoxImage.Warning)
Is there a way to change the text "Yes", "No", "Cancel" or do I need to write a window to work as a mailbox for this? (There is no problem with this, I'm just wondering if there is a way in WPF.)
source share