Language
TIP
Global language: Default to the language of current system.- You can show it by running
psc config language. - You can change it by running
psc config language zh-CN.
- You can show it by running
Completion language: The language set for the specified completion.- e.g.
psc completion git language en-US.
- e.g.
Available language: In the completionconfig.jsonfile, there is alanguageattribute whose value is a list of available languages.
- If there is
Completion language,use it. If not, useGlobal language. - Determine whether the value of the first step exists in
Available language.- If it exists, use it.
- If not, use the first of the
Available language:en-US