I have implemented two different third party packages to achieve localization for static site generated (SSG) pages, which includes next-i18next and next-translate. Both of them are working fine for server rendered and client side rendered pages. I am trying to make them work for static site generated pages and unable to do this so far. I have implemented manual solution as well, and no success so far. I have some questions:
- Can we achieve localization of static site generated pages in next?
- If yes, can you provide some kind of example to achieve localization for SSG pages.