switch language i18
Unanswered
Pacific cod posted this in #help-forum
Pacific codOP
Hi,
i was checking the documentation of i18 in app router section. https://nextjs.org/docs/app/building-your-application/routing/internationalization
Im wondering how to change from one locale to another
i was checking the documentation of i18 in app router section. https://nextjs.org/docs/app/building-your-application/routing/internationalization
Im wondering how to change from one locale to another
3 Replies
Somali
You can use next/link
<Link locale="en">English</Link>
<Link locale="en">English</Link>
@Somali You can use next/link
<Link locale="en">English</Link>
Pacific codOP
does that work in app directory?
@Pacific cod does that work in app directory?
Somali
try it