-
How to implement a custom language switcher component? I'm using fumadocs for my documentation site and would like to customize the language switcher UI. Currently, I can enable i18n with
The default implementation looks like: export const baseOptions: BaseLayoutProps = {
i18n: true,
}; |
Beta Was this translation helpful? Give feedback.
Answered by
fuma-nama
Feb 20, 2025
Replies: 1 comment 1 reply
-
Just add your own component to the layout via sidebar footer or navbar, and disable i18n option from layout |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zjy365
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just add your own component to the layout via sidebar footer or navbar, and disable i18n option from layout