How to provide different speaking languages in website that user can change the website language according to him | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to provide different speaking languages in website that user can change the website language according to him

27th May 2019, 1:33 PM
Abhinav Mule
Abhinav Mule - avatar
2 Answers
+ 1
Then I wanna create many html pages in different languages .Is there is another way instead of this .
28th May 2019, 3:26 PM
Abhinav Mule
Abhinav Mule - avatar
0
You can have different html files for different languages and redirect to them depending on the selected language. Also you can have different <div> for different languages and modify their display property (display: block; to show and display: none; to hide). Also you can use php to build the correct page depending on the language.
27th May 2019, 1:51 PM
Andres0b0100
Andres0b0100 - avatar