sorry u guys, i've just checked nextjs component docs again and see that Link of app router doesnt have locale
props.
their docs makes me confused.
now the only way to change locale is use template string for the href
like this:
href={`/${locale}${link}`}