How to enable "locale" option in LTIB for setting up language options?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to enable "locale" option in LTIB for setting up language options?

849 Views
GopiNagaBharath
Contributor IV

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

Labels (2)
0 Kudos
2 Replies

556 Views
gusarambula
NXP TechSupport
NXP TechSupport

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!

0 Kudos

556 Views
GopiNagaBharath
Contributor IV

Hello,

Thanks for your inputs.

I will check this and get back.

Thanks,

Gopi

0 Kudos