ElliotKillick / Mido

The Secure Microsoft Windows Downloader
https://elliotonsecurity.com
MIT License
533 stars 23 forks source link

[Feature Request] Possibility to choose ISO language #12

Open koelle25 opened 8 months ago

koelle25 commented 8 months ago

By default the English version of the ISOs get downloaded. It would be nice if the user has the choice of changing that on the command line, e.g. Mido.sh win11x64 --lang=german.

ElliotKillick commented 6 months ago

This feature is planned. Only for consumer_download and enterprise_eval_download, though, because otherwise we would be directly storing a lot of links. We will probably use POSIX getopts and a -l option (POSIX getopts currently doesn't support long options; unless we want to roll our own parameter parsing). For consumer_download (e.g. win11x64), make English (United States) in the script configurable.

Help wanted.