WPFCustomMessageBox icon indicating copy to clipboard operation
WPFCustomMessageBox copied to clipboard

Standard buttons (Yes, No, Cancel...) are not localized

Open cstuder opened this issue 12 years ago • 2 comments

They always show the english (hardcoded) texts instead of the localized labels like 'Ja/Nein/Abbruch' in german for example.

cstuder avatar Jan 25 '13 11:01 cstuder

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

cstuder avatar Jan 25 '13 12:01 cstuder

Great, thanks for opening an issue for this. My plan will be to leverage Windows' existing translations - thanks for the link!

evanwon avatar Jan 25 '13 15:01 evanwon