- 积分
- 9426
好友
记录
日志
相册
帖子
主题
分享
精华
威望 旺
钢镚 分
推荐 人
|

注册后推荐绑定QQ,之后方才可以使用下方的“用QQ帐号登录”。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Stata 发布了15.1(Revision 20 Dec 2017) 补丁包,安装后菜单默认是简体中文了,当然手册、帮助文件和输出结果依然还是英文。
5 h1 y8 i6 U; ]9 W. G哈哈,中文很不习惯呐。说明,Stata 中国用户的影响力越来越大了。
; [( _( w& ]( J) F4 m6 C8 q
6 r. r; I( t; q3 Q& z5 u2 ?4 }! Q目前,除了英语外,Stata的菜单和对话框还支持中文(Chinese)、日本语(Japanese)、西班牙语(Spanish)和瑞典语(Swedish)。
& t, r; J! N, z5 F6 k: V; f
. e- A1 }. Q3 o- ~7 H* v' L1 H# [7 ~
4 ?5 W6 {6 C( {) y: O% }* b0 s/ o4 y
Stata 可选择中文本土化用户界面 (Chinese language support has been added).
( B8 N. C/ l9 i3 M6 c+ _6 @/ j' K {5 X! j7 z
Stata's menus, dialogs, and the like can now be displayed in Chinese, as well as Japanese, Spanish, and Swedish. Manuals, help files, and output remain in English.
7 ~7 ~7 f2 ^; Z/ t
) s% i6 H5 w3 {# @! |6 D7 eIf your computer language is set to Chinese (zh), Stata will automatically display the user interface in Chinese. To change languages manually using Stata for Windows or Unix, select Edit > Preferences > User-interface language...; to change languages manually using Stata for Mac, select Stata 15 > Preferences > User-interface language....
0 g% e/ x. A3 E6 c* a c$ o5 l i3 y! K$ o2 e# K# `
You can also change the language from the command line; see [P] set locale_ui.
1 x% i. j Y$ y$ L, X h+ ~* @3 G% M9 Y G" p
切换语言的命令为
8 R3 b' D3 L: W6 X: i( f# C- set locale_ui default //默认,即电脑系统的语言
' q% Z) ~5 y! [3 n - set locale_ui en //英语
, J9 i4 W# q' L) l* y. l. q3 O - set locale_ui zh //中文
. B( Q' d3 ~4 g+ P: ^ - set locale_ui ja //日本语
* M/ \; F- ^" U7 w( o2 Y - set locale_ui sv //瑞典语5 z# j5 m7 D+ z2 p( q
- set locale_ui es //西班牙语
复制代码 8 [9 C% M. r3 h6 e. G
|
|