Change language in MessageBox-Buttons

G

Guest

Hi,
we have an app running on Windows Mobile 2003 and also on the Second Edition.
With SE the language of Buttons in a MessageBox is always in english while
we need german. OS- and CultureInfo-settings are both german.
Is there a way to change this behaviour ?

Thanks
 
P

Paul G. Tobey [eMVP]

When you say that the OS settings are German, what do you mean by that?
It's clearly *not* a German OS or the message box buttons *would* be in
German. That's really the only way to make it happen: you have to have an
OS that was built to run in German. It doesn't have to be built *only* to
run in German (you might be able to switch from language to language), but
without the basic multi-language support, the message box buttons won't be
in German. Since I don't think that any WM2003 devices are built for
multiple languages (although there are some which are built for languages
other than English), I think you're out of luck, unless you can get the
German OS for your device from the manufacturer.

Alternatively, you could just change your own program to run in German, of
course.

Paul T.
 
G

Guest

It is a german OS. That's what our customer tells us. (I don't have the SE on
my test-PDA and it works...)
But what do you mean saying "you could just change your own program to run
in German"? That would be ok but I didn't find a way to change the language
in messageboxes.

Thanks,
Mechthild Aldenhoff
 
P

Paul G. Tobey [eMVP]

You don't have to use some system standard message box to display a dialog.
Create a form with a suitable set of buttons and show it modally -- like
magic you have a dialog in whatever language you want. You'd have to create
your own dialogs for anything you want in the local language...

Paul T.
 

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

Top