I'm not sure what the differences are between en_US and en_GB, but if you want to use finnish locales and english messages, try something like this:
/etc/env.d/02locale
Code: Select all
LANG="en_GB.UTF-8"
LC_CTYPE="pt_PT.UTF-8"
LC_NUMERIC="pt_PT.UTF-8"
LC_TIME="pt_PT.UTF-8"
LC_COLLATE="pt_PT.UTF-8"
LC_MONETARY="pt_PT.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="pt_PT.UTF-8"
LC_NAME="pt_PT.UTF-8"
LC_ADDRESS="pt_PT.UTF-8"
LC_TELEPHONE="pt_PT.UTF-8"
LC_MEASUREMENT="pt_PT.UTF-8"
LC_IDENTIFICATION="pt_PT.UTF-8"
LC_ALL=""
...then
env-update && source /etc/profile
You'll want to swap pt_PT by your locale
On a side note... usually, you'll only need the LC_MESSAGES to english, but some apps (eg. KVirc) respect LANG, instead of LC_MESSAGES.
Live forever!!! or die trying...