Imagine a pure/static html website. I mean no server side logic, just some html/css/js.
How would I provide such a website in multiple languages? Would it be satisfying to have have a directory for every language on the server? Like
website root
- en
-index.htm
- de
-index.htm
...
Actually I do not see any problems using this approach. What do you think? May there be issues regarding SEO and google indexing this sites?