User-1854199953 posted
nope because html is 'static' not 'dynamic' like asp, php, asp.net.
The 'dynamic' languages actually generate the html that is sent to the browser (together with translations where implemented) where as .htm files are static as in there is no server generated data.
If you want to support localization you will need to move to either asp, asp.net or php (there are others available but these are the three main ones) that supports scripting.