Feature #87062
closedRemove "language flags" from backend
0%
Description
Currently a language is represented as a flag in the TYPO3 backend. This is an anti pattern. Flags represent countries or nations, but they do not represent languages.
Please take a look at this link: http://www.flagsarenotlanguages.com/blog/why-flags-do-not-represent-language/
- Flags are symbols that represent countries or nations.
- Languages represent a shared method of communication between people.
- Flags are unique to a country or nation: but languages are often spoken across national borders. By using a flag for a language, you may confuse or even offend users.
For example in Switzerland multiple languages are spoken: Frensh, Italian, German and Romansh. If you create a multi language project for a customer from Switzerland it is problematic to choose the right flags (this might getting more complicated in areas where people are more offended, if the wrong flag is used)
Therefore I recommend to replace the flags with the locale code or simply the name.
Files
Updated by Markus Poerschke almost 6 years ago
- Subject changed from Remove flags from Sys Languages to Remove "language flags" from Backend
Updated by Markus Poerschke almost 6 years ago
- Subject changed from Remove "language flags" from Backend to Remove "language flags" from backend
Updated by Riccardo De Contardi over 4 years ago
- File withflags2.png withflags2.png added
- File withoutflags2.png withoutflags2.png added
I am not entirely sure about this one; I know that using flags for languages is an antipattern and is basically wrong, but take a look at the list module with flags and without them:
with flags¶
without flags¶
It is not about looking "better" or "worse" IMO; the flags helps to identify the language of a record immediatly.
Updated by Benni Mack over 3 years ago
- Status changed from Accepted to Needs Feedback
Hey Markus,
I think we should communicating about "localization" in the future with "locales" where a page / content etc. is bound to a locale (e.g. "American English", which is mostly fine to use a flag for), and not solely on "languages". What do you think?
Updated by Markus Poerschke about 3 years ago
Benni Mack wrote in #note-5:
Hey Markus,
I think we should communicating about "localization" in the future with "locales" where a page / content etc. is bound to a locale (e.g. "American English", which is mostly fine to use a flag for), and not solely on "languages". What do you think?
Hey Benni,
which flag will be used for the following locales?
- de_CH
- it_CH
- fr_CH
- rm_CH
It has to be a different flag for each locale. Since all mentioned languages are the official languages of the Swiss Confederation, the Flag of Switzerland should be used, but then, you cannot distinguish between. The different languages.
Maybe, it makes sense to make the icon optional, so the administrators can decide on their own, whether or not to have an icon?
Updated by Georg Ringer 6 months ago
- File Bildschirmfoto 2024-06-07 um 18.06.05.png Bildschirmfoto 2024-06-07 um 18.06.05.png added
- Status changed from Needs Feedback to Resolved
I totally agree that in quite a few cases the flag does not work. since Task #99609: Streamline flag icons there are some "flag" icons which are just colors and additionally it is very easy to just extend/modify the site_language configuration and provide custom icons for such cases where it simply doesn't work.
custom icon
therefore I am closing this issue. feel free to contact me on slack for further discussions
Updated by Georg Ringer 5 months ago
- Related to Feature #96719: Introduce language icons for simplified language and sign language added