Hello Andre,
On Tue, 16 Dec 2003 11:45:48 +0100
"Andre Poenitz" <[EMAIL PROTECTED]> wrote:
> On Mon, Dec 15, 2003 at 08:12:43PM +0100, Karsten Heymann wrote:
> > LC_ALL (or LANG) affects the program you actually *run*, in this
> > case it
Addition: LC_ALL can override LANG even if LC_ALL is set to C, so set
both to de_DE or unset LC_ALL.
> > is the Program dpkg, so the error messages from *dpkg* are in the
> > set language. It has no influence on the stuff you install, but only
> > on the diagnostic messages of the installer program. Nevertheless
> > does LyX care for LC_ALL or LANG, so
> > LC_ALL=C lyx
This ouf course should have been LC_ALL=de_DE
> > gives you a LyX with an english interface while
> > [EMAIL PROTECTED] lyx
> > gives you a LyX with a german interface, but that is something
> > different.
>
> Does this work?
Does *what* work? Interface translation? Of course!
> I just checked and I get an English interface with both 1.3.3 and
> 1.4cvs.
I think you have to check your /etc/locale.gen. Mine contains
[EMAIL PROTECTED] ISO-8859-15
de_DE UTF-8
Running locale-gen as root should look like
gurumobil1:~# locale-gen
Generating locales...
[EMAIL PROTECTED] done
de_DE.UTF-8... done
Generation complete.
Afterwards german interfaces should work. (these instructions are for
debian woody, don't know about other distros). If locale-gen outputs
nothing, remove all blank lines and comments from /etc/locale.gen.
> [I never use the German interface so I don't know how it should
> work..]
Your german l18n-team should be quite disappointed ;-)
Karsten