helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
808 stars 58 forks source link

Provide language menu on welcome screen #223

Closed louies0623 closed 1 year ago

louies0623 commented 3 years ago

Enable users to choose their own language.

When the user selects his own language, he can find his own language in detail, and then click "next" below to go to the desktop

how-to-clear-all-personal-data-from-a-mac-494854-7

probonopd commented 3 years ago

Should probably be implemented as part of Welcome.app. Some code for it is already in the Install FreeBSD.app but is currently not activated.

helloSystem should pick up the correct language automatically from the settings in Mac EFI though, and automatically set the language if a Raspberry Pi keyboard is attached (this is what I am using).

louies0623 commented 3 years ago

"Automatically to correct language" from Mac EFI is a very convenient setting, but some languages are not included in the EFI setting, or the startup language is sometimes not the user's ideal language, otherwise some users want to try Live CD but no local language makes them understand how to use it, which is why the language menu is needed on the Live CD or on the mac first start.

e.g. image

image

louies0623 commented 1 year ago

This function is now available, only humane improvements are left.