The Right Approach to Exceptions
Gerrit Wichert
gwichert at yahoo.com
Mon Feb 20 12:12:05 PST 2012
On 19.02.2012 01:40, H. S. Teoh wrote:
> One word: internationalization. Then toString() falls flat on its
> face. You can't even fix this by having Phobos do the translation
> internally. You can't expect users of Phobos to only ever support
> languages that Phobos has been previously translated to, for one
> thing. That would be a crippling disability. T
Its even better, i want the exception message to be shown to the user in
the current locales language.
But for the logs i want it to be in english since i have to maintain
systems in other countries we sold our software to.
Its easy to connect to a remote system on the other side of the world,
but its not so easy to read log files in a foreign
language.
More information about the Digitalmars-d
mailing list