On 15 June 2012 01:22, Tom Deblauwe <tom.debla...@traficon.com> wrote: > Hello, > > I am wondering if there is support for gettext in the linaro toolchain? How > can I check it if it should work or not? > I can compile and link the "setlocale()" and "bindtextdomain()" and > "textdomain()" functions, however, the translation doesn't work.
Hi Tom. To start, which build and version are you running? The best way to check is by running 'arm-linux-gnueabi-gcc --version' The gettext() functions are provided by GLIBC and should work. I recommend using strace to check where your program is actually looking for the translations and going from there. Hope that helps, -- Michael _______________________________________________ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain