Summary | language selection failed |
Queue | Horde Groupware Webmail Edition |
Queue Version | 1.2.1 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | christian.knoop (at) gmx (dot) net |
Created | 01/11/2009 (6019 days ago) |
Due | |
Updated | 01/11/2009 (6019 days ago) |
Assigned | |
Resolved | 01/11/2009 (6019 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
documentation first.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ language selection failed
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
I have problems choosing an other language than English for the user
interface.
I have a working gettext module (as horde/test.php says), i selected
German as default language at Horde -> Options and i choose my
preferred language ("Deutsch") at login - all the same without any
effect. With
echo setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge', 'ger',
'deu', 'de_DE.UTF-8');
i found out, that i have to use 'de_DE@euro' on my system to
manipulate the gettext environment (the other options don't work for
me) and i managed to translate the expression "Message" to "Nachricht"
with gettext("Message") in an motd.php-example. Thats why i think, it
might be a problem with the Horde Language Support. Any Considerations?
With best regards,
Christian Knoop