OZONE Asylum
Forums
Stupid Basic HTML
Web page in 2 languages
This page's ID:
27287
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
The way that I have seen internationalization working is with Keys. In our xml content we use i18n which would be used as such. <i18n>query.message.success</i18n> We would send this page through an additional translation step which would replace the key with the appropriate message. In PHP sites I have seen the keys done using associative arrays. i18n['query.message.success'] Which has its key value stored in a separate file that is included. You can use the language to control which external key file is loaded to do the key replacement. With the key approach you have a centralized location where all of your text strings are stored, and you can easily and quickly setup a program which will allow people to translate these values into additional languages via a web gui. I have seen this for some open source applications and you can have some rapid internationalization going on if you use this approach. Dan @ [url=http://www.codetown.org]Code Town[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »