[Gambas-user] German IDE: Problem solved

Frank Berg frankberg at ...390...
Wed Mar 10 09:07:57 CET 2004


hi,

you wrote me, the eviroment must be in lowercase
i was also create an new profile.local
and add the lines below

LANG=de
export LANG
LANGUAGE=de
export LANGUAGE

with commando: env | grep -i de
now i can see

LANG=de
LANGUAGE=de
LC_LANG=de_DE at ...33...

but it was still the same,
gambas are not in german.
english as home-user, english as root

__________ my workaround _______________

by starting an new console is appears an error

locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

so i was reading in google.. is an bug?? an future??


after writing in /etc/profile.local (create it new)

LANG=de
export LANG
LANGUAGE=de
export LANGUAGE
LC_ALL=de_DE
export LC_ALL

now is all fine, gambas is in german language

_________________ my console outputs _______________

with commando #> env | grep -i de

LANG=de
LANGUAGE=de
LC_ALL=de_DE at ...33...
LC_CTYPE=de_DE at ...33...



with commando #>locale -a 
C
de_DE
de_DE at ...33...
de_DE.utf8
POSIX


with commando #>locale
LANG=de
LC_CTYPE="de_DE at ...33..."
LC_NUMERIC="de_DE at ...33..."
LC_TIME="de_DE at ...33..."
LC_COLLATE="de_DE at ...33..."
LC_MONETARY="de_DE at ...33..."
LC_MESSAGES="de_DE at ...33..."
LC_PAPER="de_DE at ...33..."
LC_NAME="de_DE at ...33..."
LC_ADDRESS="de_DE at ...33..."
LC_TELEPHONE="de_DE at ...33..."
LC_MEASUREMENT="de_DE at ...33..."
LC_IDENTIFICATION="de_DE at ...33..."
LC_ALL=de_DE at ...33...








More information about the User mailing list