How to localize exception messages thrown by system?

  • Thread starter Thread starter tonci.tomic
  • Start date Start date
T

tonci.tomic

For example, I cought System.Data.NoNullAllowedException with message:

"Column 'XXX' does not allow nulls"

I want to translate that message into croatian:

"Kolona 'XXX' ne dozvoljava nul-vrijednosti"

What is general approach to that issues?

Thanx
 
For now, .NET frameowk is English-only

That is not true, it is in a lot of languages.

I assume that the best is to try it using the windows update if there is one
for your OS in the specifice language it is in.

Cor
 

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