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
As long the prompt is only a simple text it works all right.
But if a have a text in bdsNl or bdsFr like
“dkdkdkk” & vbCrLf & “dndndn” or if a need to refer to a control I receive the text of my table literally in my msgbox.
Any suggestions?
Thanks
Oma Brugge
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
As long the prompt is only a simple text it works all right.
But if a have a text in bdsNl or bdsFr like
“dkdkdkk” & vbCrLf & “dndndn” or if a need to refer to a control I receive the text of my table literally in my msgbox.
Any suggestions?
Thanks
Oma Brugge