* On Thu, Jan 31, 2002 at 09:40:58PM +0100, * Balazs Javor <[EMAIL PROTECTED]> wrote: > I have the following problem: > I have my locale settings set to the standard > LANG=C and LC_ALL=C as on the computer I ususally > prefer to have everything in English. ... > If I set my locale to Hungarian (hu_HU) then everything > works beautifully. But _everything_ including the menues > are now in Hungarian. Which is kinda nice, but as I said > I'd prefer to keep them in English. > > Is there a way to somehow keep the locales to the standard > English but nevertheless display the messages correctly?
LC_CTYPE=hu_HU LANG=C unset LC_ALL ! This should work Nicolas