l10nTag
Creator: Konstantin Kozlov (mornieohtar)
About l10nTag
This package provides support for multilingual strings anywhere in MODx output (resources, chunks, templates, gallery album names, etc.)
This is not a replacement of the MODx lexicon functionality, but rather a handy addition when lexicon usage is not convenient, as in user-created content like gallery album names. We encourage one to use lexicons when appropriate.
Information
Released
March 2, 2013
Supported Database
MySQL, SQL Server
License
GPLv3
Supported Versions
2.1 - Current
Downloads
2,657
Instructions
- About 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/MornieOhtar/l10nTag
Happy using!