I have spend a week to figure out this question currently I'm using gatsby to generate my static web app. i have tried to do it
-pages
--en
---index.js
---main.md
---contact.md
--zh
---index.js
---main.md
---contact.md
it's kind a works, but still not exactly perfect solution. i'm thinking about impelent React-Intl but i'm not sure. is it possible for static app/webpage?
any other suggestion ?