R
RD
got a messagebox that pops up saying in english.
If Text1.text = "" then
'The textbox is empty,
msgbox "Enter a value in your name field."
In french I would need "Inscrivez une valeur dans votre champ nom"
How would you do this using the resource files to contain the text?
thanks for any help.
Bob
If Text1.text = "" then
'The textbox is empty,
msgbox "Enter a value in your name field."
In french I would need "Inscrivez une valeur dans votre champ nom"
How would you do this using the resource files to contain the text?
thanks for any help.
Bob