09-16-2014, 06:15 PM
Hi everyone.
Unfortunately for me, this is what happened.
Menu > Help Manual > Install Guide > Setting your Language.
They did. Left to default (U.S.) English.
Solution:
Terminal open,Edit this: -> /etc/default/locale.
The first and the last entry is renamed as appropriate.
For example, I have:
Good luck.
Unfortunately for me, this is what happened.
Menu > Help Manual > Install Guide > Setting your Language.
They did. Left to default (U.S.) English.
Solution:
Terminal open,
Code:
sudo leafpad
The first and the last entry is renamed as appropriate.
For example, I have:
Code:
LANG="hu_HU.UTF-8"
LC_NUMERIC="hu_HU.UTF-8"
LC_TIME="hu_HU.UTF-8"
LC_MONETARY="hu_HU.UTF-8"
LC_PAPER="hu_HU.UTF-8"
LC_IDENTIFICATION="hu_HU.UTF-8"
LC_NAME="hu_HU.UTF-8"
LC_ADDRESS="hu_HU.UTF-8"
LC_TELEPHONE="hu_HU.UTF-8"
LC_MEASUREMENT="hu_HU.UTF-8"
LANGUAGE="hu"
Good luck.