Hi all, I am working on embedded platform (xscale pxa255), i need to build font specific application using gtk. Actually we can do this on linux machine using gettext and installing fonts (TTF). Run the application by setting environment variable LANG to the desired language, $export LANG=hi_IN.UTF-8 $./application But on my target these UTF locales are not installed. Please any of you guide what is the way to install locales in my embedded platform. Here are some observations form my target terminal : $echo $LANG Nothing it will display. $ locale -a C POSIX $locale LANG=POSIX LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL Regards, Naveen.