InfoExchange Internationalization Tools
While eating dinner tonight I had a realization - aside from being very slow to realize it - I can integrate InfoExchange with XMLLingua quite easily!All I need to do is write something that grabs the tokens and strings out of the reference implementation, and then produces a baseline dictionary. Then, anyone should be able to translate InfoExchange into their given language. All I should need to reverse it is something that takes the XML and does two things: populates the proper table, and throws the tag in the available language list!
One last modification seems necessary: right now the $_GET['l'] param is hacked in, so I'd need to do the rather trivial work to make that dynamic. Should take all of about 35 seconds...
Afterwords I'll have the first integration mechanism done for XMLLingua, and InfoExchange will be more easily translatable! Why, oh why didn't I think of this sooner... it's so obvious.
This page is CategoryInfoExchange
This page is CategoryXMLLingua