0

My application (developed using Winform C#) supports localization. I use some windows dialog boxes (like print dialog box, Color dialog box) which appear in English only. Please let me know if there is any way to change the languag of these dialog boxes.

Many thanks in advance for your help.

user1451819
  • 59
  • 3
  • 6
  • aren't this dialog following the system language? If I'm right, I don't think you can change them. – Steve B Jul 14 '12 at 06:11
  • I think so , just wanted to know if there is any way to change/override. – user1451819 Jul 14 '12 at 06:24
  • You can safely assume that any user that habitually yells "Merde!" at his machine will have dialogs that talk back in French. If it really matters then you can get the French version of Windows from an MSDN subscription or by purchasing a license for Windows Ultimate, installing the French language pack and switching the system locale. – Hans Passant Jul 14 '12 at 07:49

1 Answers1

0

You don't have to do any thing as all system dialogues should change accordingly with the OS language and cultural settings.

Asif Mushtaq
  • 13,010
  • 3
  • 33
  • 42