gerol80
Group: Members
Posts: 2
Joined: Nov. 2006 |
|
Posted: Nov. 14 2006,11:16 |
|
Hi,
I'm trying to run a C++ application on DSL. This application uses gettext() for internationalization. But it doesn't work. I don't see the translated messages ... the programm only shows the message id strings.
So I installed the packages gettext and gettext-base ... but that didn't change anything. The console application "gettext" doesn't work too ... it only gives me the message id strings. TEXTDOMAINDIR and TEXTDOMAIN are set to the correct values.
I tested the same application in a full Fedora installation ... and it works without any problems. As the console application "gettext" does.
Is the glibc compiled without support for gettext?
Or how can I get gettext to work?
|