ICU MessageFormat¶
ICU MessageFormat is a flexible yet powerful syntax to express all nuances of grammar for each language.
Overview¶
Format |
Example |
---|---|
Simple text |
|
Variables |
|
Plurals |
|
Select |
{gender, select, male {He replied to your message}
female {She replied to your message}
other {They replied to your message}}
|
Ordinals |
{count, selectOrdinal, one {#st message}
two {#nd message}
few {#rd message}
other {#th message}}
|