Localizing MessageBox

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hi.

Is it possible to localize MessageBox? I've found some old posts on
this subject, stating, that a custom form must be created. If it's
still impossible, how must I create these forms, one form for each
combination of MessageBox buttons and icons?

Thanks in advance

Martin
 
Martin said:
Hi.

Is it possible to localize MessageBox? I've found some old posts on
this subject, stating, that a custom form must be created. If it's
still impossible, how must I create these forms, one form for each
combination of MessageBox buttons and icons?

Thanks in advance

Martin

Use a ResourceManager to load up custom resources for different cultures.
 
Back
Top