A content plugin for inserting language constant values, for example, in an article. The syntax is LANGUAGE_CONSTANT.
😎 When you build a multilingual site on Joomla, you are faced with a dilemma - a module or material, in different languages, differs with just a couple of words. Do not create a separate module for this!
👍 This plugin solves the problem! Create language constants and paste them into a module or material using the short tag LANGUAGE_CONSTANT
.
🙌 It's simple - the plugin performs functions similar to the echo JText :: _ ('LANGUAGE_CONSTANT')
, only you need to program nothing in this case 😉
Language constant *
and Text
(if something is not clear - hover over the name of the field to get a hint)LANGUAGE_CONSTANT
_ (!!! LANGUAGE_CONSTANT should be replaced with the name of the language constant that you created in step # 3) _For the plugin to work correctly in a module such as HTML, do not forget to enable the option "Processing by plugins" on the tab "Basic parameters", on the module editing page.