Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make language chooser as country flags in Django-cms?

Tags:

css

django-cms

Well, question is in title. Is it possible at all? I can use css to make links looks like flags, it's easy, but there is a text also (English, French, Deutsch, etc.) Well, I will be grateful fo any kind help.

like image 751
Oleksii Avatar asked Nov 30 '22 18:11

Oleksii


1 Answers

Using flags to represent languages is generally not a very good idea. As the W3C puts it:

Do not use flag icons to indicate languages.

Flags represent countries, not languages. Numerous countries use the same language as another country, and numerous countries have more than one official language. Flags don't map onto these permutations.

For more in-depth discussion, see e.g. http://www.cs.tut.fi/~jkorpela/flags.html.

like image 106
ЯegDwight Avatar answered Dec 09 '22 19:12

ЯegDwight