Run the following command to show current locale variables:
1locale
Variables
LANG='ru_RU.UTF-8'
— language/locale to useLANGUAGE='ru_RU:en_US'
—:
-separated list of languagesLC_*
— overrideLANG
:LC_CTYPE='ru_RU.UTF-8'
— interpretation of byte sequences as charactersLC_NUMERIC='ru_RU.UTF-8'
— number formattingLC_TIME='ru_RU.UTF-8'
— date and time formattingLC_COLLATE='ru_RU.UTF-8'
— collation rules for sorting and regular expressionsLC_MONETARY='ru_RU.UTF-8'
— currency formattingLC_MESSAGES='en_US.UTF-8'
— messages from CLI commandsLC_PAPER='ru_RU.UTF-8'
— standard paper sizesLC_NAME='ru_RU.UTF-8'
— names formattingLC_ADDRESS='ru_RU.UTF-8'
— postal address formattingLC_TELEPHONE='ru_RU.UTF-8'
— phone number formattingLC_MEASUREMENT='ru_RU.UTF-8'
— measurement systemLC_IDENTIFICATION='ru_RU.UTF-8'
— metadata for the localeLC_ALL=
— override all other variables exceptLANGUAGE