Translation Macro

Last modified by Vincent Massol on 2021/03/17 21:02

cogAllow to insert a translation message in a content
TypeJAR
Category
Developed by

XWiki Development Team

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1
Bundled With

XWiki Standard

Compatibility

since 4.3M2

Description

Allow to insert a translation message in a content.

Usage

{{translation key="some.translation" parameters="param1,param2" locale="en_US"/}}

Parameters definition

NameOptionalAllowed valuesDefault valueDescription
keynostringthe key associated to the translation
parametersyesarraythe optional parameter to insert in the translation message if the translation message expect any
localeyeslocalevalid localethe language and country in which to translation the provided key

Example

Example 1:

{{translation key="some.translation"/}}

Example 2:

{{translation key="some.translation" parameters="param1,param2"/}}

Get Connected