Menu

#71 kid3-cli: set language via parameter

3.5.0
closed
nobody
None
1
2016-11-01
2016-10-29
Vegeta
No

It would be nice when the output language could bet set via command line to English. That would guarantee that the terminal output is on every system the same regardless of the system language. This behaviour is interesting if you using this output for further processing.

Discussion

  • Urs Fleisch

    Urs Fleisch - 2016-10-29

    You can achieve this by simply setting the LANGUAGE environment variable (or LANG on Windows).

    LANGUAGE=en kid3-cli
    

    Inside a script, you could call export LANGUAGE=en_US.UTF-8 once instead of setting the environment variable with every kid3-cli invocation.

     
  • Vegeta

    Vegeta - 2016-10-29

    Okay that works, although this is a workaround rather.

     
  • Urs Fleisch

    Urs Fleisch - 2016-11-01
    • status: open --> closed
     
MongoDB Logo MongoDB