There exists (for me) a problem with MessageBox show.
My app is multilingual (English/German).
I am testing on a windows which language is in English. Setting the app to German language works fine but showing a MessageBox creates a mixture of the languages. Message is in German (via Resource files) and language of the buttons in messagebox is in English (Yes No instead of Ja Nein). My client uses only German windows versions and can have the opposite problem->buttons in German and (messagebox) text in English if he wants to use the app in English.
Can .NET Language Packs resolve these conflicts? Means -> Installing .NET Language Packs to avoid this language mixture.
message box http://img401.imageshack.us/img401/1914/dlglang.jpg