I want my webpage to be in multiple languages on the same domain, for example:
domain.com/en
domain.com/ru
I can manually translate index.html
into the languages I need, this is not a problem. I tried to google the solution for hours, in the end I came across only theory. Like what is better: sub-domain or sub-directory. I haven’t found any guides on how to implement this. I understand that domain.com/your_language is just folder containing your web-page stuff in a specific language, but I’m pretty sure there is more to set up or adjust for this.
My hosting provider is using apache on a linux machine. Personally, I only have access to the public_html folder
.
Personally, I don’t care about search engine rankings, because this is my diploma project and it may not be indexed by Google in the end.
Would really appreciate it if someone guided me to the right place to get started.
Thank you!