Add an argument to show output in english/disable localisation temporarily
Description of the new feature / enhancement
Add a command-line argument that forces winget into using the english language when printing information on the console.
This will allow automated scripts to parse winget output (and also interact with the command) without having issues on non-english computers.
This feature already exists in some utilities such as dism.exe, that offer the switch /ENGLISH to display the command-line output in english.
While #422 proposes a permanent toggle, this feature would be an argument that has effect only on that command.
Proposed technical implementation details
Add an argument (such as --english, --force-english or --disable-localization) that forces winget to display the command-line output in english.
This would NOT involve translating package-related content such as descriptions or package names, but rather showing the winget interface in english
Bump
I concur! Please add that feature!