Re: [GENERAL] RE: [HACKERS] error messages not only English

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Vadim Mikheev <vadim(at)krs(dot)ru>
Cc: Peter Mount <peter(at)maidstone(dot)gov(dot)uk>, "'Jose' Soares Da Silva'" <sferac(at)bo(dot)nettuno(dot)it>, "'hackers postgres'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] RE: [HACKERS] error messages not only English
Date: 1998-05-26 16:00:41
Message-ID: Pine.BSF.3.96.980526115659.19802Y-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Tue, 26 May 1998, Vadim Mikheev wrote:

> Peter Mount wrote:
> >
> > That sounds like a good idea.
> >
> > How about having them stored in a new system table (say pg_errormsg) which
> > contains each possible error in all the supported languages. That way, you
> > can have multiple language support when users from different countries use
> > the same server?
>
> Yes, this is nice. One note: server have to load from this table all messages
> in a language requested by user when switching to this language - it's not
> possible to read any table from elog() in most cases.

Hrmmm...one thing to note with any of this is that by 'hardcoding'
in the errormsg itself, it makes it difficult to 'internationalize' a
program...in that I can't run a single server on my machine that can
easily deal with a 'French' customer vs an 'English' one, vs a 'Japanese'
one...I'd have to recompile for each.

Vadim's other point, about putting this in the front end vs the
backend, I think, is more appropriate, that way it is application specific
vs server...

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Herouth Maoz 1998-05-26 16:03:20 Re: [GENERAL] Mirror Sites...
Previous Message Vadim Mikheev 1998-05-26 15:55:27 Re: [GENERAL] RE: [HACKERS] error messages not only English

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-05-26 16:04:12 Re: [HACKERS] Current sources?
Previous Message Bruce Momjian 1998-05-26 16:00:19 Re: [HACKERS] Current sources?