I’m trying to build an html5 website that’s multilingual and allows the user to work offline. How can I download specific language resource per user (when they select their language) without having to download all language files (i.e the manifest file is for all connections)?
Share
What about generating one manifest per language, and then echoing from php the correct tag? Pretty ugly, but should do the trick don’t you think?
Edit: of course it means anyway that there is a default manifest, with a default language pack…