Loading...
 
Skip to main content

History: PluginTr

Source of version: 12 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # Plugin TR

*Introduced in ((Tiki2))*

Use this ((wiki plugin )) to translate text into the current user language.

## Parameters

{pluginmanager plugin="tr"}

## Example

{CODE(colors="tiki")}
{TR()}Will be translated in the site language{TR}
{CODE}

{CODE(colors="tiki")}
{TR(lang="fr")}Will be translated in French language{TR}
{CODE}

Be careful that the syntax is different from the smarty syntax `~np~{tr} {/tr}~/np~` `~np~{tr lang="fr"} {/tr}~/np~`

## Related pages

- ((PluginTranslated))