Translation Macro
Last modified by Thomas Mortagne on 2024/07/05 17:40
Allow to insert a translation message in a content |
Type | JAR |
Category | |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Bundled With | XWiki Standard |
Compatibility | since 4.3M2 |
Table of contents
Description
Allow to insert a translation message in a content.
Usage
{{translation key="some.translation" parameters="param1,param2" locale="en_US"/}}
Parameters definition
Name | Optional | Allowed values | Default value | Description |
---|---|---|---|---|
key | no | string | the key associated to the translation | |
parameters | yes | array | the optional parameter to insert in the translation message if the translation message expect any | |
locale | yes | locale | current locale | the 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"/}}