刚刚在 Windows 框中安装了 postgres,8.3.14-1,启动了 pgAdmin,它是我的本地语言(PT)而不是我想要的英语。
我怎样才能改变这个?
(注意:lc_messages = 'English, United States')
刚刚在 Windows 框中安装了 postgres,8.3.14-1,启动了 pgAdmin,它是我的本地语言(PT)而不是我想要的英语。
我怎样才能改变这个?
(注意:lc_messages = 'English, United States')
值得指出的是,它似乎已经改为:
1- 打开File
> Options
。
2-User Interface
如下图所示进行更改。
3-重新启动pgAdmin
如果您使用的是pgAdmin4,则 GUI / 网页还没有提供更改语言的选项。您需要修改config_local.py
文件。
# add this to `config_local.py` to force English, by removing other languages.
LANGUAGES = {'en': 'English'}
保存后重启 pgAdmin4。
对于 pgAdmin4(4.8 版):文件 > 首选项 > 杂项 > 用户语言