For the exceptions message, you should just log them and display a friendly message to your user (this friendly message has to be localized)
Is it possible to automate localization of "friendly messages"? Maybe a list of such messages (in different languages) in a database can solve this issue, but I would like to know if there is an alternate method. What I do not want is to translate these
"friendly messages" directly in code such that, if I need a different language, another copy is needed. Maintaining more than one copy of the same project can become a headache.
JORGEMAL
Member
61 Points
207 Posts
Re: Localizing string variables besides ASP.NET controls
Sep 09, 2011 03:26 PM|LINK
Is it possible to automate localization of "friendly messages"? Maybe a list of such messages (in different languages) in a database can solve this issue, but I would like to know if there is an alternate method. What I do not want is to translate these "friendly messages" directly in code such that, if I need a different language, another copy is needed. Maintaining more than one copy of the same project can become a headache.
With respect,
Jorge Maldonado