I am looking at supporting multiple languages for an HTML5 application which does not rely on PHP nor MYSQL. What are the best existing frameworks? Does anyone has experiences relying on sed?
I am looking at supporting multiple languages for an HTML5 application which does not
Share
The easiest way to support multiple languages without php nor mysql is to simply make a new page for every language. If you have all your javascript setup done in external files (like it should be done normally), then this method can be very useful