Re: [htmltmpl] A valid reason for template support for select lists?
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2003-10-20 03:32:20
|
On Sun, 19 Oct 2003, Mark Fuller wrote: > Do you know of any tutorials, books or how-tos explaining the use of gettext > in CGIs? For example, are the different locale headings determined > automatically by the server (from something the browser sends reflecting the > user's settings?) Or, is it customary to ask the user and do gettext based > upon their answer? Sorry, I don't. Here's what I'd do if I needed to find out: 1) Search on search.cpan.org. Possible terms: gettext, i18n, locale. 2) Post on perlmonks.org. It's a great place for just about any Perl question and I'm sure there's a few i18n gurus hanging around. -sam |