winget-cli icon indicating copy to clipboard operation
winget-cli copied to clipboard

Add an argument to show output in english/disable localisation temporarily

Open marticliment opened this issue 2 years ago • 2 comments

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

marticliment avatar Sep 02 '23 14:09 marticliment

Bump

Slim08 avatar Jan 15 '25 17:01 Slim08

I concur! Please add that feature!

piknockyou avatar Dec 06 '25 13:12 piknockyou