+ 3
How to provide different speaking languages in website that user can change the website language according to him
2 Antworten
+ 1
Then I wanna create many html pages in different languages .Is there is another way instead of this .
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.