Use Globalize to internationalize your application.
| Standalone Number |
"" |
| Standalone Number (compact form) |
"" |
| Standalone Currency |
"" |
| Standalone Date |
"" |
| Standalone Date (in a specific IANA time zone, e.g., America/Sao_Paulo) |
"" |
| Standalone Date (note the highlighted month, the markup was added using formatDateToParts) |
"" |
| Standalone Relative Time |
"" |
| Standalone Unit |
"" |
An example of a message using mixed number "{number}", currency "{currency}", date "{date}", relative time "{relativeTime}", and unit "{unit}".
An example of a message with pluralization support:
{count, plural,
one {You have one remaining task}
other {You have # remaining tasks}
}.