Append slug with the locale

Hi I have currently localization based on

  globalContextsProps={{
        cmsCredentialsProviderProps: { locale: language }
      }}

my question is can we append the language code on the url as path @jason @fmota
Per say : https://abc.com/pricing/en

I think these docs might help you:

If you’re using Next.js, also check out Routing: Internationalization | Next.js

1 Like