{sysword}

System words can be created and translated using glossary in the site administration area. For using a system word in the template you have to know two required parameters: system word and word category. Both of them can be found in the glossary.

In case the appropriate translation is not found for given system word then an empty string is returned for public area (unless parameter "show_missing" is set) and enclosed system word ("[word]") for editor environment.

Function {sysword} prints out the translation of the system word in the current website language.

Parameters

  • word - unique identifying string of the system word
  • type - word group (category)
  • name - defines variable name where the returned data is saved. Optional parameter. 3.3.7 4.0.0
  • show_missing - if value is 1 then original system word is printed out for public area even in case the translation itself is missing. Default value is 0. 4.0.9

Example

Print out translation of system word "More" in current website language.

{sysword word="More"  type="Visual Design"}