#842630 localechooser: Should support separating language from localization

#842630#5
Date:
2016-10-30 21:45:59 UTC
From:
To:
Hello,

I have been told several times that it was a bit sad that the Debian
installer basically imposess that the translations be the same as the
locale, i.e. notably not being able to have all messages in english
while using a non-english locale. Of course we don't want to add
questions for the user to specify exactly for each LC_* which locale to
be used, but the language part seems to be asked quite often, so it
could be worth implementing it.

We could make it work that way for France for instance, it would not
actually add any new question, just add possibilities to the existing
questions:

- user selects english language
- user selects "other" country
- user selects Europe then France
- in the proposed list of locales, also propose the locales for the
given country, not only for the given language.
- if such a country-locale is chosen, set LANGUAGE=en so that the
messages continue in english even if a non-english locale was selected.

What do people think about it?
Samuel

#842630#10
Date:
2016-11-20 15:50:55 UTC
From:
To:
Samuel Thibault, on Sun 30 Oct 2016 22:45:59 +0100, wrote:

This is also notably a problem when installing e.g. from a serial
console, where the language choice is limited to English.  It might be
fine enough to have d-i untranslated, but that shouldn't impose using an
english locale for the whole system.

Samuel