Easy Language - Multilanguage
-
Published on Tuesday, 10 January 2012
Easy Language is a plugin for easy and immediate management of
multilingual texts in every possible area of
joomla, articles, components, modules, metadata, template, other components(example K2) etc.
You must already have a multilingual site! The parameter that filters the language is the language code URL. (es www.yoursite.com/en/page)
Get it from download page!
To use simply insert the following code in the template, editor or any editable field of any component or module:
{lang en}Text english{/lang}
{lang it}Testo italiano{/lang}
{lang de}Deutsch Text{/lang}



Add comment
Comments
Yes, all ok.
Объясните им, кто-нибудь, что если найден начальный тег {lang en} и не конечный найден {/lang}, то конечный {/lang} нужно
добавлять к строке, перед обработкой строки.
If Jommla cut the long tail of the text and replaces the ellipsis (...), and then cut off the end {/ lang}. After that, this plugin is buggy.
Tell someone to them that if it is found the start tag {lang en} and found the end {/ lang}, then the end {/ lang} must be added to the line before processing line.