const { locale, locales, setLocaleCookie } = useI18n()const switchLocalePath = useSwitchLocalePath()function changeLanguage(code: string): void { setLocaleCookie(code) navigateTo(switchLocalePath(code), { replace: true, })}