<
From version < 16.1 >
edited by Vincent Massol
on 2017/09/05
To version < 17.1 >
edited by slauriere
on 2018/05/16
>
Change comment: a short warning in case of a single parameter is used was added

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -xwiki:Documentation.DevGuide.WebHome
1 +xwiki:Documentation.DevGuide.Tutorials.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.slauriere
Content
... ... @@ -36,7 +36,7 @@
36 36  $services.localization.render("key", ["param1", "param2", ...])
37 37  {{/code}}
38 38  
39 -where ##key## is the key for the message to retrieve. Parameters can also be passed as is shown in the second syntax above.
39 +where ##key## is the key for the message to retrieve. Parameters can also be passed as is shown in the second syntax above. Beware the parameters need to be passed as an array, not a plain String even if there's only one parameter: {{code}}$services.localization.render("key", ["param1"]){{/code}}.
40 40  )))
41 41  
42 42  == Old way ==

Get Connected