|
Posted by CptDondo on 01/20/07 00:10
I have a small, embedded app that uses a webserver to serve up pages
showing status, etc.
Right now all the pages are hard-coded in English. We need to provide
multi-lingual support.
All of the pages are PHP generated. Ideally, I'd like for the PHP
backend to serve up the language based a) the user's locale, and if that
is not set, its own locale.
The PHP backend creates the pages on the fly from XML templates, so it
wouldn't be that hard for us to change the language.
But... I don't know the best way to do that. What is the current 'state
of the art' for language on demand in web content?
Thanks....
Navigation:
[Reply to this message]
|