Possibility of implementing a language switch icon:
While mdbook-i18n-helpers doesn't provide this functionality directly, I will implement a custom JavaScript solution that:
- Generates a JSON file with available languages during each language version build.
- Creates a language switch dropdown using this JSON file.
- Redirects to the corresponding language version URL when a user selects a language.
Possibility of implementing a language switch icon:
While mdbook-i18n-helpers doesn't provide this functionality directly, I will implement a custom JavaScript solution that: