Error code and regional setting

  • Thread starter Thread starter Gabriel
  • Start date Start date
G

Gabriel

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,
 
You can use a resource file (.resx) for storing such language specific
strings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top