Interface LanguageLink

Configuration object for language navigation links. Used when you want the language switcher to navigate to a specific URL instead of calling a callback.

interface LanguageLink {
    href: string;
}

Properties

Properties

href: string

The URL to navigate to when this language is selected