I’m working on a site with 34+ languages and will likely be expanding to more. With this many countries, a simple drop-down list can be difficult for usability. I would like to customize the language switcher so that I can categorize a language by region and country. I have seen this before, have created similar on other non-Drupal sites, but haven’t seen anything like it for Drupal.
Example:
- Europe
- Germany
- DE
- Switzerland
- DE
- FR
- Germany
etc.
I’m looking for either a module, or a head start on what I might do short of writing some custom PHP for the project.