partly dutch, partly english

  • Thread starter Thread starter Martijn Mulder
  • Start date Start date
M

Martijn Mulder

I use a System.Windows.Forms.SaveFileDialog to select and name the file to
save my work. When I select an already existing file the SaveFileDialog
automatically displays a Dialog:

File ... already exists. Do you want to replace it?

That's fine. But the two buttons on the Dialog have captions 'Ja' en 'Nee',
dutch for Yes and No. It looks really silly and I want to change it all to
dutch or all to english.

Any suggestions?
 
Hey Martijn,

You could try changing the CurrentUICulture of the current thread at startup.
I'm not sure if it also changes the MessageBox buttons but its worth a short
:)

Greetings,
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top