码迷,mamicode.com
首页 > 编程语言 > 详细

Debian8 系统修改语言设置成英文

时间:2016-05-20 07:26:08      阅读:712      评论:0      收藏:0      [点我收藏+]

标签:

本文摘自 https://wiki.debian.org/ChangeLanguage ,感谢作者

* First, you have to set environment variables such as LANG, LANGUAGE, LC_CTYPE, LC_MESSAGES to your local language. Usually LANG (or LC_ALL) is sufficient. (shamelessly stolen from Claws Mail doc 技术分享 Check what you have at present with:

# env | grep LANG

* Second, you may also need to reconfigure your locales.

To do this, as root:

First: issue on a root terminal #export LANG=(the two letter code for your country).UTF-8 That is, for the Spanish language it would be:

# export LANG=en_US.UTF-8

Second: reconfigure locales issuing the following command:

# dpkg-reconfigure locales

A window will ask you to select the languages (you select with SPACE) you want to have available. Choose your own.

Changes may not show immediately, a reboot will be needed.

(Please feel free to modify these instructions if you know better. Thanks.)

Debian8 系统修改语言设置成英文

标签:

原文地址:http://www.cnblogs.com/guxuanqing/p/5510790.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!