WPFCustomMessageBox
WPFCustomMessageBox copied to clipboard
Standard buttons (Yes, No, Cancel...) are not localized
They always show the english (hardcoded) texts instead of the localized labels like 'Ja/Nein/Abbruch' in german for example.
Apparently the localized strings can be found in the USER32.DLL: http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.kernel/2010-02/msg00129.html
Great, thanks for opening an issue for this. My plan will be to leverage Windows' existing translations - thanks for the link!