Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关于安装2014中文版却出现开机为英文的解决办法
Experiences and Insight
1120
views ·
2
replies ·
To
floor
Go
hanxi
deepin
2014-04-19 18:27
Author
我下了2014的中文安装包。64和32的都试了,结果安装完成后却是英文的,以为是包错了。其实是可以设置的,但找不到图形话设置工具,按照下面的方法我成功换成中文的了。分享下:
------------------------------------------------------------------------------
http://kantony.org/wordpress/?p=279
------------------------------------------------------------------------------
2、安装中文语言包
apt-get install language-pack-zh-hans
3、编辑/etc/environment,添加或改成:
LANG=”zh_CN.UTF-8″
LANGUAGE=”zh_CN:zh:en_US:en”
4、编辑/var/lib/locales/supported.d/local:
en_US.UTF-8 UTF-8
zh_CN.UTF-8 UTF-8
zh_CN.GBK GBK
zh_CN GB2312
en_GB.UTF-8 UTF-8
5、执行命令:locale-gen
6、修改/etc/default/locale:
LANG=”zh_CN.UTF-8″
LANGUAGE=”zh_CN:zh:en_US:en”
7、执行locale命令,
-------------------------------------------------------------------------------
Reply
Like 0
Favorite
View the author
All Replies
Bluek404
deepin
2014-04-19 21:24
#1
这个我貌似发过了= =
Reply
Like 0
View the author
vipsks
deepin
2014-04-20 07:26
#2
不要用自动安装的那种,就是进行系统后那桌面上的系统安装程序。智能安装法不太智能,还分中英文,这不科学。多语言版发行较好,少集成程序,用户自定义安装软件。
我本本是用U盘安装,在linuxmint下制作的启动盘,安装了一次就是英文的,很奇怪。
后来用另一种方法安装,就是开机启动选那个安装,直接进入安装,选中文就可以正常安装了。当然启动系统后也是可以采用类似的安装方法,启动器-系统管理-深度安装器,操作界面是一样。手工安装较好。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
------------------------------------------------------------------------------
http://kantony.org/wordpress/?p=279
------------------------------------------------------------------------------
2、安装中文语言包
apt-get install language-pack-zh-hans
3、编辑/etc/environment,添加或改成:
LANG=”zh_CN.UTF-8″
LANGUAGE=”zh_CN:zh:en_US:en”
4、编辑/var/lib/locales/supported.d/local:
en_US.UTF-8 UTF-8
zh_CN.UTF-8 UTF-8
zh_CN.GBK GBK
zh_CN GB2312
en_GB.UTF-8 UTF-8
5、执行命令:locale-gen
6、修改/etc/default/locale:
LANG=”zh_CN.UTF-8″
LANGUAGE=”zh_CN:zh:en_US:en”
7、执行locale命令,
-------------------------------------------------------------------------------