Change language / locale of pgAdmin?

余生颓废 提交于 2019-12-05 02:03:29
Jamie Hutber

Worth pointing out that it seems it has since changed to:

1- Open File > Options.

2- Change User Interface as in the image below.

3- Restart pgAdmin

  1. Open pgadmin.
  2. File > Options
  3. Change 'user language'

If you are using pgAdmin4, the GUI / web page does not provide an option to change language yet. You need to modify the config_local.py file instead.

# add this to `config_local.py` to force English, by removing other languages.
LANGUAGES = {'en': 'English'}

Restart pgAdmin4 after saving.

For pgAdmin4(version 4.8) : File > Preferences > Miscellaneous > User language

Go to Server -> Configure pgAdmin -> Miscellaneous -> Language

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!