[email protected] wrote: > hello all, > > i just want to make my shr-installation german.. i installed diffrent > packages to make that: > > tangogps-locale-de locale-base-de-ch claws-mail-locale-de > gpe-calendar-locale-de > > glibc-binary-localedata-de-ch > > shr-settings-locale-de > > libframeworkd-phonegui-efl2-locale-de > libframeworkd-phonegui-efl-locale-de > > but there isn't anything german. so, is anywhere a config-file with which > make's possible to change? > > i also search the enlightement-de-package.. in one installation, it was > possible to select german as language, which package should be used for > this? > > hope for help :) > > greets > > >
Like in every normal GNU/Linux distribution create an executable sh script in /etc/profile.d/ (better to name it lang.sh) where put lines #!/bin/sh export LANG=de_DE.UTF-8 do not forget to make it executable. /etc/profile is responsible for launching that script. good luck
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

