> > I prefer to use a table in en SQL table to hold all translations. > This makes for easy insertion and update, and is application > independent.
Almost the same situation for me, only another level of abstraction. On top of SQL we have a server software communicating with GUI via ICE. (www.zeroc.com) We are right now putting i18n logic in the server. This way we can reuse i18n wherever we want it, be it C++ and Wt, or PHP, or native Windows or Java applications. Everything via ICE. regards, Jakob ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
