How do I change the output language #10536
|
Sorry I didn't find a document for the change lang |
Answered by
kbdharun
Jul 23, 2023
Replies: 1 comment 1 reply
|
Hi, Most of our clients automatically detect your locale from your system configuration and display the translated pages for the commands (if it exists, or else it fallbacks to English). While, some of our clients like our Python client allow you to set the locale in your shell's configuration file (i.e I would suggest checking your client's documentation regarding their implementation. In case, your client (maybe old ones) doesn't have language support, I would suggest switching to a client that already has it. |
1 reply
Answer selected by
kbdharun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Most of our clients automatically detect your locale from your system configuration and display the translated pages for the commands (if it exists, or else it fallbacks to English). While, some of our clients like our Python client allow you to set the locale in your shell's configuration file (i.e
.bashrc, etc). If the client doesn't read any configuration file, it would probably have an option like-lor--languageto specify or override the locale.I would suggest checking your client's documentation regarding their implementation. In case, your client (maybe old ones) doesn't have language support, I would suggest switching to a client that already has it.