Hello,
I have a form to be used in 2 languages: Dutch and French
For the message boxes I made a table tblMsgBox with these fields:
MsgID, Picto, bdsNl (prompt Dutch), bdsFr (prompt French), TitelNl, TitelFr.
In a Sub called “sMsgbox” I use a recordset to get the right language for my msgboxes...