Hello,
I would like to change the language on the i.MX53 based Linux platform. I see that the glib gives the "locale" option which can be used to set the language.
But I am unable to get any clear information on how to enable "locale" option & set up different languages as necessary.
Please let me know if anyone has done this or knows the procedure to do it.
Thanks in advance !
Regards,
Gopi
Hello GopiNagaBharath,
Perhaps the following thread may provide some help:
https://community.freescale.com/thread/325476
I’ve also found useful to look at the local.conf file on the link at the bottom in which locales are enabled with the following commands:
ENABLE_BINARY_LOCALE_GENERATION = "1"
GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
IMAGE_LINGUAS ?= "en-gb"
http://git.yoctoproject.org/cgit.cgi/poky/plain/meta-yocto/conf/local.conf.sample.extended
I hope this helps!
Hello,
Thanks for your inputs.
I will check this and get back.
Thanks,
Gopi