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
 
Back
Top