When a button is clicked, it should display a greeting in the chosen language, to the
name in the name textbox.
You may include a new line character if you wish to facilitate the display. For
example, if the name is Kevin, these are sample greetings in the four languages
listed above.
- Good day. How are you, Kevin?
- Bon jour. Comment ça va, Kevin?
- Guten Tag. Wie gehen Sie, Kevin?
- Buenos Dias. ¿Como estás, Kevin?
You should have a different event handler for each button.
Here is a sketch of the application form drawn with
Visio. The image is on the left. Feel free to modify the layout.

You can copy the French and Spanish sentences with special
characters and paste them directly into your source code.
If you ever need to create other special characters, first create
an MS-Word document, insert the special ASCII characters into that document,
then copy and paste them into your source code.