I've developed a web application. It needs to be translated to languages other than English in the future, and ideally the translators shouldn't need to know HTML/JS/C++ to provide the translation. The server side of the web application is written in C++ and the majority of the localised text is in the HTML files.
My question is: What approaches are there to translating web applications? -
I'm aware the question isn't strictly programming related but the solution may involve programming and it may require some software engineering.
Having some experience in localization of the applications, I can tell you the following:
The list is certainly not web-application specific.