Next: Domain Specification, Previous: Level 3 Primitives, Up: I18N Level 3 [Contents][Index]
The format
function has been extended to permit you to change the
order of parameter insertion. For example, the conversion format
%1$s
inserts parameter one as a string, while %2$s
inserts
parameter two. This is useful when creating translations which require you
to change the word order.