Skip to content

Language (English / 한국어)

pdsa speaks English and 한국어. The chosen language drives both the help text and the coaching text that gets recorded to the graph.

Terminal window
pdsa config lang en # pin: en | ko | auto
pdsa --lang ko <command> # this invocation only
PDSA_LANG=ko pdsa status # via environment variable

With nothing set, pdsa auto-detects the OS locale — Korean locale → Korean, otherwise English.

--lang > PDSA_LANG > config lang > OS locale > default (en)