Out tag
Out prints the specified text, translating its value by default. It is typically used to print locale-specific output, but also includes limited support for simple if-else clauses:
OutProperty tag
Outproperty has the same syntax of out, but prints the value of any action attribute, using the associated Converter. It's useful to print any property formatted to the current locale:
Labels:
None