Click here to Skip to main content
15,881,877 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
I want to create a static multilingual website in html.

I have no idea for multilingual.

Please help to accomplish this.

Thanks
Posted

1 solution

You can use the concept of sub domains. According to the User's preference, you can redirect them to the pages in that language.

Otherwise, you can use Google API and detect User location. Then according to the location, you can give options to the User that he/she can see the page in some local languages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900