[Solved] Different locale settings for root and guest
Posted: 12 Dec 2014, 15:45
Does anyone know how to set one locale/language for guest and another one for root?
EDIT:
Solved.
For graphical apps:
Create .profile file in guest or root, then addto it or execute
For terminal - shell commands: edit .bashrc, for example import settings from .profile:
EDIT:
Solved.
For graphical apps:
Create .profile file in guest or root, then add
Code: Select all
export LANG=pl_PL.utf8
Code: Select all
echo "export LANG=pl_PL.utf8" >> $HOME/.profile
Code: Select all
echo "source ~/.profile">>~/.bashrc