How do I change a local apps locale in LTSP?

Posted by Danil Zvyagintsev on Ask Ubuntu See other posts from Ask Ubuntu or by Danil Zvyagintsev
Published on 2011-08-10T08:34:42Z Indexed on 2011/11/22 18:16 UTC
Read the original article Hit count: 329

Filed under:
|

I'm wondering how to change locale (UI gtk) inside local apps to ru_RU for example instead of en_US.

Ror example i install chromium-browser inside client image

chroot /opt/ltsp/i386 apt-get -y install chromium-browser
ltsp-update-image --arch=i386

booted from thin client i see LDM in ru_RU lang login to x session (gnome) everything is in ru_RU but trying run

ltsp-localapps chromium-browser

and see chromium with en_US interface...BUT i need in RUSSIAN

i've added file on both host (/etc/default/locale) and thin client image (/opt/ltsp/i386/etc/default/locale) with

LANG=ru_RU.UTF-8
LANGUAGE=ru_RU.UTF-8
LC_ALL=ru_RU.UTF-8

but nothing changed

lts.conf also has LDM_LANG=ru_RU.utf-8 in it...

Is it possible to change lang of localapps?

© Ask Ubuntu or respective owner

Related posts about language

Related posts about ltsp