J
Jay
Hi,
I'm developing an windows application in VB.net.
The people who will use this app all speak Dutch.
Whenever an exception occurs I want to show a user friendly message to the
user while
the message in english is logged in a text file.
This user friendly message should define, in simple words if possible, what
the problem is.
And, of course, it should be displayed in Dutch!
For now I have been thinking about using a resource file with a number of
common exception
types and their explanation in Dutch.
I would then look up the Dutch message and show it to the user.
First, I'm not sure if this is the way to go. I need almost every possible
exception type
in my resource file and I need to put the correct message in there aswell.
Second, if this is the way to go, is there a list of common exceptions for
the framework
available without having to browse through the object browser.
So, if someone could tell if there is a far better way to do this or give me
some help in any
way I would appreciate it.
Thanks
Jay
I'm developing an windows application in VB.net.
The people who will use this app all speak Dutch.
Whenever an exception occurs I want to show a user friendly message to the
user while
the message in english is logged in a text file.
This user friendly message should define, in simple words if possible, what
the problem is.
And, of course, it should be displayed in Dutch!
For now I have been thinking about using a resource file with a number of
common exception
types and their explanation in Dutch.
I would then look up the Dutch message and show it to the user.
First, I'm not sure if this is the way to go. I need almost every possible
exception type
in my resource file and I need to put the correct message in there aswell.
Second, if this is the way to go, is there a list of common exceptions for
the framework
available without having to browse through the object browser.
So, if someone could tell if there is a far better way to do this or give me
some help in any
way I would appreciate it.
Thanks
Jay