ElliotKillick/Mido

[Feature Request] Possibility to choose ISO language

koelle25 opened this issue · 1 comments

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.

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.