Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I change LANG and LC_MESSAGES Environment Variables?

Pavel Potcheptsov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 31, 2016

There is Environment Variables section under System Information in Confluence Admin panel.

And there are unexpected RU values for LANG and LC_MESSAGES.

LC_MESSAGES 	ru_RU.UTF-8
LANG			ru_RU.UTF-8

My system in CentOS and when I go to console i see

# locale
LANG=ru_RU.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
# env | grep ru
LC_MESSAGES=ru_RU.UTF-8
LANG=ru_RU.UTF-8

How can fix this and set en_US instead ru_RU for confluence?

2 answers

1 accepted

0 votes
Answer accepted
Pavel Potcheptsov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 31, 2016

I was able to fix this by commenting SendEnv LANG LC_* line in /etc/ssh/ssh_config on my local computer, i.e. on linux computer from which I ssh to confluence server.

After commenting this line I disconnected via ssh from confluence, connected again and restarted confluence daemon.

After restarting confluence daemon I see LANG en_US.UTF-8 in Environment Variables section under System Information.

1 vote
Toli An August 31, 2016

change locale for user under which the application run

export LANG=en_US.UTF-8


http://www.cyberciti.biz/faq/how-to-set-locales-i18n-on-a-linux-unix/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events