Groups | Blog | Home
all groups > dotnet windows forms > may 2006 >

dotnet windows forms : Error code and regional setting



Gabriel
5/18/2006 9:39:01 PM
Hello,

In an application, I'd like to manage the error in my application.

Exemple :
1 : Operation successful
2 : Error during update
3 : The data XXX is manfatory

These errors messages have to be translated in several languages

Wich solution is there to manage these codes ? An array ? An array by
language ?

thanks,

FUnky
5/19/2006 12:00:00 AM
You can use a resource file (.resx) for storing such language specific
strings.

AddThis Social Bookmark Button