This package provides support for multilingual strings anywhere in MODx output (resources, chunks, templates, gallery album names, etc.)
The tags look like this: [@en Programming][@de Programmieren][@uk Програмування]. Each tag is processed separately so it doesn’t matter how you combine them. The provided plugin will select the needed string based on the value of the cultureKey setting. Remember that there’s only one ‘[’ and ‘]’:)
The git repo is here: http://github.com/yurkobb/l10nTag
Happy using!
Currently this package creates a plugin which is tied to the ‘OnParseDocument’ system event. This event may run many times to process one resource, but the result is cached.