laserlight;11014047 wrote:Have you considered the use of gettext?
I started reading up on that after your post.
One question that comes to mind has to do with modular applications - if you set up gettext with your application core, it seems you're forcing all of the modules to define and use their own textdomains. Anyone know if there's a simpler solution? A way to just extend the core .po/.mo files, or add a new path to the textdomain, as needed when a module is loaded...?
(Allowing the .po/.mo files to be kept with the module, and not require them to be saved in the core languages directory?)