Quote Originally Posted by Timothy Truckle
No my KDE is behaving normal again accept for the language. Althogh "german" is selectet in ControlCenter all applications are displayed with english menu entries...
Do you have the kde-i18n-de internationalization package installed correctly for the new version of KDE.

here ist die output of the command:
  • dpkg --configure -a
    Setting up locales (2.3.2.ds1-12) ...
    Generating locales...
    af_ZA.ISO-8859-1... done
    ...
    ro_RO.ISO-8859-2...LC_ADDRESS: `country_ab3' value does not match `country_num' value
    dpkg: error processing locales (--configure):
    subprocess post-installation script returned error exit status 1
    Errors were encountered while processing:
    locales


could this be related to the language problem of my KDE?

thanks so far!
TT
That is an error in a locales package if apt will still let you then apt-get install localepurge and select only the languages that you want to remain on the system during the configuration and if you want to get rid of the other language man pages select them as well. Then you will need to edit the file /etc/locale.gen and remove all the lines except the ones you kept during the install of the localepurge package to prevent them from being regenerated. Now use the dpkg --configure -a again and the only locales generated should be the ones you selected. If it will not let you install the localepurge package then edit the locale.gen to leave only the locales you want in the file and type in locale-gen then enter key as root to generate the locales by hand now use the --configure command.