This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Will strerror messages be automatically translated...


> They will be automatically translated. You do not need to call gettext
> on them. However, you *do* need to call `setlocale(LC_ALL, "");' to
> cause the application to load the appropriate locale values from the
> environment variables, otherwise you will just have the C locale.

Thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]