Debian8 系统修改语言设置成英文
本文摘自 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.)
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 展开说说关于C#中ORM框架的用法!