evanwon / WPFCustomMessageBox

A WPF clone of the native Windows/.NET MessageBox with extra features like custom button text.
122 stars 63 forks source link

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

Open cstuder opened 11 years ago

cstuder commented 11 years ago

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

cstuder commented 11 years ago

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

evanwon commented 11 years ago

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