Hi,
First of all, sorry if this post is posted in the wrong
newsgroup.
My problem is the following:
I'm building an VB.NET application for use in 8 countries.
I've managed to create all windows forms for those 8
countries using the globalization technics. My problem is
with message box strings. What I need is to have a
resource file (like those in VB6) with MsgCode and Msg for
those 8 countries. I need a function (function getMsg
(msgCode as string) as string) so I can use it like
messagebox.show(getMsg("xpto")).
Any help on these two subjects (resource file and
function) whould be very appreciated. This is a bit urgent.
Best regards all
Miguel Figueiredo