[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] bilingual
Am Montag 11 Juni 2001 20:29 schrieben Sie:
> Speaking of the locale features...
>
> I'm trying to set the normal currency to be a custom symbol for a
> promotional site... It needs to be "BB" instead of "$". But changing the
> locale, even changing locale.txt and deleting the gdbm file, doesn't work.
>
try
Locale en_US price_picture "###,###,###.## BB"
or
Locale en_US currency_symbol BB
in catalog.cfg
* and be sure to set the locale to en_US (or whatever locale you use) *
(http://interchange.redhat.com/doc/icconfig.pdf has more on that)
Flo