Is there a way for user locale based html internationalization pages? I had a website developed using html pages, but now I will be asked to internationalize this site in 4 different languages.
I know how to do this using the Spring Framework through resource packages, but I wanted to know if there is a way to do something similar using HTML pages, so you just need to write code that considers internationalization, and just keep adding resource packages which locale to choose when a user accesses a website?
source share